Search found 2 matches
- Thu Jan 17, 2008 1:32 am
- Forum: PHP - Code
- Topic: While loop help
- Replies: 3
- Views: 135
Re: While loop help
Makes sense and worked perfectly ... many thanks
- Thu Jan 17, 2008 12:37 am
- Forum: PHP - Code
- Topic: While loop help
- Replies: 3
- Views: 135
While loop help
I am trying to create a while loop that at the end of the loop it will exclude a , at the end of loop... code looks like this while($data = $DB->Fetch($query)) { if(ereg($local,$data["location"])) { $str .= "['".$data["location"]."','"...