01-31-2009, 04:00 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jan 2009
Posts: 48
Thanks: 5
|
Howdy Do!
PHP Code:
<? //Well... $helloEveryone = 'Hey, I\'m Justin. People call me Saint.';
$aboutMe = 'I\'m not a pro at PHP, but I\'ve found your site via google and I hope to use this place to expand my skill.';
//Output the results cause I'm a nerd using php to say hello??? echo '<center><h3>'.$helloEveryone.'</h3><br>'.$aboutMe.'</center>'; ?>
|
|
|
|