Re: [PHP] [newbie in session] Is is right behavior???

2006-11-08 Thread clive

Mariusz Topczewski wrote:

Hi,

I just start in using session, but unfortunatly I meet first problem right 
now :-(
On some PC when i load the page, the is no content, and on other PC the page 
is loaded properly. On computer where the page is blank i have to press F5 
(refresh), and the page appear ?.


Just remember there must be nothing else in the php file before 
session_start(); not even blank lines.


and have a look if your php is set to display errors, they may give you 
a clue


clive

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] [newbie in session] Is is right behavior???

2006-11-08 Thread Sumeet

clive wrote:

Mariusz Topczewski wrote:

Hi,

I just start in using session, but unfortunatly I meet first problem 
right now :-(
On some PC when i load the page, the is no content, and on other PC 
the page is loaded properly. On computer where the page is blank i 
have to press F5 (refresh), and the page appear ?.


u also try to turn the error_reporting on

error_reporting(E_ALL);

this will display you all the errors.

--
Thanking You

Sumeet Shroff
http://www.prateeksha.com
Web Designers and PHP / Mysql Ecommerce Development, Mumbai India

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] [newbie in session] Is is right behavior???

2006-11-05 Thread Jürgen Wind



Mariusz Topczewski wrote:
 
 On some PC when i load the page, the is no content, and on other PC the
 page 
 is loaded properly. On computer where the page is blank i have to press F5 
 (refresh), and the page appear ?.
 
this problem can also be observed on some win boxes when running phpMyAdmin.
seems to be related with some security settings in XP - just a guess
-- 
View this message in context: 
http://www.nabble.com/-newbie-in-session--Is-is-right-behaviortf2573360.html#a7187719
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php