On Monday 01 December 2003 02:28, [EMAIL PROTECTED] wrote:

> creating a web-site which has a spot to make a query as well as text boxes
> to input data into the database. This way I won't have to type all the
> mysql commands to add new entrys.
>
> I already have the mySQL database installed, as well as apache and
> phpmyadmin. I just need direction as to how I can implement the above.

phpmyadmin is fine for setting up DBs (though I have to admit, I prefer 
mysqlcc or the command line myself) and tables.

Grab your nearest copy of something like O'Reilly's Web Database Applications 
with PHP, and start reading up on http://www.onlamp.com/php/ .  Read the nice 
manual that comes with php to get a grasp of the functions.  Start writing 
code.

Alternatively, do the programming in perl :>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to