Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-31 Thread ej S(ibr(ina
I'm sorry for this post. It's only testing. Thanks for understand. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-31 Thread ej S(ibr(ina
Just testing message Miller, Terion napsal(a): > Yep I forgot about escaping the $ > > > > On 7/29/09 10:51 AM, "Ford, Mike" wrote: > >> -Original Message- >> From: Miller, Terion [mailto:tmil...@springfi.gannett.com] >> Sent: 29 July 2009 16:36 >> >> Ok in my output to Quark I need t

Re: [PHP] Easy Date & MySQL Question...

2002-06-25 Thread ej
as a quick hack you can use explode() to do this. try this: $date = explode("-",$mysqldate); echo $date[1]."/".$date[0]."/".$date[2]; - Original Message - From: "Doug Coning" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 3:06 PM Subject: [PHP] Easy Date & MySQL