Posted by Ewoud Dronkert on 10/18/05 22:22
Andy Hassall wrote:
>> <?
>> if($parm) {
>> more code
>> }
>> ?>
>
> Search for "register_globals", then correct the script to use $_GET or $_POST
> and never think about register_globals being on again :-)
And use long opening tags: <?php
or you'll get in trouble with different configs or x(ht)ml docs.
--
E. Dronkert
Navigation:
[Reply to this message]
|