i read somewhere that it has something to do with smtp? or php.ini or stuffs like that.. there are only 5 phppages that i uploaded. and 1 php to be called after clicking submit.. im so desperate i've been dealing with this problem for 4 days now.. i really have to get this working.. :(
i can't receive the email that i wanted to have... my code are as follows:
my order.php
<form id="orderform" method="POST" action="go.php">
<br /><hr>
<b><font size=4>Item Information</font></b><br>
<hr />
<br>
Item Name :<br />
<input name="ItemName" type="text" id="ItemName" maxlength="25"...
guys im so sorry but im a noob, i designed a page with form that a visitor can place his or her orders. the only problem i have is that i already have a php script but still i cant forward the information gathered from the form to another email. what do i lack? someone told me that it has...