| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
![]() Join Date: Jul 2005 Location: Coffs H, Australia
Posts: 3,456
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,552
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | It seems your code is screwed up... home page begins with <head> Why don't you add a value tag for the fields <input type="hidden" name="ops[]" /> ? Also, you should be aware that when using an array of HTTP form fields the order in which they are received at the other hand (server-side) is not guaranteed and may be different from the form layout...
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| |
| | #3 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,272
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Hello, Okay first thing.. You are using hidden fields.. Hidden fields don't have a value of checked. So remove that. Replace it with the value field (value=1) or (value=0) That should fix that up.. I am surprized FF even works.. But FF is really strange.. - Steve
__________________ I feel old. |
| |