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. Quote 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. Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/97639-is-it-possible/#findComment-499649 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.