Search found 2 matches

by anoopsn
Fri Dec 12, 2008 1:14 am
Forum: PHP - Code
Topic: session problem
Replies: 1
Views: 67

Re: session problem

I think you have no permission to create a new session.
Find the "session.save_path" variable in PHP.ini file and edit this
by anoopsn
Fri Dec 12, 2008 12:58 am
Forum: PHP - Code
Topic: Please help with header problem, parallel output
Replies: 2
Views: 75

Re: Please help with header problem, parallel output

Please try the following code,

<?php
ob_start();

// Add your page content here

ob_end_clean();
?>