Hello Guest (Login?) Inbox (0) P2L Credits (0) My Tutorials (0) Faves (0) Settings Logout
CategoriesTutorials CommentsPodcast Media
Login to use this feature.
15760
2D Graphics
 
 
 
 
189
Databases
 
 
 
 
 
 
 
 
Tutorial Tools
Tutorial Tools - Tutorials
Tutorial Tools - Source Sites

1
Tutorial Icon
Submitted by AFG89 on Aug 22nd, 2007
Views: 17912 Comments: 5 Set as Favorite Report this Tutorial Share! Rating
Aug 22nd, 2007
1
Could have been explained more, introduced what a variable does and what if & else statements are.
 
Reply Report
Aug 22nd, 2007
2
Sorry it's my first one. Thanks for the Tip
 
Reply Report
Aug 22nd, 2007
3
No valid XHTML. The one if-else loop the script contains isn't coded neat!

if (($user=="afg89") && (pass=="php")) echo " Access Granted !";

else echo "Access Denied Try Again";

Missing a $ in $pass as well.

Well formed this should have been:

if ($user=="afg89" && $pass=="php")
{
echo " Access Granted !";
}
else
{
echo "Access Denied Try Again";
}


Edit: Code-tag doesn't support multiple spaces... there is actually nothing that the tags seems to do!
 
Reply Report
Aug 23rd, 2007
4
Very poor. How does this kind of stuff get approved.
 
Reply Report
Oct 28th, 2009
5
by
Nice tutorial, I would have to agree that it could have been explained more!
 
Reply Report
Post a comment
You must be logged in to post a comment!

Click here to login.

 
Post Comment Back Bold Italic Underline Link Code Box Post Comment
Newsletter
Want to get the inside scoop and the latest news on Pixel2life? Click Subscribe below and sign up for our Newsletter!

Subscribe
News

Pixel2Life Home Advanced Search Search Tutorial Index Publish Tutorials Community Forums Web Hosting P2L On Facebook P2L On Twitter P2L Feeds Tutorial Index Publish Tutorials Community Forums Web Hosting P2L On Facebook P2L On Twitter P2L Feeds Pixel2life Homepage Submit a Tutorial Publish a Tutorial Join our Forums P2L Marketplace Advertise on P2L P2L Website Hosting Help and FAQ Topsites Link Exchange P2L RSS Feeds P2L Sitemap Contact Us Privacy Statement Legal P2L Facebook Fanpage Follow us on Twitter P2L Studios Portal P2L Website Hosting Back to Top