The user's IP address is stored in the PHP global, $REMOTE_ADDR.  Browser
information can be extracted from the get_browser()
 function.  http://www.php.net/manual/en/function.get-browser.php
-Kevin

----- Original Message -----
From: "savaidis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 7:44 AM
Subject: [PHP] some Javascript functions with PHP


>
> 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
>
>



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

Reply via email to