On Thu, 2009-04-30 at 11:06 +0200, Marcus Gnaß wrote:
> Troy Oltmanns wrote:
> > I have the code below being used to rifle through a list of available
> > categories and create select options for them. The code is being used to
> > query the database and compare the product category to the current
Troy Oltmanns wrote:
> I have the code below being used to rifle through a list of available
> categories and create select options for them. The code is being used to
> query the database and compare the product category to the current
> iteration, if there's a match, then add selected code so the
I have the code below being used to rifle through a list of available
categories and create select options for them. The code is being used to
query the database and compare the product category to the current
iteration, if there's a match, then add selected code so the category is
prechosen. More
On Thu, May 4, 2006 9:57 pm, R. Van Tassel wrote:
> I am having an issue with a form, basically an order form, with 10
> rows.
> Each row is the same, the rows are being generated by a loop and I am
> appending the counter of the loop to the name of the form elements
> (i.e.
> quantity1, type1, nex
s are set
correctly..
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 04, 2006 11:05 PM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP Forms
R. Van Tassel wrote:
I am having an issue with a form, basically an order form, with 1
R. Van Tassel wrote:
I am having an issue with a form, basically an order form, with 10 rows.
Each row is the same, the rows are being generated by a loop and I am
appending the counter of the loop to the name of the form elements (i.e.
quantity1, type1, next row = quantity2, type2, etc)
I c
I am having an issue with a form, basically an order form, with 10 rows.
Each row is the same, the rows are being generated by a loop and I am
appending the counter of the loop to the name of the form elements (i.e.
quantity1, type1, next row = quantity2, type2, etc)
I can't seem to receive the
Thanks for your replies.
The name attribute is depreciated in XHTML for use with the input tag and
has been replaced with the id attribute.
The name element can still be used in the form tag though.
What I'm looking for is something similar to ASP's
GetElementByID("example");
Thanks
Tim Burgan
Tim Burgan wrote:
In their forms they use the name attribute (ie. name="example") instead of
XHTML's id attribute (ie. id="example").
How can I fix this?
(X)HTML still requires name to be used for forms. It's usually best to
use both name and ID for forms.
--
PHP General Mailing List (http://ww
Hi,
Wednesday, December 31, 2003, 11:45:37 AM, you wrote:
TB> Hello,
TB> I'm *very* new to PHP. I am working through the 'Professional PHP
TB> Programming' book by Worx.
TB> In their forms they use the name attribute (ie. name="example") instead of
TB> XHTML's id attribute (ie. id="example").
T
Hello,
I'm *very* new to PHP. I am working through the 'Professional PHP
Programming' book by Worx.
In their forms they use the name attribute (ie. name="example") instead of
XHTML's id attribute (ie. id="example").
If I use 'name' my results display on the next page after the submit
button is p
You don't need to use forms (which you got wrong), but simple links with
target="lowerframe" and
href="lowerframe.php?tableID=$tableID", then you get in your
lowerframe.php $_GET['tableID']
Adrian Partenie wrote:
Hello,
I could use some help.
I have two framed pages, upperframe.html and lowe
Hello,
I could use some help.
I have two framed pages, upperframe.html and lowerframe.html. In upper frame.html:
echo "";
echo "IDSubjectOpenClose";
while($row = MySQL_fetch_array($result)) {
echo "";
echo "{$row['id']}"; ??
echo "{$row['subject']}";
echo "{$row['open']}";
ech
ruary 25, 2002 6:31 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP Forms
I have the following php code to asks for a new student to fill out a
registration form. Using php, take what the user enters and put it into
the "students" table. But when i select * from students in mysql,
Your submit button does not have name="submit" set. So $submit is never
being set.
Also your html is full of errors, I would clean that up and put it thru a
validator, try html tidy (www.w3c.org).
And, make sure that formvalidation() is passing true, is that fails the
form will never be submi
On Tuesday 26 February 2002 02:31, Chiew, Richard wrote:
> I have the following php code to asks for a new student to fill out a
> registration form. Using php, take what the user enters and put it into
> the "students" table. But when i select * from students in mysql, it
> didn't show, why?
I have the following php code to asks for a new student to fill out a
registration form. Using php, take what the user enters and put it into
the "students" table. But when i select * from students in mysql, it
didn't show, why?
REGISTRATION FORM
REQUIRED QUESTIONS:
]
- Original Message -
From: "Matt Obstgarten" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 02, 2002 3:48 PM
Subject: [PHP] PHP Forms
> Hello,
> I am new to PHP. I have PHP (cgi version) configured on my
> machine running XP Pro and IIS. It
Hello,
I am new to PHP. I have PHP (cgi version) configured on my
machine running XP Pro and IIS. It works fine. The first script I wanted
to write was the ever-useful feedback form script where the contents of
a form are e-mailed to the webmaster. I am sure that I have a working
script b
I've set up a news database with a PHP front-end and am using MS SQL Server.
The news table is set up correctly with the pertinent field being of type
'text' which, according to documentation, should support well over 10 megs
of text data.
This is the problem: The user tries to submit a news arti
e.g.
>
Johannes
"Victor Hamutenya" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, my name is Victor from Namibia, I do web development with PHP, I
> hapenned to find your email address on one of the PHP sites on the Net,
> as one of the contributor
Hi, my name is Victor from Namibia, I do web development with PHP, I
hapenned to find your email address on one of the PHP sites on the Net,
as one of the contributors on the PHP notes.
Can you please, if it is possible, tell me how to write in a form field
with PHP script. Like in Javascript
22 matches
Mail list logo