Search found 20 matches

by phoggy
Wed Dec 10, 2003 11:31 am
Forum: PHP - Code
Topic: newbie que: date functions
Replies: 9
Views: 795

newbie que: date functions

Hi all, I have a simple keyword search that is limited to 3 searches every 24 hours. Have no idea how to use the date functions to make it work. Not sure if I'm even on the right track here. Can someone help? TIA. $query = "SELECT nsn_number, description, count, last_search FROM nsninfo, users ...
by phoggy
Tue Sep 16, 2003 11:27 pm
Forum: PHP - Code
Topic: user registration
Replies: 8
Views: 819

Hi guys, m3rajk: Didn't know that text files can become massive in size really quickly. The site I am planning is for a very specific community, and will probably to start off have no more than a couple of hundred users and max. thousand, so I guess that should still be ok. :? JAM: Checked out hotsc...
by phoggy
Tue Sep 16, 2003 5:17 pm
Forum: PHP - Code
Topic: user registration
Replies: 8
Views: 819

Thanks for your help. :D I have found a tutorial that has most of the elements I am looking for. You can see it here: http://www.phpfreaks.com/tutorials/40/0.php although I would rather just use a textfile instead of a db to store user information. I'm sure I'll get stuck, not everything I need is t...
by phoggy
Tue Sep 16, 2003 4:15 pm
Forum: PHP - Code
Topic: user registration
Replies: 8
Views: 819

Thanks for your reply, but can you clarify one thing for me (sorry I'm a complete newbie):
You said to go around and look at the source code. How can that help me when php code is not visible only html?? 8O
TIA [/img]
by phoggy
Tue Sep 16, 2003 2:03 pm
Forum: PHP - Code
Topic: user registration
Replies: 8
Views: 819

user registration

Hi,

Can someone point me toward a tutorial/script on how to do a user registration for protected pages and when they sign up send them an email with a link back to activate/verify their account.
TIA