RE: [PHP-DB] Getting last insert id?

2003-10-08 Thread Omelin Morelos
you can use the mysql_insert_id() function. -Mensaje original- De: Jeff Shapiro [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, October 08, 2003 4:17 PM Para: Chris Payne CC: [EMAIL PROTECTED] Asunto: Re: [PHP-DB] Getting last insert id? Well, that all depends on which db server you

[PHP-DB] Remote DB Connection

2003-12-03 Thread Omelin Morelos
Hi people, I have 2 servers , i need to connect to 1 remote mysql server ,i am using the normal : @mysql_connect ('ipaddres-server2', 'DBName', 'DBPwd') ; Is their anything else I need to consider to connect ? , Thank you -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Cookies ?

2004-02-09 Thread Omelin Morelos
Friends Is there a way to read a cookie's with php , that were generated with javascript ? I am now usign : $xidp=$_COOKIE; print Xidp $xidp; Thank you for your help in advanced. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Cookies ?

2004-02-09 Thread Omelin Morelos
-Mensaje original- De: Omelin Morelos [mailto:[EMAIL PROTECTED] Enviado el: Monday, February 09, 2004 4:56 PM Para: [EMAIL PROTECTED] Asunto: Cookies ? Friends Is there a way to read a cookie's with php , that were generated with javascript ? I am now usign : $xidp=$_COOKIE

RE: [PHP-DB] Cookies ?

2004-02-09 Thread Omelin Morelos
I have already tried it , It's not working. Thanks -Mensaje original- De: Chris Wright [mailto:[EMAIL PROTECTED] Enviado el: Monday, February 09, 2004 5:09 PM Para: Omelin Morelos; [EMAIL PROTECTED] Asunto: Re: [PHP-DB] Cookies ? Try using $_COOKIE['cookie_name'] - Original

RE: [PHP-DB] Cookies ?

2004-02-09 Thread Omelin Morelos
At 05:00 PM 2/9/2004 -0800, Omelin Morelos wrote: I have already tried it , It's not working. Thanks -Mensaje original- De: Chris Wright [mailto:[EMAIL PROTECTED] Enviado el: Monday, February 09, 2004 5:09 PM Para: Omelin Morelos; [EMAIL PROTECTED] Asunto: Re: [PHP-DB] Cookies ? Try using