How to Create pure CSS based toggle visibility button?
Its a very simple and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a… Read More »How to Create pure CSS based toggle visibility button?
Its a very simple and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a… Read More »How to Create pure CSS based toggle visibility button?
Are you looking for PHP login script, in this post I want to discuss how to create a simple PHP login with welcome page using MySQL database. This will explain you creating admin_login tables, posting form values and storing and destroying the session values. If you are a PHP beginner download script and take a quick look at this live demo with Username : admin Password : admin. This post has been updated with mysqli.
In this article very small discussion about .htaccess file. After lots of requests I publish this article to add more security to your php application using .htaccess file. In this tutorial I want to explain about hiding .php extensions and URL rewriting. So improve your Web projects security and quality.
Read More »Add Security to your PHP projects using .htaccess file
This post is explains how easy you can built a jQuery plugin, we made a simple plugin called LinkColor. It makes your website anchor links so colourful and pretty beautiful, Just few line of code and very simple to use. Follow the eight steps and learn how to create your own jquery plugin.
This is PHP function split_url_fuction() writter for twitter like application that i am developing, useful to split URLs from the updated sentence(posted message), then URL changing like tinyurl and link to the resource.
This function is break up the URL from the sentence, if the URL string length greater than 30 words it’s change like TinyURL.
Read More »Analyzing URLs as Links to the resource using a PHP function