[PHP-DB] input 's id and name -- question...

2002-09-17 Thread Michael Zornek

does the id attribute of an input tag override the name attribute when
trying to pull these vales on a subsequent php page? Does it make any
difference?

I ask cause I'm now PHP-ifing a form I designed in Dreamweaver and it added
ids attributes all over the place. Wonder if I should edit them, delete
them, etc... ???

Thanks!

~ Mike
-- 
Mike Zornek | Project Leader
Apple Student Developers
The Insanely Great Site with the Insanely Long URL
http://www.applestudentdevelopers.org

Personal Site: 
http://www.mikezornek.com


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




RE: [PHP-DB] input 's id and name -- question...

2002-09-17 Thread Beau Lebens

nope - an id is used for other things (like javascript, style sheets, DHTML
etc). They shouldn't affect your variable names.

HTH

Beau


// -Original Message-
// From: Michael Zornek [mailto:[EMAIL PROTECTED]]
// Sent: Wednesday, 18 September 2002 6:41 AM
// To: [EMAIL PROTECTED]
// Subject: [PHP-DB] input 's id and name -- question...
// 
// 
// does the id attribute of an input tag override the name 
// attribute when
// trying to pull these vales on a subsequent php page? Does it make any
// difference?
// 
// I ask cause I'm now PHP-ifing a form I designed in 
// Dreamweaver and it added
// ids attributes all over the place. Wonder if I should edit 
// them, delete
// them, etc... ???
// 
// Thanks!
// 
// ~ Mike
// -- 
// Mike Zornek | Project Leader
// Apple Student Developers
// The Insanely Great Site with the Insanely Long URL
// http://www.applestudentdevelopers.org
// 
// Personal Site: 
// http://www.mikezornek.com
// 
// 
// -- 
// 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