Re: [PHP] Re: Broken data within an Array

2004-09-01 Thread Comex
That still makes no sense.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Broken data within an Array

2004-09-01 Thread zareef ahmed
> > > Following the query I have this: > > > > > { > > $DateAdvertised=$row["DateAdvertised"]; > > $DateAdvertisedBroken = explode("-", > $DateAdvertised); > > This should be like this http://www.zasaifi.com __

Re: [PHP] Re: Broken data within an Array

2004-09-01 Thread Harlequin
while($result = mysql_fetch_array($query)) { $DateAdvertised=$row["DateAdvertised"]; does that help any o would you like all the code...? -- - Michael Mason Arras People www.arraspeople.co.uk - "Comex" <[EMAIL PROTECTED]> wr

Re: [PHP] Re: Broken data within an Array

2004-08-31 Thread Comex
What is $result? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php