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
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
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
3 matches
Mail list logo