I love php and wish I had more time to learn it, in the mean time I am learning very slowly as I go. Mainly from other people's scripts and asking for help as I go LOL Anywho, I have a script that automatically sends an emails to people who sign up and I would like to edit the wording of those emails anytips on how I can locate the email wording? I searched my folder with all the script files for words like send_email and the exact wording that is in the emails, as I got a few sent to me while testing the script and have had no luck, spent all day so far looking Thanks in advance
mail() is the function that sends out the emails normally. Look for it anyways, when you wish to edit the wording, thats probably kept in some template files..
found a post from 2008 that said: Windows Grep http://www.wingrep.com to search files or even whole folders for any text string. after 12 hours of hunting, this answer found what I was looking for in 5 min, which included the dload, install and search LOL I so need to learn PHP