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!
That's only a notice, meaning it is working fine. But $name has not been set yet. The reason why it shows up on your server is because you have your error_reporting set to E_ALL. I recommend always having E_ALL on, it will save your hours and hours of scratching your head..
Last edited by John Cartwright on Tue Sep 14, 2004 7:36 pm, edited 1 time in total.