[PHP] php as shell script

2003-01-30 Thread David H
Hi, I am trying to run php as shell script. I have this: helloworld.php: I run php helloworld.php then I got this: Hello World. Fatal error: Nesting level too deep - recursive dependency? in Unknown on line 0 I am using Redhat 8, anyone knows what is the problem is? Thanks, David __

RE: [PHP] Form trouble

2002-11-25 Thread David H
the data being > submitted then don't > do the insert. If there is not a record there, then > insert the record.. > > HTH > Clint > > -Original Message- > From: David H [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 2:21 PM > To: [EMAI

[PHP] Form trouble

2002-11-25 Thread David H
Hi, After I submited a query, if I use back then forward again the form will resubmit itself. Which I do not want. Does anyone have a solution for this problem? Thanks, David __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. h

RE: [PHP] RE: ############

2002-07-09 Thread David H
"An eye for an eye makes the world go blind." Mahatma Gandhi I think we should just kick him out of the list. Notify his ISP and black list him on the web. David --- Steve Bradwell <[EMAIL PROTECTED]> wrote: > agreed. > > -Original Message- > From: Rick Emery [mailto:[EMAIL PROTECTED]

Re: [PHP] Re: large object problem

2001-12-17 Thread David H
Manuel, Thanks for the comment. I am able to load the output correctly, if I do a import directly from the server. I am only having trouble with the upload code. Any idea from the code below? Thanks, David --- Manuel Lemos <[EMAIL PROTECTED]> wrote: > Hello, > > David H wro

[PHP] large object problem

2001-12-16 Thread David H
Hi all, I am trying to findout what is wrong with this script can anyone help? $dbconn = pg_connect ("cnnection string") or die ( "Error: ".pg_errormessage ($dbconn)) ;