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
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
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é
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(
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
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
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
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
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
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
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
11 matches
Mail list logo