Re: [PHP-WIN] LAST_INSERT_ID & LAST_UPDATE_ID

2007-05-24 Thread Stut
sam rumaizan wrote: How can I select (retrieve) the last updated cell (field). Basically I need to pull the new information only. I'm using for updating my database: UPDATE table SET column = CONCAT_WS ('column,'" . $column."') WHERE column= value; I need to select data:

Re: [PHP-WIN] LAST_INSERT_ID & LAST_UPDATE_ID

2007-05-24 Thread Paul Menard
Well what database? If mysql you can use the php function mysql_insert_id(); http://www.php.net/manual/en/function.mysql-insert-id.php - Original Message From: sam rumaizan <[EMAIL PROTECTED]> To: php-windows@lists.php.net Sent: Thursday, May 24, 2007 4:26:42 PM Subject: [PHP-WIN] LAST_IN

[PHP-WIN] LAST_INSERT_ID & LAST_UPDATE_ID

2007-05-24 Thread sam rumaizan
How can I select (retrieve) the last updated cell (field). Basically I need to pull the new information only. I'm using for updating my database: UPDATE table SET column = CONCAT_WS ('column,'" . $column."') WHERE column= value; I need to select data: SELECT * FROM table W

Re: [PHP-WIN] HTTP authenticate header

2007-05-24 Thread Stut
chandar wrote: I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is it possible for emebeding the same in the web page and ask the user for entering the user credentials and send the same data to the backend? You're using HTTP authentication, therefore PHP does not get involv

Re: [PHP-WIN] Re: HTTP authenticate header

2007-05-24 Thread chandar
but basically i don't want to popup,i want to embedd the same in webpage.can you breif me on this?? thanks/Chandar Darren Whitlen wrote: chandar wrote: Hi, I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is it possible for emebeding the same in the web page and ask the use

[PHP-WIN] Re: HTTP authenticate header

2007-05-24 Thread Darren Whitlen
chandar wrote: Hi, I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is it possible for emebeding the same in the web page and ask the user for entering the user credentials and send the same data to the backend? thanks/Chandar You'll be needing Javascript for that. Google

[PHP-WIN] Mdaemon + send mail

2007-05-24 Thread Gustav Wiberg
Hi there! I'm searching for a way to send mail through Mdeamon (version 6)-server through the command-prompt... Is it possible? Anyone who knows? Or is the only solution just by something like this? http://www.febooti.com/products/command-line-email/online-help/batch-file-errorlevel.html#batch I