php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13004 dunno
Submitted: 2001-08-28 11:23 UTC Modified: 2001-09-22 11:57 UTC
From: shippler at web dot de Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0.6 OS: win2k
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: shippler at web dot de
New email:
PHP Version: OS:

 

 [2001-08-28 11:23 UTC] shippler at web dot de
<?php
if ($link==1)
{
    print "<img src=\"img/root.png\">";
}
elseif ($link==2)
{
    print "<img src=\"img/root2.png\">";
}
else
{
    print "<img src=\"img/root3.png\">";
}
?>

this script always displayed root3.png. After an upload  onto a f2s.com server it was  displayed correct.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 11:46 UTC] sniper@php.net
So what is the problem here?



 [2001-09-22 11:57 UTC] derick@php.net
No feedback, no useful information. So closing...

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 19:01:28 2024 UTC