Hi all,
I'm having trouble using variables.
If I create a PHP file and define the variables within it (e.g. $name =
"Bob";) and then ask the same file to ouput the variable as part of an echo
command (e.g. echo( "Hello, $name"); ), it works fine.
The problem comes when I try to link to a PHP fi
I am new to php and I am having problems passing variables from one page to
another. I wrote a simple script as such:
name
then pass to this page:
I get this for the response:
Notice: Undefined variable: test in E:\websites\girls\cgi-bin\insert2.php on
line 8
Please help!!
Hi.
I've sort of programmed myself into a corner on a recent projekt i've been working on.
This is the last part of the projekt, and i sure hope someone can help me on this one.
Scenario is:
I want to read a HTML file containing PHP variables into a string, then replace the
variables with tex