Search found 4 matches

by ledung
Tue Feb 15, 2005 12:11 pm
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: JavaScript : Cookies
Replies: 0
Views: 2168

JavaScript : Cookies

JavaScript : Cookies
Here's a brief tutorial on how to use cookies using JavaScript. A cookie is a way you can store a tiny bit of information from a user visiting your site. The information is stored on the users computer, and thus does not require any extra server space no matter how many users ...
by ledung
Tue Feb 15, 2005 12:06 pm
Forum: PHP
Topic: Counter-without-a-Database
Replies: 0
Views: 1897

Counter-without-a-Database

A counter is an essential part of any website. In this tutorial we will use PHP to create our own counter. Given that not everyone has access to a database, this tutorial will save the hits to a .dat file. If you would a more advanced counter for your site i recommend signing up for the ND Counters ...
by ledung
Tue Feb 15, 2005 12:05 pm
Forum: PHP
Topic: Sending Email from your PHP Applications
Replies: 3
Views: 2437

Sending Email from your PHP Applications

Communicating with website users via email is crucial to the success of any online service. The ability to deliver registration confirmations and newsletters, provide a convenient and relatively secure password recovery tool, and keep clients updated with shipping status reports are just a few of ...
by ledung
Tue Feb 15, 2005 12:04 pm
Forum: PHP
Topic: Learn how to one way encrypt your passwords in PHP.
Replies: 1
Views: 2114

Learn how to one way encrypt your passwords in PHP.

Problem: You have or want to have a member database and want to some how encrypt their passwords and save them so that no one will know their password, not even yourself. However, you want to give them the ability to log on with their password. How do you go about it so even if someone where to ...