php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11980 problem with forms
Submitted: 2001-07-09 10:58 UTC Modified: 2001-07-09 11:07 UTC
From: martinradu at hotmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: windows
Private report: No CVE-ID: None
 [2001-07-09 10:58 UTC] martinradu at hotmail dot com
i am using a combobox autocompleted by a mysql database uith citys. ex buenos aires (is one city with 2 names separated by 1 space). when the form is submited the variable is contening only the first name like buenos in my ex. why is this hapening? how can i fix that?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-09 11:06 UTC] brianlmoon@php.net
We would need to see your code to determine the problem.  At first thought, it sounds like you might not have " around the values in your <option> tags.

Brian.
 [2001-07-09 11:07 UTC] derick@php.net
Use quotes " as the HTML specs say you need to do that.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC