Re: [PHP-DB] To slash or not to slash....

2003-09-03 Thread Doug Thompson
On Tue, 2 Sep 2003 16:45:28 +0100, Craig Cameron wrote: > >Ok simple problem I hope. > > >Have the following code, used to store the location and a few details about meeting >minutes. > > > $connection = mssql_connect("server","user","password"); > mssql_select_db("Doc

RE: [PHP-DB] To slash or not to slash....

2003-09-02 Thread Ford, Mike [LSS]
On 02 September 2003 16:45, Craig Cameron wrote: > Ok simple problem I hope. > > > Have the following code, used to store the location and a few > details about meeting minutes. > > > $connection = mssql_connect("server","user","password"); > mssql_select_db("Docume

[PHP-DB] To slash or not to slash....

2003-09-02 Thread Craig Cameron
Ok simple problem I hope. Have the following code, used to store the location and a few details about meeting minutes. $connection = mssql_connect("server","user","password"); mssql_select_db("DocumentManager",$connection); $AlteredMinu