|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-12-19 02:50 UTC] haplo232 at yahoo dot com
i have a problem on using include_path for different directory, i have try the code like : include_path=".;f:\apacheweb\www_bl\arch\head2.inc" but the error have occur like the following : Parse error: parse error in f:\apacheweb\www_bl\eng\stat\head1.php on line 1 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 14:00:01 2025 UTC |
how should i assign a value into the session ? i have try: // at page1.php session_start(); session_register("cart"); $cart = "hello"; // at page2.php session_start(); session_register("cart"); echo $cart; there is no result comes out at page2.php it is my scripting have some problem ?