Brandito
Jan 31st, 2003, 10:48 PM
My server guy updated to php 4.3.0.
It has done some bad things...
This is my problem...
I am using this to request url variable data:
$myLink = $_REQUEST[myLink];
$myFriendly = $_REQUEST[friendly];
Error:
Notice: Use of undefined constant myLink - assumed 'myLink' in d:\wwwroot\brandito\website\Site.php on line 8
Notice: Use of undefined constant friendly - assumed 'friendly' in d:\wwwroot\brandito\website\Site.php on line 9
Notice: Undefined index: friendly in d:\wwwroot\brandito\website\Site.php on line 9
If it 'assumes' that.. why the heck does it have to say so. The php code works.. it just adds these comments at the top! Bad design if you ask me. How does one go about fixing this?
Thanks alot for your support,
Brandito
It has done some bad things...
This is my problem...
I am using this to request url variable data:
$myLink = $_REQUEST[myLink];
$myFriendly = $_REQUEST[friendly];
Error:
Notice: Use of undefined constant myLink - assumed 'myLink' in d:\wwwroot\brandito\website\Site.php on line 8
Notice: Use of undefined constant friendly - assumed 'friendly' in d:\wwwroot\brandito\website\Site.php on line 9
Notice: Undefined index: friendly in d:\wwwroot\brandito\website\Site.php on line 9
If it 'assumes' that.. why the heck does it have to say so. The php code works.. it just adds these comments at the top! Bad design if you ask me. How does one go about fixing this?
Thanks alot for your support,
Brandito