hehehe, Say Your Message In Proframming Language, any language can do even HTML,
[quote]<html>
<head>
<title>Hello My Sweety</title>
</head>
<body BGcolor="red">
<b><font size="3">HELLO WORLD<font></b
[quote=Cryogenix]My reply in shorthand PHP:
[quote]<?="Im fine thank you!";?>[/quote]
[/quote]
wanna get contents of your profile using php?
[quote]<?php
$ip = $_SERVER['REMOTE_ADDR'];
$myprofile = file_get_contents("http://profiles.friendster.com/user.php");
echo"hi there! your IP is $ip";
echo"$myprofile";
?>
^
not supported by ripway..[/quote]