Posted by Pasquale on 01/13/06 00:11
Markus Ernst wrote:
>> ## BEGIN ERROR
>>
>> Notice: Undefined variable: fname in
>> D:\InetPub\wwwroot\mywebsite_com\bsp\common.php on line 7
>
>
> Looks like a register_globals issue. Try using $_REQUEST['fname']
> instead of $fname, if my guess is correct and this is for processing
> form data.
>
Their register_globals is set to 'Off'. I also tried $_REQUEST, but now
the error says:
Notice: Undefined index: fname in ....
Would register_globals still be the cause?
Thanks.
[Back to original message]
|