In this tutorial i will show you how to present big number alot better!
Posts Tagged ‘js’
PHP Tutorials: Simple Register and Login system 1: What we’re going to learn
April 19th, 2012
phpmoz In this part we’re taking a look at what we’re going to learn and do in this tutorial series. We’re not using any nice CSS styling, just basic html. Twitter: twitter.com Twitch: twitch.tv
Php Tutorials: Offline login system 1: Creating the system
March 28th, 2012
phpmoz In this tutorial we will be learning how to make a offline login system, which won’t use any files to read usernames and password or any mysql databases. Twitter: twitter.com Twitch: twitch.tv
Php Tutorials: Securing your login script 1: Securing
March 27th, 2012
phpmoz In this tutorial we will be securing our login script with a few things, there are obviously many other ways and tricks of doing it but these are the ones i show you in the video: mysql_real_escape_string(); Suppressing your error messages or deleting them completely Closing any open mysql connections Twitter: twitter.com Twitch: twitch.tv
PHP Tutorials: Security – XSS (Cross-site scripting)
December 17th, 2011
phpmoz Protect against injecting of client-side scripts (such as JavaScript) on your website. XSS affects any user-defined data that is output anywhere on your site. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

Posted in
Tags:

