shlomikalfa Posted August 28, 2007 Share Posted August 28, 2007 hey guys (: i have this site: www.japan-casino.us and i want to make a user-login ability to it, my index is in html but i've added this to the html: <FORM action="/feedback-2.php" enctype="multipart/form-data" method="get"> <p align="center"><font color="#7F462C">E-mail:</font> <INPUT type="text" size="15" name="email" dir="ltr" style="border: 1px solid #008080" class="2"> <BR><font color="#7F462C">Name:</font> <INPUT type="text" size="15" name="UsrName" class="2"> <BR> <INPUT type="submit" value="Submit" class="2"> </p> </FORM> but whenever someone clicks the 'SUBMIT' form he is being redirected into a new page... now i know that is do to the action i've inputed but i don't know what kind of action i should place there beside that one. - i want the that whenever anyone clicks 'SUBMIT' the form will be parsed and then replaced with the php return script! how do i do that?! - do i have to have my index PHPed ?! Link to comment https://forums.phpfreaks.com/topic/67004-solved-ez-php-website-q/ Share on other sites More sharing options...
ReDucTor Posted August 28, 2007 Share Posted August 28, 2007 You can use a frame, iframe or ajax. iframe sounds more suitable for what your after I think. Link to comment https://forums.phpfreaks.com/topic/67004-solved-ez-php-website-q/#findComment-336007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.