Username:
Password:
Remember me:
Register
Back to the menu
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Search forums via Google
0 Users appreciate this thread.
Halp
Started by
JadenZeFudge
(2013-08-23 11:11:20)
11Drago
(2013-08-23 13:57:22)
I'm guessing you have something before session_start();
Should be this:
Source Code
<?php include'whateverthenameis'; session_start();?>
After that you can do whatever.
angelrulez7
(2013-08-28 12:06:15)
stahp trying to break ^
a
This topic is closed, so you can not post a comment.
This topic's ID: 52563
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Total registered users:
8321
New registered users today:
7
Newest registered user:
ElegantVulpes
©  Copyright 2026 3DSPlaza. All Rights Reserved
I'm guessing you have something before session_start();
Should be this:
<?php include'whateverthenameis'; session_start();?>
After that you can do whatever.