hi well for my website i made an avatar and i want it to be used as an advertisement thing but the people who use it will be able to put their names on the avatar and i've done the code for it etc
i've got one page called index.php with a form in where someone can enter something into the box and i've got another page called avatar.php where i have the php code using $_GET to get the box name from the form and printing the text onto the image
what i want to do is stop it from redirecting to another page but have it so that when you click the button on the form the avatar appears below the form instead
the code for the index.php is here:
Code:<html> <body bgcolor="grey"> <center> <form method="get" action="avatar.php"> Your Name: <input type="text" name="yourname"/> <input type="submit" value="Get Avatar"/> </form> </body> </html>





Reply With Quote



.


