[PHP-DB] Script works on one server and not another...

2007-11-16 Thread VanBuskirk, Patricia
I have the following multipage example script I am practicing with that came from the php cookbook. It works great on my other business's web server, but when I upload it here at this job, it goes to a blank page after clicking next on stage 1. Sounds like a php.ini setting, but I cannot figure

[PHP-DB] Script 'hanging' for a long time before exit

2007-05-17 Thread Sean Timmins
Apologies if this should be directed to the main php list, but I cannot replicate the exact same problem without the use of a backend database so I thought here might be more appropriate. I recently upgraded a system from php 4.4.2 to php 5.2.1, and one of my scripts has started behaving very

Re: [PHP-DB] Script 'hanging' for a long time before exit

2007-05-17 Thread Chris
$ php plot_graph.php 2; date 16:27:59: Script Starting 16:27:59: executing Query 16:28:01: Number of results:53068 16:28:01: Fetching Results 16:28:03: Freeing result set 16:28:03: Closing DB connection 16:28:03: Done 16:28:03: Exiting Thu May 10 16:28:22 BST 2007 Looks like this is the only

[PHP-DB] script source needed

2005-05-08 Thread chintan
please send me a copy php script if someone do know or have one of the dropdown menus updates trhough javascript or php script(did't read or heard about this) please provide it here or by email. i need it. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Script to control mysql users?

2002-08-29 Thread Leif K-Brooks
I need to add mysql users to some databases, but my dumb control panel (ensim) doesn't seem to have a feature to do that, and I'm nothing in the mysql database. Does anyone have a script to let me add them automaticly if I supply it with the root password? -- PHP Database Mailing List

Re: [PHP-DB] Script to control mysql users?

2002-08-29 Thread Adam Williams
read mysql.com's documentation on the GRANT command. Or install phpmyadmin and use that. Adam On Thu, 29 Aug 2002, Leif K-Brooks wrote: I need to add mysql users to some databases, but my dumb control panel (ensim) doesn't seem to have a feature to do that, and I'm

[PHP-DB] Script syntax error

2001-10-05 Thread steve downs
I'm using PHP and MySQL Web Development published by SAM's. I believe the story_submit.php file for the Content Mangement script in Chapter 26 has a syntax problem. I'm getting errors. I'm very new to MySQL PHP and would appreciate some help. The form has a field for uploading an optional .html

RE: [PHP-DB] Script

2001-09-30 Thread Dave Watkinson
- From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]] Sent: 30 September 2001 04:53 To: PHP-DB List Subject: Re: [PHP-DB] Script Hector Gonzalez wrote: Hi, is there anyway to execute an script with no client intervension?, for example,, i want to make a mailist, with a database,, it'll chek

[PHP-DB] Script

2001-09-29 Thread Hector Gonzalez
Hi, is there anyway to execute an script with no client intervension?, for example,, i want to make a mailist, with a database,, it'll chek for mail in an address and send email to the ones the are in the database,, is there anyway to do this automatically? greetings Hector