Hello,
First time here while I was looking for references for a simple requirement. I know it's simple but I don't know how to code it myself - maybe you guys can help me out.
What I want is a html page that I can simply load in my browser;
Page requires a form with some fields; I'll post the SQL code that I need to issue from the web.
INSERT INTO `prefix_table1` VALUES ([COLOR=Red]7[/COLOR], '', '[COLOR=Red]7[/COLOR]', 'Clan Donation', '', '1', '', '[COLOR=Red]MEMBERNAME[/COLOR]', '0.00', 'Reveal Name?', 'Yes', '', '', '', 'Completed', '[COLOR=Red]2006-12-17 01:01:01[/COLOR]', 'web_accept', '[COLOR=Red]5.00[/COLOR]', '0.00', 'USD', '', '', '[COLOR=Red]FIRST[/COLOR]', '[COLOR=Red]LAST[/COLOR]', '', '', '', '', '', '', '[COLOR=Red]EMAIL[/COLOR]', '');
Items in red is what I need to be able to input in the form, then click on submit and it should import that entry into the database.
The number '7' in the code is the transaction number and needs to increment, but I can live without that... Everything else is manually put in by hand.
5.00 in the code is the amount, generally can change from 5.00 to something else.
I know for some of you it may be a 5 minute trick so please I'd like to get some help in this matter. I can provide more information if I know what's needed. So far I've only been able to succesfully establish a connection and disconnect.
Thanks
gen