[PHP-DB] PHP amd MYSQL

2002-06-05 Thread Peter Goggin
or modified by calling another php page? If so is this documented anywhere? Is there any good source of information on setting up 'forms'to work like Oracle forms where database records can be inserted, updated or deleted? Regards Peter Goggin -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Fw: PHP amd MYSQL

2002-06-07 Thread Peter Goggin
tell me what the problem is. Is there any documentation which directly relates to using PHP with MySQL? Regards Peter Goggin - Original Message - From: Peter Goggin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 11:54 PM Subject: PHP amd MYSQL I am setting up

[PHP-DB] Linked tables and fields in a form

2002-07-01 Thread Peter Goggin
the contents of the second drop down list. Obviously I can do this by having interrelated pages where the value from the first fiels is carried to the second page and used to populate the second drop down list. Is there any way of doing this so within a single page? Regards Peter Goggin -- PHP

[PHP-DB] Re: Setting up a web server wit Redhat 7.3

2002-09-26 Thread Peter Goggin
work without error on my win98 machine with apache, mysql and php. Is there any documentation which lists all of these error conditions and suggests ways of solving them? Regards Peter Goggin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-DB] select date YYYY-MM mysql help

2003-01-03 Thread Peter Goggin
If mysql has a between function then you could try: where date between '2002-12-01'and '2002-12-31'. Otherwise try where date '2002-12-01 00:00:00'and date '2002-12-31 23:59:59' Regards Peter Goggin - Original Message - From: Matthew Moldvan [EMAIL PROTECTED] To: 'Max Clark' [EMAIL

[PHP-DB] Re PHP, MySql

2003-06-22 Thread Peter Goggin
I have a web site interfacing to a mysql databases which eventually may have a large number of users. Should I use persistent coneconnection mode or let each screen make and drop a connection ? Where will I find guide lines on this? Is this the correct list for this question? Regards Peter