PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This code works fine in my pc where I have php5 with apache 1.3.
When I uplaod it to the site and click the link that contains $project[$j][$i], it loses its value. When I print out its value only ($row['id']) it shows up.
see it here http://www.mohtaraf.com/portfolio/photo ... 10&img=101
click on one of the thums in the page and you'll that "project" will be= ''. Click on it again, it will get back the value. Doesn't make sence to me.
The other thing that make me out of my mind is that $array[$j][$i] is working fine with no probelms at all.