|
|
 |
Re: FN-FORUM: PHP if null show this instead of that +
date posted 24th August 2007 14:00
that too! :)
On 24 Aug 2007 13:22:09 -0000, Neil Caunt [EMAIL REMOVED] wrote:
>
> > print 'Update';
>
> > However the $myrow[7] isn't playing ball! I am guessing I need to put
> > this in something like [] or "" to get it to acutally work?
>
> You need the string in double quotes (and wrap the variable in curly
> braces for good measure):
>
> print "Update";
>
> Cheers,
> Neil
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|