Programming help
Search Only:

Search Keyword php populating session object

Total: 40 results found.

Page 1 of 2
Hello there i have been reading, and trying to figure what the heck is wrong with my server for over 8 hrs. As far as i can tell my PHP.ini is set properly, and my code is correct. But anyway ...
I want to enable php_flag session.use_trans_sid and NOT use cookies.... but for some reason nothing works?! whats the EXACT code for my .htaccess file? I was trying to use ini_set() but that didnt ...
that may be a ver dumb question, but the session objects that are created for the web page that I am working on dont ever delete, whcih means over time they would start to take up a lot of space. ...
Hi there, Im tearing my hair out over this and Im sure the answer is simple. Ive got a class which Ive simplified for you to look at: Code: <?php class Test ...
Hi guys, I wondered if I could borrow your expert eyes to help me out with a small problem; Ive been playing with this basket class which was written for PHP4 and trying to get it to work ...
... cpanel.php" . sid ); } else { // If the query did not return any records // an error message must be generated. $strErrorMessage = Invalid login/password!; } As it says above, ...
... using session_register(). Heres what Im doing. On first page: PHP Code: require_once(MyClass.php); $auth = new MyClass(); session_start(); $_SESSION[auth] = serialize($auth);   ...
Im currently working on getting a login working for a business site. On my first php file that checks the username and password with the database, everything seems to be working correctly. The print ...
Hello all, Academically speaking , can PHP 5 be considered an object oriented language ? just curious... or would we still consider it procedural but with support for OO ? just curious.. ...
Can anyone suggest a likely reason why the following doesnt work: PHP Code: class session_stuff  } $session_object = &new session_stuff();  ...
Okay, is there a way i can keep a page as XHTML Strict using PHP and Sessions? When I go to the W3C Validation it gives me errors about my sessions.... *Note* The site is a mirror for ...
Im having a problem serializing a class object. Page 1: PHP Code:  session_start(); include(class.php); $obj = new Class; code / content here  ...
... with a different name .(I dont want to chang this). what about static variables ?!(in php4) ... I cannt implemen it . what about $GLOBALS , I think that this only work in same page . any other solution ...
Okay im new to sessions, and from my undestanding, they will keep certain variables throughout the webpage the user visits as long as you have <?php session_start(); header("Cache-control: ...
... is my code: PHP Code: case log_in:         if(!empty($_POST[familyname]) && $_POST[familypass]))   ...
... in a second script php crashes without generating an error. Example: script1.php PHP Code: <?php session_start(); $_SESSION[test] = Hello World;  ...
... ;could anyone plz tell me how to configure php for sessions thx a lot Hi i write a simple program that uses the sessions when i exxecute the program i got error like "no such a temp ...
I guess this query follows on from my earlier question, "Keeping Users seperate" (http://forums.devshed.com/t222762/s.html) below. But Im trying the following code: SessionTest1.php ...
I have read several threads regarding this matter already, but i still have not found a clear, working answer. What i need to know is where in the php.ini file can i change the time it takes for ...
Im really new to PHP, so here goes.. So I have a form inserting to a mySQL DB, where one of the fields on that form is called "Total". After the insert, the page redirects to what ...
<< Start < Prev 1 2 Next > End >>