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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 18:01:29 2024 UTC