Menu
Home
Recent Posts
How to solve Undefined variable: _SESSION PHP
2:48 PM
0
Share
If you have this error then you must to call to
session_start
in the begining (at the top) of each php file where you want to use sessions
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Development and programming answers
Search articles
Popular Posts
Android SDK installation doesn't find Java JDK
In order to fix this press Back when you get the notification and then Next . This time it will find the JDK.
PHP: MySQL vs Mysqli
More beyond that performance mysqli have others relevant features: If you have a look at MySQL Improved Extension Overview , it should tel...
How to get query string values in JavaScript
function getParameterByName ( name ) { name = name . replace ( /[\[]/ , "\\[" ). replace ( /[\]]/ , "\\]" ); ...
How to: Convert HTML form data to JavaScript Object using jQuery
serializeArray already does exactly that, you just need to massage the data into your required format: $ . fn . serializeObject = funct...
How to solve: Parse error: syntax error, unexpected T_XXX
This happens when you have T_XXX token in unexpected place, unbalanced (superfluous) parentheses, use of short tag without activating it in ...
No comments:
Post a Comment