[PHP] Session_start() corrupt HTML output with IE

2003-09-03 Thread hecchan
Hi, Using IE 6 (XP) i can't see the source generated for PHP even the page works properly (It doesn't happend with Mozilla or Opera). If i comment out the line: session_start() This behaviour stops. Any idea what's going on? Thanks hecchan -- PHP General Mailing List (http://w

[PHP] Problem with IE parsing of PHP output

2003-09-02 Thread hecchan
right direction (if needed can send the full script by mail) would be grand Thanks hecchan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Checking for Javascript funcionality

2003-08-26 Thread hecchan
Hi people, I think is the PHP scripter needs to know in advance if he can count on Client-side scripting capability. I just start with PHP but wrote this chunk of code to check it. if (isset($_REQUEST['UA_js'])) { session_start(); $_SESSION['UA_js'] = $_REQUEST['UA_js']; if ($_SESSION['UA_js