Author |
Message |
Topic: php help |
J. Baker
Replies: 6
Views: 9977
|
Forum: PHP Posted: Sun Jul 11, 2004 5:33 am Subject: php help | |
|
Thanks alot! :) |
Topic: php help |
J. Baker
Replies: 6
Views: 9977
|
Forum: PHP Posted: Sat Jul 10, 2004 8:06 am Subject: php help | |
|
Ok, why does this work?
<?php phpinfo(); ?>
But this gives me the following error?
<?php
$name = Kirupa;
print($name);
?>
Error:
Notice: Use of undefined co ... |
|