That still makes no sense..
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
> > Following the query I have this:
> >
> > > {
> > $DateAdvertised=$row["DateAdvertised"];
> > $DateAdvertisedBroken = explode("-",
> $DateAdvertised);
> >
This should be like this
http://www.zasaifi.com
__
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
What is $result?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo