|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-22 09:41 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 09:00:02 2025 UTC |
sometimes i get this message: Fatal error: Call to unsupported or undefined function if() in /home/dmag/messe/data/hm98/prog/fitforbusiness/index_d.php3 on line 3 don't know why ... php3 rc3 runs as a apache 1.2.5 module. this is the php3 source code: <?php if(ereg("_d\.ph",$SCRIPT_FILENAME)) { $lang="d"; } if(ereg("_e\.ph",$SCRIPT_FILENAME)) { $lang="e"; } ...