I usually go on yourtupe to learn about php, even if I am not coding but just to view it to get a better understanding of as I am currently trying to learn this.
I am now attempting to do a mailing list, the subscribe and unsubscribe.
I have created the core folder with init.inc.php and mail.inc.php inside it, and then the signup.php outside of the core folder (haven't got far as the send.mail and unsubscribe.php.
I have got as far as video 3 of your mailing list (http://www.youtube.com/watch?v=tTdcBnzuJhg)
I keep seeing this error
" Fatal error: Cannot redeclare add_user() (previously declared in /home/chatabl1/public_html/sj/core/mail.inc.php:15) in /home/chatabl1/public_html/sj/core/mail.inc.php on line 23 "
line 15 on mail.inc.php is
function add_user($firstname, $lastname, $email){line 23 of mail.inc.php is
}I keep checking the first 2 videos and re-following it but there doesnt seem to be an issue.
I am going to attempt to re-start it from scratch again and test stage by stage but can someone please shed some light on this?
p.s I am learning a great deal from yourself as well so many thanks for the videos, it really is amazing.
Many thanks