|
Posted by Erwin Moller on 09/03/07 09:15
ELINTPimp wrote:
>> // First run ONLY - need to create table by uncommenting this
>> // Or with silent @ we can let it fail every sunsequent time ;-)
>>
>> $q = <<<CREATE
>> create table pix (
>> pid int primary key not null auto_increment,
>> title text,
>> imgdata longblob)
>> CREATE;
>> @mysql_query($q);
>>
>
> This makes babies cry.
Not only babies.
I am a big boy, also crying over this approach.
Advise to the OP: NEVER EVER use code again from that 'programmer'.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|