Search found 2 matches

by zeeshan_kh
Fri Jan 06, 2006 4:02 am
Forum: PHP - Code
Topic: PHP configuration problem, foreach not behaving ???
Replies: 5
Views: 566

Thanks all you guyz for taking the time to reply. I spent an hour yesterday comparing the php.ini file from my windows server and the fedora server and they both look exactly the same...only change i suspected was this Fedora server variables_order = "EGPCS" Local Server variables_order = ...
by zeeshan_kh
Thu Jan 05, 2006 4:48 am
Forum: PHP - Code
Topic: PHP configuration problem, foreach not behaving ???
Replies: 5
Views: 566

PHP configuration problem, foreach not behaving ???

Hey, I have got PHP 4.3.10 Installed on my local system (windows) and server (Fedora). foreach loop runs perfectly on my local system but it gives me problems on the server. here is a sample code. $FilenameParameters1 = array('ar', 'bg', 'bc', 'far'); foreach ($FilenameParameters1 as $key) { echo $k...