Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP3] Setting up data

0 views
Skip to first unread message

usha

unread,
May 16, 2000, 3:00:00 AM5/16/00
to
------=_NextPart_000_0024_01BFBED5.96B4B540
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi PHP experts,

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.

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 =
PHP.ini file.
Please let me know,
Thnks
usha

------=_NextPart_000_0024_01BFBED5.96B4B540
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi PHP experts,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>My client already had a web site ( a =
shopping site=20
made in HTML &amp; in Javascript)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>My task was to construct it using PHP, =
Mysql &amp;=20
apache. Now the clint has to pupulate the database . Can he populate =
using=20
Access '97. If so what is the procedure&nbsp;he can follow?&nbsp; And =
how do I=20
get the data back to Mysql.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>After he has populated the database, =
How do I go=20
about putting it on the web? Do I install in Mysql, apache &amp; pphp in =
the=20
server? What about the PHP.ini file.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Please let me know,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thnks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>usha</FONT></DIV></BODY></HTML>

------=_NextPart_000_0024_01BFBED5.96B4B540--


Richard Lynch

unread,
May 16, 2000, 3:00:00 AM5/16/00
to
In article <002701bfbea7$a9707a80$c2e6c5cb@default>, us...@mahesh.net

("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-uns...@lists.php.net
To subscribe to the digest, e-mail: php3-diges...@lists.php.net
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-lis...@lists.php.net


0 new messages