Hi,
www.mysql.com, and check the website for a myaccess or myodbc doc's. I
know (I dwnloaded it) that exist a myaccess plugin to save access dB to
mysql structure files.
>From php side you have a lot of classical dbfunction to access MSAccess
dB, simply using odbc_function and creating a ODBC Data Source Name
using Manage ODBC data source in Control Panel on the 'db server'
machine. Notice that These odbc with MSAccess work ONLY LOCALLY (in
lan,not remotely). U have to use MSSQL server to realize remote dB
storage.
Good Luck,
Ivan
[EMAIL PROTECTED] wrote:
>
> just point your browser to phpbuilder.net. Alternatively, just send me an email =)
>
> Date: Wed, 25 Apr 2001 19:02:12 -0700 (PDT)
> From: John Monfort <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Message-ID: <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> Subject: 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]
> >
> >
>
> k.e.l.v.i.n c.h.a.n
> the open web technology company
> www.eXtropia.com
> [EMAIL PROTECTED]
> Tel: 7738550
--
(p)Ivan
Student
DIST Bio-Lab
Viale Causa 13
16145 Genoa - Italy
tel: +39 010 3532789
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]