Well for one
> echo "\t value='".stripslashes($first)."'>\n";
> echo "\t value='".stripslashes($last)."'>\n";
Both of these fields are called 'first' instead of 'first' and 'last' so the
last name is actually overwriting your first name.
Secondly, you are not using proper php variables int
- Original Message -
From: "pjc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, November 19, 2001 5:59 PM
Subject: [PHP] [newbie] passing variables
> I just started playing with PHP and MySQL and am building an online
>
Hi pjc,
@ 7:59:51 PM on 11/19/2001, pjc wrote:
p> The error that I am getting on delete_entry.php is that my variables aren't
p> there. Any suggestions folks?
Copy and paste the exact error message and repost it here.
--
-Brian Clark | PGP is spoken here: 0xE4D0C7C8
Please, DO NOT carbon co
I just started playing with PHP and MySQL and am building an online
phonebook for myself.
>From my 'view_all_numbers.php' I have a link that looks something like this:
DELETE
Here is the code from delete_entry_confirm.php
Are you sure you want to delete ";
echo "".$first." ".$last."";
echo
4 matches
Mail list logo