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!
I have this huge database and i was wondering if there was a way that I could make all the values "in the fetched array" as real variables without having to declare every single one.
$title=$row['title'];
$name=$row['name'];
Is there a way php can do it for me? using foreach? maybe for?
This is a pain
but cheers fellow programmers