RE: [PHP-DB] elseif with header

2003-01-20 Thread zmn
You can just as simply include the files you need, there is no need for using the headers. Did the script return any errors? -Oorspronkelijk bericht- Van: Addison Ellis [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 21 januari 2003 1:19 Aan: [EMAIL PROTECTED] Onderwerp: [PHP-DB] elseif wi

RE: [PHP-DB] getting client browser info

2003-01-20 Thread zmn
Use this to get the array in which you can find the var you need: "; print_r($_SERVER); print ""; ?> So this is the var you're looking for: $_SERVER["HTTP_USER_AGENT"]; -Oorspronkelijk bericht- Van: Mignon Hunter [mailto:[EMAIL PROTECTED]] Verzonden: maandag 20 januari 2003 16:05 Aan:

RE: [PHP-DB] ghost parse error?

2003-01-20 Thread zmn
Why in the first place do you break you php and start it over again? I mean the "?>" and the "mailto:[EMAIL PROTECTED]] Verzonden: maandag 20 januari 2003 15:43 Aan: [EMAIL PROTECTED] Onderwerp: [PHP-DB] ghost parse error? hello, if you could check this code that would be awesome. i am