I use:
print('<SCRIPT LANGUAGE="JavaScript">');
print('document.write("Code Name: "+navigator.appCodeName+"<BR>");');
print('</SCRIPT>');

How is possible to keep this info to a MySQL database with PHP?
I think is not possible becouse PHP runs first.
Also how is possible to get with PHP info like this (browser type ecc)
and user's IP address  without Javascript?
Or use Javascript and then run a php script to write it to the MySQL
database?


Thanks

Prodromos Savaidis



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to