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

2007-11-16 Thread Zachary Krakov
Hello Patricia, I figured out your problem... you had a hidden white-space character in your code that couldn't be parsed by PHP... specifically, on line 24, between the "age:" text element and form element. I have removed that pesky little white-space character, and your code appears to be

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 o

RE: [PHP-DB] script source needed

2005-05-08 Thread Bastien Koert
1. you 'question' is not very clear...what are you after exactly? 2. you don't wanna do the work, don't wanna google for it and want us to give it to you...why should we? Bastien From: chintan <[EMAIL PROTECTED]> To: [email protected] Subject: [PHP-DB] script source needed Date: Sun, 08 May 20

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

RE: [PHP-DB] Script

2001-09-30 Thread Dave Watkinson
ssage- 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

Re: [PHP-DB] Script

2001-09-29 Thread Ashley M. Kirchner
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 for mail in an address and >send email to the ones the are in the database,, is there anyway to do this >automatically? Um,