mysql blobs

2004-05-24 Thread Jonas Lindén
Hello, I tried dumping my innodb tables that contain blobs. No errors are returned from mysqldump but I cannot restore the blob data. I have used the below mysqldump statement. mysqldump --opt --add-drop-table --force --single-transaction -uxxx -pxxx --databases myDB bakupFile I restore

Howto: insert PHP code into mysql blobs

2002-04-12 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('?php echo some string; ?') select * from mytable, returns: ?php echo some string; ?Some string Any help would be greatly appreciated!

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('?php echo some string; ?') select * from mytable, returns: ?php echo some string; ?Some string Any help would be greatly appreciated! I think if you