logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Function Problem in PHP
Author
pedro2k



Joined: 17 Jun 2006
Posts: 16

PostPosted: Thu 20 Jul '06 21:22    Post subject: Function Problem in PHP Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 20 Jul '06 22:15    Post subject: Reply with quote

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

PostPosted: Thu 20 Jul '06 22:41    Post subject: Reply with quote

Thank you that fixed it!!!

PEDRO
Back to top


Reply to topic   Topic: Function Problem in PHP View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner