Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Function Problem in PHP |
|
Author |
|
pedro2k
Joined: 17 Jun 2006 Posts: 16
|
Posted: Thu 20 Jul '06 21:22 Post subject: Function Problem in PHP |
|
|
Hi,
I am new to all of this, and i have bought a book to try to teach me,
The problem is i have been told to use a command called session start and i get the following error come up.
and non of the code is working that i am told should!
Do i need to turn something on or add something to get this working??
Any suggestions would be very helpful!
Thanks
Pedro
Warning: session_start() [function.session-start]: Cannot find save handler |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 20 Jul '06 22:15 Post subject: |
|
|
You have to set in PHP.ini
e.g.
Code: |
[Session]
session.save_handler = files
|
|
|
Back to top |
|
pedro2k
Joined: 17 Jun 2006 Posts: 16
|
Posted: Thu 20 Jul '06 22:41 Post subject: |
|
|
Thank you that fixed it!!!
PEDRO |
|
Back to top |
|
|
|
|
|
|