Search found 2 matches
- Fri Jan 06, 2006 4:02 am
- Forum: PHP - Code
- Topic: PHP configuration problem, foreach not behaving ???
- Replies: 5
- Views: 567
- Thu Jan 05, 2006 4:48 am
- Forum: PHP - Code
- Topic: PHP configuration problem, foreach not behaving ???
- Replies: 5
- Views: 567
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...