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 >