code
search
solutions
software
Search
Search
Programming help
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
php populating session object
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
Just upgraded PHP and $_SESSION seems to not be working..
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 ...
2.
php_flag session.use_trans_sid on
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 ...
3.
are session objects supposed to auto - delete
that may be a ver dumb question, but the
session
object
s 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. ...
4.
Session changes to object
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 ...
5.
Converting $_SESSION class to work with PHP 4.20
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
PHP
4 and trying to get it to work ...
6.
Passing objects over sessions
... 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, ...
7.
Serializing objects and storing them is sessions
... 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); ...
8.
[RESOLVED] PHP5 Session Variables Help
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 ...
9.
PHP 5 an object oriented language ?
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.. ...
10.
session_set_cookie_params & class variable problem
Can anyone suggest a likely reason why the following doesnt work:
PHP
Code: class
session
_stuff } $
session
_
object
= &new
session
_stuff(); ...
11.
PHP Sessions and XHTML Validation
Okay, is there a way i can keep a page as XHTML Strict using
PHP
and
Session
s? When I go to the W3C Validation it gives me errors about my
session
s.... *Note* The site is a mirror for ...
12.
Trouble Serializing a Class Object
Im having a problem serializing a class
object
. Page 1:
PHP
Code:
session
_start(); include(class.
php
); $obj = new Class; code / content here ...
13.
passing variables between pages in PHP4 (except $_SESSION) .
... with a different name .(I dont want to chang this). what about static variables ?!(in
php
4) ... I cannt implemen it . what about $GLOBALS , I think that this only work in same page . any other solution ...
14.
php sessions no more than 1 page?
Okay im new to
session
s, 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: ...
15.
Populating session data..fetch_array not working
... is my code:
PHP
Code: case log_in: if(!empty($_POST[familyname]) && $_POST[familypass])) ...
16.
PHP crash on session_start
... in a second script
php
crashes without generating an error. Example: script1.
php
PHP
Code: <?
php
session
_start(); $_
SESSION
[test] = Hello World; ...
17.
How to Configure php 4.3.0 win32 for sessions management
... ;could anyone plz tell me how to configure
php
for
session
s thx a lot Hi i write a simple program that uses the
session
s when i exxecute the program i got error like "no such a temp ...
18.
PHP Session
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:
Session
Test1.
php
...
19.
session time out - where in php.ini
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 ...
20.
PHP session variables not displaying?
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
>>
Popular Resources
warning fsockopen [function fsockopen] unable to connect udp
checkbox input flash as3
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats