RE: [PHP-DB] Re: displaying info in a form

2002-03-29 Thread Jonathan Hilgeman

People have already answered this question, but here are some additional
tips.

Always make sure you include the NAME attribute of an INPUT - otherwise it
can cause some headaches when you try to get the submitted data on the next
page. So:

  

You can also shorten the echo/print statement down to:

  

I've heard that you can leave off the semi-colon, but I just consider it
good coding habit to always end statements with semi-colons.

- Jonathan

-Original Message-
From: Luis R. Sales Glez. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 9:30 AM
To: Natividad Castro
Cc: [EMAIL PROTECTED]
Subject: [PHP-DB] Re: displaying info in a form


Hi Natividad & *:

Try to declare the input file as:



instead of 

>

Regards,

-- 
Luis R. Sales Glez.
Database Administrator
Information Systems & Solutions
Sony Latin America Inc.
Mailto: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Re: displaying info in a form

2002-03-29 Thread Luis R. Sales Glez.

Hi Natividad & *:

Try to declare the input file as:



instead of 

>

Regards,

-- 
Luis R. Sales Glez.
Database Administrator
Information Systems & Solutions
Sony Latin America Inc.
Mailto: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php