No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: seems you are not concatinating $mailheaders var, try this: [code] $mailheaders = "From : ".'$username'."\n"; $mailheaders .= "Goodday, \n I just registered in the your Website.\n Awaiting your finalization."; [/code] | |
Re: [CODE]<? $query = //your query ?> -- then your table <table> and loop <? while ($row=mysql_fetch_array($query)) { ?> <tr> <td height="16" colspan="2" valign="top"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><?=$row['ProductName'];?></font></div></td> </tr> <tr> <td width="21%" height="109"><div align="justify"><?=$row['Picture'];?></div></td> <td width="79%" rowspan="2"><?=$row['Product Info'];?></td> </tr> <tr> <td height="98" colspan=2><p>Add To Cart Link</p> </td> </tr> <? … | |
Re: You can download wampserver, which will install php, mysql and apache, and will save your time to install and configure each... [URL="http://www.wampserver.com"]http://www.wampserver.com[/URL] Also, w3schools.com is a good place to start. |
The End.