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 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
> knowledge. As far as I can see phpMyadmin doesn't do all I need it to, which
> is:-
> 
> The tables reference each other, for example
> 
> The categories are stored in a categories table
> The products table includes a field category
> 
> to ensure referential integrity, when adding a product to the products
> table, I want to have a combo box that will let me select one of the
> categories from the categories table.
> 
> Is there anything like phpmyadmin that will let me do this without me having
> to write code.
> 
> Any advice much appreciated
> 
> Nathan Roberts
> 
> 
> 
> -- 
> 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]


/******************************************************************************\
 *                    Joe Stump - PHP/SQL/HTML Developer                      *
 * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net   *
 * "Better to double your money on mediocrity than lose it all on a dream."   * 
\******************************************************************************/

-- 
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