John,

If you are using PHP from Windows you can use ODBC or the mssql_functions.

>From Linux/Unix, you should compile the iODBC Driver Manager into your
PHP/Apache build, and then drop in an ODBC driver.

There is a HOWTO at www.iodbc.org on compiling PHP with iODBC.

Best regards,
Andrew
--------------------------------------
Andrew Hill - OpenLink Software
Director Technology Evangelism
Universal Data Access Integration
http://www.openlinksw.com

> -----Original Message-----
> From: John Monfort [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 25, 2001 10:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP+MS Access and/or MS SQL
>
>
>
>  Hello everyone,
>
>  I'm looking for information on PHP+ MS Access , and PHP+MS SQL.
>
>  Any recommendations?
>
>  Thx in advance!
>
>
> __________John Monfort_________________
> _+-----------------------------------+_
>      P E P I E  D E S I G N S
>        www.pepiedesigns.com
> "The world is waiting, are you ready?"
> -+___________________________________+-
>
> On Thu, 26 Apr 2001, Ben Quinn wrote:
>
> > Hi all,
> >
> > I am trying to copy an image from an external server and save
> it to my own.
> > I have the following script to do this for a txt file and it
> works great!
> >
> > ?>
> >
> > $page  = "../temp/yep.txt";
> >
> > $date = date("http:/www.example.com/yep.txt");
> >
> > $cartFile = fopen("$page","a");
> > fwrite($cartFile,$date,strlen($date));
> > fclose($cartFile);
> >
> > ?>
> >
> > But i can't get it to work for image files - the images are saved and
> > displayed on screen as a whole bunch of rubbish.
> >
> > I'd appreciate any help you can give me
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to