register_globals = off

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!

Moderator: General Moderators

Post Reply
brandon
Forum Newbie
Posts: 6
Joined: Fri May 10, 2002 10:06 am

register_globals = off

Post by brandon »

[removed]
Last edited by brandon on Tue Jul 14, 2015 4:37 pm, edited 1 time in total.
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

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.
brandon
Forum Newbie
Posts: 6
Joined: Fri May 10, 2002 10:06 am

Post by brandon »

[removed]
Last edited by brandon on Tue Jul 14, 2015 4:37 pm, edited 1 time in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply