Forum: Apache configuration
11-30-2011, 12:27 AM
|
|
Replies: 2
Views: 3,706
|
Forum: Apache configuration
11-29-2011, 11:54 PM
|
|
Replies: 2
Views: 3,706
web.config and .htaccess
Hope this is the correct section, but i have the web.config, I need converted to a .htaccess
It seems the site was developed on a coldfusion windows server, and I'm moving it to a CF Linux Server....
|
Forum: PHP
11-24-2011, 04:59 AM
|
|
Replies: 2
Views: 312
Question about session time
I found this code online and was wondering what it does and how it works.
$_SESSION['token'] = md5(session_id() . time());
Mainly wondering what the time thing. We're using this to prevent...
|
Forum: JavaScript programming
11-07-2011, 01:04 AM
|
|
Replies: 7
Views: 519
Javascript And Text File
Hello, I am building a web application that has quotes on it. I am planning on having all the quotes stored in a .txt file. A line space would separate the quotes.
Example:
"Blah Blah"
"Idk what...
|