Home Tutorial Php Examples session_save_path()

 
 

session_save_path()
Posted on: July 31, 2009 at 12:00 AM
In this example you will learn how to use session_save_path()in PHP.

session_save_path()

session_save_path() command returns the current working directory path. 

Syntax

session_save_path();

Example:

<?php
echo session_save_path();
#return the current working directory path
?>

 

Related Tags for session_save_path():


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.