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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: martinradu at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 00:01:29 2025 UTC