RE: [PHP] Inputing data to a relational database

2001-04-08 Thread Jason Lotito
> -Original Message- > From: Nathan Roberts [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 08, 2001 5:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Inputing data to a relational database > > > I am a nebie to Mysql/php and am currently working on an urg

Re: [PHP] Inputing data to a relational database

2001-04-08 Thread Lindsay Adams
Not that I am aware of, because all the referential integrity relating to mysql, is in whatever code you write to access it. So you are going to have to use C,Perl,PHP,Python, or something to access your data, and control integrity. Play with mysql queries in php. As long as you only do selects,

Re: [PHP] Inputing data to a relational database

2001-04-08 Thread Joe Stump
www.mysql.com -> Documentation - is you know how to insert data using SQL already then just make the PHP script. --Joe On Mon, Apr 09, 2001 at 01:11:57AM +0100, Nathan Roberts wrote: > I am a nebie to Mysql/php and am currently working on an urgent project, a > on-line catalogue. I have been us

[PHP] Inputing data to a relational database

2001-04-08 Thread Nathan Roberts
I am a nebie to Mysql/php and am currently working on an urgent project, a on-line catalogue. I have been using phpmyadmin, to create the tables in MySQL. However I now want to add data into the tables. I am reluctant to program a php page to do this, as I do not (yet) have sufficient php knowledg