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!
in the url link of test2 your passing the varible 'hubblebubble', instead of your name. Whatever you put in the url address will be echo'd on text2.php ex: 'test2.php?name=phil' or 'test2.php?name=Jesus'. test2.php will echo whatever you have name equaling.