I am new in programming with PHP.
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.)