Re: Howto: insert PHP code into mysql blobs

2002-04-12 Thread Kittiphum Worachat
> Just a noob question... (I suppose) > > When I try just putting php code in my insert query, it goes like this: > > insert into mytable values('') > > select * from mytable, returns: > Some string > > Any help would be greatly appreciated! > I think if you write php code in to text file (or php

Howto: insert PHP code into mysql blobs

2002-04-11 Thread Torkil Johnsen
Just a noob question... (I suppose) When I try just putting php code in my insert query, it goes like this: insert into mytable values('') select * from mytable, returns: Some string Any help would be greatly appreciated! - B