Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~661 People Reached
Favorite Forums
Favorite Tags
php x 3

3 Posted Topics

Member Avatar for maydhyam

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]

Member Avatar for maydhyam
0
172
Member Avatar for duttydea

[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> <? …

Member Avatar for duttydea
0
333
Member Avatar for peterye

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.

Member Avatar for vssp
0
156

The End.