Re: Problem outputting MySQL Date field

John Meyer <[email protected]>
Newsgroups gmane.comp.php.general,gmane.comp.php.windows
Message-ID <[email protected]>
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+)?)?)?)@', 
'<a href="$1">$1</a>',$row["TWEET_TEXT"]) . "<br>" . "Sent at: " . 
$rowqry["TWEET_CREATEDAT"];
        $tweettable .= "<br>Sent Using: " . $row["TWEET_CREATEDBY"] . 
"</td></tr>";

And I checked the database.  The date is there.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.