[PHP] Magic Quotes performance hit?

2002-11-13 Thread Paul Kaiser
Greetings, Is there a performance penalty for having magic_quotes_runtime turned on all the time? Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Quick way to test series of integers

2002-10-24 Thread Paul Kaiser
Hey there, I have around 50 checkboxes on an HTML form. Their "value" is "1". So, when a user check the box, then no problem -- the value returned by the form is "1" and I can enter that into my SQL database. HOWEVER... If the user does not check the box, I'm in trouble, because the "value" does

[PHP] Forming HTTP Header to POST

2002-10-08 Thread Paul Kaiser
t appears to be an ordinary link (text or picture) and have that click "POST" my action=add_event to myevts.php. Any ideas? Thanks, Paul Kaiser -- Illini Media: 265-9844 Home: 351-8149 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] globals not working?

2002-10-04 Thread Paul Kaiser
global $evtredir_site; echo "TestGlobal: '$evtredir_site'\n"; } When I do "testGlobal();" I get: TestGloal: '' Showing me that the function testGlobal thinks that $everedir_site is empty. What have I done wrong here?? Thanks, Paul Kaiser -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php