PHP script advice - password protected members’ section & email form?
3 comments so farHi - I am just getting to grips with using php scripts to add functionality to my site. I would very much like to add a simple email script to send me the contents of forms and most important I would like to create a password protected section of my site for members. There are [...]
Is there a script that I could use to automatically email me what was entered in a form?
3 comments so farI need a script in preferably Javascript that sends my email whatever was written. Please and thankyou, quick 10 points.
A script for mass emailing all the emails stored in my mysql table using PHP?
2 comments so farI’m having some people fill out test forms, and the next step for me is to implement a way in which I can email a message to all of the emails stored in my MySQL table. I’m using PHP, however, if it’s possible using Ajax, I wouldn’t mind implementing that. Can’t use Ruby or Coldfusion, [...]
Help with my c code please?
1 comment so farSo this my code, it is supposed to scan an amount of song titles and put it in alphabetical order but I keep getting segmentation fault after all the songs are inputted. Can you help tell me why i am getting this?
#include
int alpha_first(char *list[], int min_sub, int max_sub)
{
int first, i;
first = min_sub;
[...]
Can I make a email list form where the input data automatically gets added to the outgoing email list?
1 comment so farI’m not sure if I’m wording this right. But I want to add an input field on my website to join a mailing list. I would imagine that the email address they input would then automatically get added to an outgoing email list. I’ve been using formmail and CGI to recieve data such as contact [...]
Where can I find an easy script to process form entry by sending email AND saving to DB?
1 comment so farI have been doing forms on websites for a while now; however, I have generally only used the form-mail.pl script that sends an email and that is about it. What I am looking for is a script that performs the same function - validate (I already have client side validation set up too), send [...]