[PHP] HTTP_COOKIE_VARS["htscallerid"] and url_rewriter.tags
Hello all, I was just taking a look at the latest php4 snapshot and came across this in the phpinfo: HTTP_COOKIE_VARS["htscallerid"]. It seems that "htscallerid" is set the first time a person comes to the site if cookies are enabled and isn't set if cookies aren't enabled. Is this correct? Also I saw this - url_rewriter.tags and was wondering if anyone had info on it. I saw that is was added in the change logs but didn't see any other info on it. It appears to have to do with use_trans_sid. Thanks, Trevor DeVore Blue Mango Multimedia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Detecting JavaScript
PHP won't be able to tell you if JavaScript is enabled or not. PHP can only determine what version of JavaScript is supported based on the browser information provided in HTTP_USER_AGENT. Trevor DeVore Blue Mango Multimedia > > > > > > > Who can give me a PHP-Script to > > > > detect if JavaScript is enabled? > > > > > > > > It should work with both, IE and NN! > > > > > > > > thanks > > > > > > > > -- > > > > Ihr WEBberater > > > > Stuttgarter Str.3, D-73033 Göppingen > > > > Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 > > > > http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Easy flowchart programm
At 02:11 PM 2/1/01 +0100, you wrote: >Hiya > >Anyone knows a flowchart program that's very easy in use and good for >programming (in php) >I saw programms like viso and stuff i think there a better en easier in >use programms to make a good programm flow. If your looking for something really easy there is Inspiration (www.inspiration.com) for Mac and Windows. It isn't a UML program but allows you to through together flowcharts quickly and easily and isn't too expensive. Trevor DeVore Blue Mango Multimedia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]