Forum: Absolute Beginners
12-30-2007, 05:08 PM
|
|
Replies: 3
Views: 911
Session security
Error:
Warning: session_start() [function.session-start]: The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in /**/******/index.php on line 2
Warning:...
|
Forum: Absolute Beginners
12-21-2007, 01:19 PM
|
|
Replies: 1
Views: 611
session query?
Hey could somebody tell me the difference between:
session_register("varname");
and
$_SESSION["varname"];
I have read in some websites, that using the $_SESSION is better than session_register....
|
Forum: Absolute Beginners
12-03-2007, 08:59 AM
|
|
Replies: 6
Views: 758
Thank you for your help. Since i was quite away...
Thank you for your help. Since i was quite away from php certain basic things are bugging me. One of the top is:
--> When we define a query like $result = mysql_query("Query") or die();
Do we need...
|
Forum: Absolute Beginners
12-02-2007, 03:41 PM
|
|
Replies: 6
Views: 758
Fetch array question
Suppose if there are two row match the following statement. Will fetch array syntax return the exact value or will decrease the value by 1 because they start from 0
$result = mysql_query("SELECT...
|