|
|
 |
Re: FN-FORUM: PHP if null show this instead of that +
date posted 24th August 2007 14:09
>> print '> href="http://confirm_details.php?details=$myrow7]">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";
>
it's weird this one as the ={$myrow[7]} displays but this isn't what I
want! I want the acutal record from row 7 !
|
 |
|