Posted by Justin on 04/17/06 01:16
Justin wrote:
> I have a SELECT query which pulls data from a mySQL 5 database using PHP
>
> When run in mySQL console I can see it pull the data from the
> varchar(5000) ok but when the same query is executed under PHP I cannot
> get any information from the varchar(5000) fields.
>
> Why would this be?
>
> Any suggestions as to what I need to look for to fix this.
>
> Regards
>
> Justin
Self fixed.
Spent far too much time coding this as I missed the fact that I had
typed $fieldname instead of $row['fieldname'].
Memo to self. Check own output syntax before posting drivel to newsgroup.
Navigation:
[Reply to this message]
|