php3-list | 2000051

Re: [PHP3] Setting up data From: Richard Lynch (richard <email protected>)
Date: 05/16/00

In article <002701bfbea7$a9707a80$c2e6c5cb <email protected>>, usha <email protected>
("usha") wrote:
> My client already had a web site ( a shopping site made in HTML & in =
> Javascript)
> My task was to construct it using PHP, Mysql & apache. Now the clint has =
> to pupulate the database . Can he populate using Access '97. If so what =
> is the procedure he can follow? And how do I get the data back to =
> Mysql.

He should be able to export from Access as "tab-delimited" and then you
can use mysqlimport or that LOAD DATA infile thingie.
 
> After he has populated the database, How do I go about putting it on the =
> web? Do I install in Mysql, apache & pphp in the server? What about the =

Just ftp the file up there (probably as ASCII so ftp will fix the
linefeeds) and read the MySQL manual about importing tab-delimited data.

> PHP.ini file.

The php.ini file has no bearing here that I can see...

-- 
Richard Lynch                | If this was worth $$$ to you, buy a CD
US Customer Support Director | from one of the artists listed here:
Zend Technologies USA        | http://www.L-I-E.com/artists.htm
http://www.zend.com          | (this has nothing to do with Zend, duh!)

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>