php4-beta | 200004
Date: 04/30/00
- Next message: Cristopher Daniluk: "[PHP4BETA] NSAPI support in PHP4"
- Previous message: fabienne hadkova: "[PHP4BETA] PHP 4 and frames?"
- In reply to: David Treves: "[PHP4BETA] session_start() stucks the script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* David Treves <duddy <email protected>> [000429 22:30] wrote:
> Hi,
>
> I am trying to start a session (PHP4RC1), the problem is that everytime
> the script arrives to that function the script is stucked and nothing more
> happens. All functions till there are operating well. The HTML (which is
> OUTSIDE the script) after that function is stucked too...
>
> What could be the reason for that?
What does "stucked" mean?
If it means that nothing is displayed after php parses the function then
you most likely have unbalanced curly braces, I would go over the code
to make sure you aren't missing any }'s.
-- -Alfred Perlstein - [bright <email protected>|alfred <email protected>] "I have the heart of a child; I keep it in a jar on my desk."-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Cristopher Daniluk: "[PHP4BETA] NSAPI support in PHP4"
- Previous message: fabienne hadkova: "[PHP4BETA] PHP 4 and frames?"
- In reply to: David Treves: "[PHP4BETA] session_start() stucks the script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

