Uploader Comments (phpacademy)
Top Comments
-
theres no BOOL, should i use TINYINT?
and if i use tinyint, it still comes up as 0 in sql fml
All Comments (39)
-
Alex stop leaving your fans out to dry. Some of use don't have BOOL or BOOLEAN. What should we use?
-
don' t you have any web site?
-
@terraf1rma me too
-
After i included if script after these lines (in my case)
$_SESSION['id'] = $row['id'];
$_SESSION['email'] = $row['email'];
and here i write that activated line with if statement, i went to my website,loged in,i got message that i need to activate and if i refresh page and resend data i can go in the page..for example i can see my header menu..but if i include that activated sentence with if statement before
$_SESSION['id'] = $row['id'];
$_SESSION['email'] = $row['email'];
everythink works..
-
where is bolloean
-
@terraf1rma use BOOLEAN
-
Where can I get the script for this? and thank you for the video
-
whats the tut u nedd to watch before to have this login stuff and that because in the rememberme tut it isnt the same code i think - ty
-
thnx man, gr8 tuts, just wanted to know if BOOLEAN would work instead cuz i cant find BOOL?
Tnx man for the great tuts !
But how can i attach php code in html design. Becouse i want to make Registration page with style?
TheAlexBig 2 years ago
Just add the code to the page (remember PHP tags!) and then change the file extension to .php
e.g. index.php
phpacademy 2 years ago 3