visit: http://www.php.net/unsub.php
__ Information from ESET NOD32 Antivirus, version of virus
signature database 4378 (20090828) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__ Information from ESET NOD32 Antivirus, version of virus
Keith Davis wrote:
But how are you getting the data from the db?
Does $rowqry represent a call using the mysql_fetch_array() function?
mysql_fetch_assoc()
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
But how are you getting the data from the db?
Does $rowqry represent a call using the mysql_fetch_array() function?
Sent from my magic iPhone,
Keith Davis 214-906-5183
On Aug 28, 2009, at 7:39 PM, "John Meyer"
wrote:
Devendra Jadhav wrote:
No need to do anything special. It should displa
John Meyer wrote:
Devendra Jadhav wrote:
No need to do anything special. It should display date as string. Can
you provide little more information or code snippet?
$tweettable .=
preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@',
'$1',$row["TWEET_TEXT"]) . "" . "Sent at: "
Devendra Jadhav wrote:
No need to do anything special. It should display date as string. Can
you provide little more information or code snippet?
$tweettable .=
preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@',
'$1',$row["TWEET_TEXT"]) . "" . "Sent at: " .
$rowqry["TWEET_
Hi John,
John Meyer schrieb:
is there any special trick to getting a MySQL date to print out? Simply
echoing it out doesn't seem to work.
could you provide some sample code what you try to achieve?
Regards,
Sascha
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
is there any special trick to getting a MySQL date to print out? Simply
echoing it out doesn't seem to work.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2009/8/28 Sanjeev Kumar :
> Hello,
> I need to write PHP-PDO database-driver for a new database.
>
> The clarification I need:
> 1) Should I take the PHP-source on Windows-vista platform and build natively
> the DLL for win.
> Will the VisualStudio compile with all PHP-main src & the extension
>
Hello,
I need to write PHP-PDO database-driver for a new database.
The clarification I need:
1) Should I take the PHP-source on Windows-vista platform and build natively
the DLL for win.
Will the VisualStudio compile with all PHP-main src & the extension
driver to generate the target windows D