I wrote the following code:
file name: output.php
<?php echo $texto; ?>
And I call it on my browser like:
http://localhost/cgt/output.php?texto=testing
The response in my browser is:
Notice: Undefined variable: texto in C:\Inetpub\cgt\output.php on line 1
Can anybody help me?
Lots of thanks.
(you can reply to my email address.)
<?php echo $_GET["texto"]; ?>
--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
HTH
"tobias" <tob...@sabadellpisos.com> wrote in message
news:165e4477.0308...@posting.google.com...