Re: [PHP-WIN] Getting a date to print out

2009-08-28 Thread Jacob Kruger
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

Re: [PHP-WIN] Re: [PHP] Problem outputting MySQL Date field

2009-08-28 Thread John Meyer
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

Re: [PHP-WIN] Re: [PHP] Problem outputting MySQL Date field

2009-08-28 Thread Keith Davis
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

[PHP-WIN] Re: [PHP] Problem outputting MySQL Date field

2009-08-28 Thread Jim Lucas
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: "

[PHP-WIN] Re: [PHP] Problem outputting MySQL Date field

2009-08-28 Thread John Meyer
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_

Re: [PHP-WIN] Getting a date to print out

2009-08-28 Thread Sascha Meyer
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

[PHP-WIN] Getting a date to print out

2009-08-28 Thread John Meyer
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

Re: [PHP-WIN] newbie : For windows-target of PDO-driverr, CrossCompile or native-compile?

2009-08-28 Thread Richard Quadling
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 >

[PHP-WIN] newbie : For windows-target of PDO-driverr, CrossCompile or native-compile?

2009-08-28 Thread 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 driver to generate the target windows D