php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1144 end select tag kacking things
Submitted: 1999-02-11 18:27 UTC Modified: 1999-02-11 19:21 UTC
From: dave at hyperconnect dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.6 OS: Solaris 2.6
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: dave at hyperconnect dot com
New email:
PHP Version: OS:

 

 [1999-02-11 18:27 UTC] dave at hyperconnect dot com
the following html is a web page. paste it to a file and name it whatever.html.  view it in you browser. looks nice huh. now rename it to whatever.phtml  and view it again. its kacked.  everything after the </select> tag gets kacked until the next <select> tag. 

ps. this text box is fracked too. its not big enough to take my whole message

dave

----snip---------snip---------snip---------snip-----

<HTML>

<HEAD>

<TITLE>englishCereal.com | the school uniform superstore</TITLE>


</HEAD>

<BODY
	bgcolor="#ffffff"
	link="##2d496f"
	vlink="#ff0000">


<form>
<p>
<b>
colors
</b>
<br>
<select name="select">
  <option>select one</option>
  <option>one</option>
</select>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-11 19:21 UTC] rasmus
This cannot possibly be a PHP problem.  Look at the "View Source" in your browser.  I bet it is there
but not showing up because you a missing the closing form tag or something.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC