Re: [PHP-DB] Trouble connecting to MSSQL 2k DB

2001-09-14 Thread Jorge Giménez Mayorgas
Try put the php dlls on %systemroot%/system. I have IIS 5.0 + PhP 4.0.6 + MSSQL on a W2k server working perfectly. Later, Jorge Giménez - Original Message - From: "Sean Swehla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 8:10 PM Subject: [

[PHP-DB] MSSQL Views and Multiples selects on Mysql

2001-09-13 Thread Jorge Giménez Mayorgas
Hi. I am migrating part of a big database of MSSQL to MySQL . The tables are migrated and data is ok but I need the views that I used on MSSQL . I tried this , I replaced the name of the view used with the sql statement , a very big select statement. I have checked SQL syntax with MySQL docume

[PHP-DB] Re: Special Character on INSERT statement

2001-09-02 Thread Jorge Giménez Mayorgas
Hi again It is solved I used $value="'".urlencode($value)."'" And urldecode for showing the data. Thanks everybody for the help. Later, Jorge Giménez - Original Message - From: Jorge Giménez Mayorgas <[EMAIL PROTECTED]> To: <[EMAIL

Fw: [PHP-DB] Special character on an INSERT statement

2001-08-29 Thread Jorge Giménez Mayorgas
es, there are no INSERT examples. I ' m a newbie PHP programmer . Thanks again, Jorge Giménez - Original Message - From: "Jorge Giménez Mayorgas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 6:48 PM Subject: [PHP-DB] Sp

[PHP-DB] Special character on an INSERT statement

2001-08-28 Thread Jorge Giménez Mayorgas
Hi . I'm trying to do this on an INSERT statement. $sql= "INSERT (' TONS OF CD'S ') or any phrase with the character ' . Obviously it gives an error when execeting mysql_query. How can I do it ? Thanks, Jorge Giménez