|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-28 11:46 UTC] sniper@php.net
[2001-09-22 11:57 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
<?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.