jquerylove
top_menu
Home
Coding
Freebies
Web Design
Graphic Design
Marketplace
+
Showing posts with label
php script
.
Show all posts
Showing posts with label
php script
.
Show all posts
Sunday, 18 December 2011
Cannot send session cache limiter - headers already sent
Use This Php Script at top of the your php page this script start
session
before dowload include file i hope you will solve this problem.
<?php
if (!isset($_SESSION)) {
session_start();
}
?>
Older Posts
Home
Subscribe to:
Posts (Atom)