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