Forum: General
04-04-2008, 03:48 PM
|
|
Replies: 11
Views: 761
The cookie would basically just be a method of...
The cookie would basically just be a method of storing their username and password for future use. The login should just operate on sessions.
example:
<input username>
<input password>
<checkbox...
|
Forum: General
03-27-2008, 11:04 PM
|
|
Replies: 12
Views: 725
My Engine/Framework
So i'm in the process of building my own engine. Hoping some of you would be willing to take some time to look over it, and give me some suggestions, etc..
PHP Source Code Reader...
|
Forum: General
03-18-2008, 12:51 AM
|
|
Replies: 3
Views: 7,048
DIRECTORY_SEPARATOR not necessary
In attempting to write cross-platform, portable PHP engine, I was using PHP's DIRECTORY_SEPARATOR constant to write path strings(eg ".." . DIRECTORY_SEPARATOR . "foo.php", because the proper way to...
|