Author |
Message |
Topic: cookies not working |
Nile
Replies: 6
Views: 16595
|
|
This is my current settings in php.ini for cookies. Is something set wrong?
; Whether to use cookies.
session.use_cookies = 1
; Name of the session (used as cookie name).
sessio ... |
Topic: Error 200 on test scripts |
Nile
Replies: 7
Views: 21291
|
|
I reinstalled php again to a different directory and it works now. I had to edit php.ini so I could send out email with php. I have one other question. Can you setup password protected directory's. ... |
Topic: Error 200 on test scripts |
Nile
Replies: 7
Views: 21291
|
|
The example you gave did work. Now another problem ( shrug ). It won't work with forms. I make a file with the following:
<form action="action.php" method="POST">
You ... |
Topic: Error 200 on test scripts |
Nile
Replies: 7
Views: 21291
|
|
I've installed phpbb 2.03 without any problems. It works perfect with no problems what so ever. I'm just starting to learning php so i'm trying out some tutoral scripts found on the php homepage but ... |
|