SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Hybrid View
-
Oct 11, 2003, 16:14 #1
- Join Date
- Oct 2003
- Location
- kuwait
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I need to do this ( help me please )
hello friends ,
please i'm looking for solutions for this problems :
1- I have 20 lessons as ( E-course ) ok?
I want the visitor subscribe to my list to get this ecourse my email . but i want the system send ONE lesson everyday . when 20 lessons finish the subscriber will reveive thanks email . How can i do it please ?
2- I'v a downloadable e-book in my site . and i'v mailling list . but i want the visitor who want to download my e-book add his e-mail in my list frist . after adding his email . the system will send him an email containing the download link . and his email will be added to my mailling list auto. How can i do it please ?
best regards to all
Manner
-
Oct 11, 2003, 18:01 #2
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,195
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The answer depends on what you actually want and what you can do.
I mean, it's actually pretty simple:
1.
- The user subscribes, you send an email back with an activation link.
- If the account doesn't get activated in 24 hours you delete the entry from the database.
- If it does, then you send out the first lesson.
- Them you have to check everyday which user gets which lesson.
- The only problem is this daily check, you'll have to use cron to run the script daily.
2.
- The user subscribes with his email address
- You add him to the mailing list
- In a table you insert a unique id for his download (id and e-course name)
- When the user clicks the link the file will be returned
- The databse entry gets deleted
-
Oct 12, 2003, 03:27 #3
- Join Date
- Oct 2003
- Location
- kuwait
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
please help me , i can not work with programming yey.
could you mind tlling me what script can i use and work with my needs please ?
regards
-
Oct 12, 2003, 04:02 #4
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,195
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Um, you've never done PHP before?
Then you should look around in the PHP script download archives, 'cause I don't think that anybody will code this one for free.
-
Oct 12, 2003, 08:31 #5
Your a beginner, why are you posting this in advanced php?
-
Oct 12, 2003, 14:21 #6
Bookmarks