Have sorted this out now. Theres a bit about storing
binary data in the mssql docs:

http://uk.php.net/function.mssql-query

Just in case anyone wanted to know.

 --- Stuart <[EMAIL PROTECTED]> wrote: > bob
pilly wrote:
> > It seems to me that the addslashes isnt working
> and
> > the  query is failing because of this? Has anyone
> seen
> > this before or know what i am doing wrong? Ive
> been on
> > this for ages and are not getting anywhere..
> Thanks
> > for any help in advance!
> 
> You don't escape single quotes with MSSQL you repeat
> them. Try this 
> instead...
> 
> $data = str_replace("'", "''", $filecontent);
> 
> -- 
> Stuart
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>  

________________________________________________________________________
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to