View Single Post
  #6 (permalink)  
Old 10-12-03, 02:58 PM
Neo Neo is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
www.n-prime.com/testing/variables.php

i used this code

<?php

print "Please Work\n";

$text = 'Didnt think it would work';

echo $text;

?>

and as you can see it didnt work fully, can some one tell me why?
Reply With Quote