alohatofu Posted March 24, 2008 Share Posted March 24, 2008 I'm a very noob when it comes to php and mysql and i'm still learning. I have a relatively simple task to do. My server is a windows server with apache and php I would like to have a link when a user click on it, it will automatically send a predefined message using formmail script that I have. (only formail) it then write a (1) to the database so that it doens't display that link any longer once a message has been submitted. Link to comment https://forums.phpfreaks.com/topic/97639-is-it-possible/ Share on other sites More sharing options...
wildteen88 Posted March 24, 2008 Share Posted March 24, 2008 Yes it is possible. Link to comment https://forums.phpfreaks.com/topic/97639-is-it-possible/#findComment-499577 Share on other sites More sharing options...
alohatofu Posted March 24, 2008 Author Share Posted March 24, 2008 do you mind helping me get started? i don't intend to just go here and ask someone to write the script for me.. but Im just very clueless right now and will to learn. thanks Link to comment https://forums.phpfreaks.com/topic/97639-is-it-possible/#findComment-499584 Share on other sites More sharing options...
BlueSkyIS Posted March 24, 2008 Share Posted March 24, 2008 here is a start: <?php // PHP code goes here. ?> but seriously, you should look up some basic PHP tutorials. Link to comment https://forums.phpfreaks.com/topic/97639-is-it-possible/#findComment-499649 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.