Re: [PHP-WIN] mysql statment

2001-09-11 Thread Brad Thomas
"Angie Tollerson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well, I've answered my own question! Apparently, you cannot use the addslashes function in the sql statement, not the way I am anyways. Does anyone know the proper way if any to do that without ha

RE: [PHP-WIN] mysql statment

2001-08-23 Thread Erik H. Mathy
Hi Angie! > The description field being the one failing if it is too long. > As you can see I tried adding slashes but to no avail..it really > seems to be the length for my scripts but phpmyadmin doesn't > care. Any ideas? Hokay...how does phpMyAdmin's code handle insertion of values into th

Re: [PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
Well, I've answered my own question! Apparently, you cannot use the addslashes function in the sql statement, not the way I am anyways. Does anyone know the proper way if any to do that without having to do a bunch of extra coding before every sql statment just to addslashes? Thanks! Angie >

[PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
I guess the only thing windows related about this is that I have this whole setup on windows :) But I've tried to help out as much as I can on here so maybe someone will be kind to me :) Here goes: I have set up a mysql database column to be LongText (I've also tried LongBlob) and I tried uploa