Need Help

capone18

New Member
So hello there i need some help i have a question ,why if a try to put a contact form on my website when i clik Submit it opens the index.php as a text in browser and see the content of .php and it doesn't take no effect:|?:| anyone know pls:|? THx a lot
 
Last edited:

isbwebdesign

New Member
Your form should be defined like this...

<form name="myform" action="http://www.webdesign.com/index.php"
method="POST">

the content of your form to be passed to index.php

<div align="center">
<br><br>
<input type="text" size="25" value="Enter your name here!">
<br><br>

then your post button...

<input type="submit" value="Send me your name!">

ISB Web Design
http://www.isbwebdesign.com
 

capone18

New Member
i have those but is just one index.php and there are html tags and form is included in index.php and at <form action="<?php echo $self;?>"> or something like that if u could help me pl i will post all the script if u could help me to see what is the problem .thx
 

LouTheDesigner

New Member
If you post the code we can further assist you. PHP contact forms are a dime-a-dozen now online. They usually only require you to change the e-mail address to which it is sent in one of the php files. If your code just looks screwed up beyond repair, I'll just reply with some links to some free, downloadable contact forms.

Louis
 

capone18

New Member
so here is the code is html nd php included if some of you cand help me plz do it:D
 
Last edited:

capone18

New Member
cand anyone help me plz when i trey toa cces the contact form in google chrome it appears the php code and in Internet Explorer apperas the form but when i clik Send it stays on the same page it doesn't send me the message from the form
 
Top