Re: newbie question regarding URL parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dave Goodchild wrote:
> Wow, there are some really bitchy, unattractive people here. No wonder some

not to mention some very judgemental people as well. :-) it's pretty funny
that someone who purports to aspire to buddhahood is so stuck in complaining
about other people's bitchiness and unattractiveness. thanks for the smile, Dave.

[buddha has thicker skin, and his feet are dirty.]

I wouldn't bother with a hypocracy argument in reply - I already know about my own
hypocracy. :-)

> people bail out of IT. 

most people bail out of IT because of the peanuts being paid, the
completely ungrateful management they work for, the crazy hours their expected
to work and the severe lack of goodlooking women walking around in the
average data bunker.

selling crack, making porn & writing a few rap lyrics is so much easier -
just ask SnoopDog.

> Don't confuse knowledge for wisdom.

whoahoo, a racecar heh?

> 
> On 1/9/07, tedd <tedd@xxxxxxxxxxxx> wrote:
>>
>> At 9:17 PM -0500 1/5/07, <tg-php@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>> >You'll probably get 50 answers to this, but here's probably what
>> happened.
>> >
>> >There's a setting called "register globals" that will turn your
>> >name=me and age=27 into $name = "me" and $age = "27".  It used to be
>> >turned ON by default.  This was generally considered to be bad
>> >security, so it now defaults to OFF.
>> >
>> >To get these variables, just use the $_GET system variable.
>> >
>> >$name = $_GET['name'];
>> >$age = $_GET['age'];
>> >
>> >Easy!
>> >
>> >Best of luck!
>> >
>> >-TG
>>
>> Just to add to -TG advice, you should also clean those inputs. IWO,
>> make sure the values fall within what you expect. Basic security.
>>
>> tedd
>> -- 
>> -------
>> http://sperling.com  http://ancientstones.com  http://earthstones.com
>>
>> -- 
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux