Jump to content

[SOLVED] EZ php website Q !


shlomikalfa

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.