Re: [PHP] PHP form not working

2005-08-02 Thread hope
u can also work out like this: $email_err ="Please enter your email address!/span>/>"; $message_err = "Please enter a message!"; this wil also work perfectly alrite. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP form not working

2005-07-28 Thread Matt Zandstra
Pasting your page onto my server and commenting out your includes the following lines stand out: $email_err ="Please enter your email address!"; $message_err = "Please enter a message!"; You have quotes within quotes here. You should either escape the inner quotes or use single quotes to defin

[PHP] PHP form not working

2005-07-28 Thread Bruce Gilbert
Here is the entire code on the page. Now I am getting an error again... http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en-US" lang="en-US" dir="ltr"> Form Test> Skip over navigation About Me Skill set Hire Me Portfolio Contact Résumé

[PHP] form not working...

2003-11-10 Thread jas
For some reason my form to edit selected items is not working, I think I need a new set of eyes. Any help is appreciated... Jas // inc.php function db_retrieve() { require 'dbase.inc.php'; $tble = $_SESSION['table']; $show = @mysql_query("SELECT * FROM $tble LIMIT 0, 15",$db)or die(mysql_error(

Re: [PHP] A simple PHP form not working

2001-09-25 Thread ReDucTor
ember 25, 2001 6:38 PM Subject: Re: [PHP] A simple PHP form not working > Is this the correct mail function config in php.ini ? > > [mail function] > SMTP = smtp01.druk.net.bt ;for win32 only > sendmail_from = [EMAIL PROTECTED] ;for win32 only > ;sendmail_path = ;for

Re: [PHP] A simple PHP form not working

2001-09-25 Thread Tshering Norbu
September 25, 2001 12:32 PM Subject: Re: [PHP] A simple PHP form not working > On Tue, 25 Sep 2001 12:56, Tshering Norbu wrote: > > Hi list, > > I can not get the form (from thesitewizard) working. When I submit the > > form, I get this error: "Warning: Failed to Connect

Re: [PHP] A simple PHP form not working

2001-09-24 Thread David Robley
On Tue, 25 Sep 2001 12:56, Tshering Norbu wrote: > Hi list, > I can not get the form (from thesitewizard) working. When I submit the > form, I get this error: "Warning: Failed to Connect in c:\Program > Files\Apache Group\Apache\htdocs/druknet/feedback/feedbacksend.php on > line 2." My PHP conf w

RE: [PHP] A simple PHP form not working

2001-09-24 Thread Lawrence . Sheed
You have a blank line before your mailto:[EMAIL PROTECTED]] Sent: September 25, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] A simple PHP form not working I did try that before too and here is what I got/get : Warning: Failed to Connect in c:\Program Files\Apache Group\Apache\htdocs

Re: [PHP] A simple PHP form not working

2001-09-24 Thread Tshering Norbu
gt;; <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 10:35 AM Subject: Re: [PHP] A simple PHP form not working > First of all, you need to type > > header("Location: thankyou.html"); > exit; > > Try that... > > -Jason Garber > deltacron.com > > &g

Re: [PHP] A simple PHP form not working

2001-09-24 Thread Jason G.
First of all, you need to type header("Location: thankyou.html"); exit; Try that... -Jason Garber deltacron.com At 09:26 AM 9/25/2001 +0600, Tshering Norbu wrote: >Hi list, >I can not get the form (from thesitewizard) working. When I submit the form, >I get this error: "Warning: Failed to Con

[PHP] A simple PHP form not working

2001-09-24 Thread Tshering Norbu
Hi list, I can not get the form (from thesitewizard) working. When I submit the form, I get this error: "Warning: Failed to Connect in c:\Program Files\Apache Group\Apache\htdocs/druknet/feedback/feedbacksend.php on line 2." My PHP conf with Apache has no problem. What am I doing wrong? Sorry, I