need some people that know html to help
well i coded a web in html then i added all the php functions to it so i just set it all up but now i want it to like when i click register it wont go to another page and make register i want it to just show up in the webs white space in the middle someone have any idea how?
Re: need some people that know html to help
Quote:
Originally Posted by
~Fallen
well i coded a web in html then i added all the php functions to it so i just set it all up but now i want it to like when i click register it wont go to another page and make register i want it to just show up in the webs white space in the middle someone have any idea how?
Post your html code here, may i help you.. i will only help you in html, i am can't php so well, neither html, but its very easy to code html, :D
Re: need some people that know html to help
umn add me on msn i will ask then john192366038@hotmail.com
Re: need some people that know html to help
you have to put a "do" and stuff in there like :
Code:
index.php?do=register
for the link.
the something like :
Code:
<form name="reg" method="POST" action="index.php?do=register">
in the script.