On Fri, February 23, 2007 9:10 am, Dan Shirah wrote:
> On my form I have several drop down menus. They all work and display
> the
> corrent values. However, I would like the initial display of the form
> to
> show each dropdown as blank.
[snip]
> Any suggestions on how to make my initial display
Thank you George, that is what I was referring to.
I had been placing the echo "\n"; inside of my
loop..which of course returned a blank after every valid selection.
TGIF!
Thanks all.
On 2/23/07, Dave Goodchild <[EMAIL PROTECTED]> wrote:
Also, if you want to get into the habit of writing va
Also, if you want to get into the habit of writing valid xhtml, use
lowercase and selected="selected"
2007. 02. 23, péntek keltezéssel 10.10-kor Dan Shirah ezt írta:
> On my form I have several drop down menus. They all work and display the
> corrent values. However, I would like the initial display of the form to
> show each dropdown as blank.
>
>
> $q_status = "SELECT * FROM status_codes ORDE
On 2/23/07, Dan Shirah <[EMAIL PROTECTED]> wrote:
On my form I have several drop down menus. They all work and display the
corrent values. However, I would like the initial display of the form to
show each dropdown as blank.
$q_status = "SELECT * FROM status_codes ORDER BY status_description
On my form I have several drop down menus. They all work and display the
corrent values. However, I would like the initial display of the form to
show each dropdown as blank.
$q_status = "SELECT * FROM status_codes ORDER BY status_description";
$r_status = mssql_query($q_status) or die(mssql_e
> Is it possible to extract the value option which item name selected..for
> example i am having list of soap brand in the options..is it possible that
> to tell that the user seleced this brand of soap while in the submittion
> of the form..can any one please tell me how to do this..
Umm...tha
Hello,
Is it possible to extract the value option which item name selected..for
example i am having list of soap brand in the options..is it possible that
to tell that the user seleced this brand of soap while in the submittion
of the form..can any one please tell me how to do this..
Regard
Hi everyone,
I was hoping to work on a hairbrained idea that would allow me to use php to
control an X10 or other serial device (security system, irrigation
controller, etc,). I have read several hints at using the fopen function to
do serial communications but these posts were a year old. Is
: Tuesday, September 04, 2001 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] option block
>
>
> Hello everyone, I'm having a problem with my option block...
> I'm trying to
> pass the value of uid to the next page. I always get the last
> uid value in
> table us
Hello everyone, I'm having a problem with my option block... I'm trying to
pass the value of uid to the next page. I always get the last uid value in
table user. How can I change this so I get to pass the value of the user's
choice?
$sql = "SELECT user.uid, user.first_name, user.last_name
Also
while ($array[1] >= $array[0]) {
and not
while ($array[1] => $array[0]) {
Rudolf Visagie
[EMAIL PROTECTED]
-Original Message-
From: David Robley [mailto:[EMAIL PROTECTED]]
Sent: 20 August 2001 07:01
To: CGI GUY; [EMAIL PROTECTED]
Subject: Re: [PHP] option tags and WHILE
On Mon, 20 Aug 2001 12:23, CGI GUY wrote:
> What's wrong with this code? I keep getting a parse
> error at the form/select lines...
>
> $array = mysql_fetch_array($mysql_result) or die("no
> go");
>
> print ("");
> print ("");
> while ($array[1] => $array[0]) {
> print (" ">$array[1]\n");
> }
> p
What's wrong with this code? I keep getting a parse
error at the form/select lines...
$array = mysql_fetch_array($mysql_result) or die("no
go");
print ("");
print ("");
while ($array[1] => $array[0]) {
print ("$array[1]\n");
}
print ("");
print ("");
?>
Hi Michael!
On Sun, 15 Jul 2001, Michael Thomas wrote:
>
> how can i populate an dropdown box useing php & postgresql.
> Thanks in advance
>
if you tell me how you tried by yourself first, I'll help you
further ;)
it's trivial with Javascript, but if you don't want to use that it's still
doabl
how can i populate an dropdown box useing php & postgresql.
Thanks in advance
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
16 matches
Mail list logo