Skip to content

Blog

php login

PHP Login Page with Sessions

  • by

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.

php login

Read More »PHP Login Page with Sessions

JqueryLinkColor

How to Create a Jquery Plugin

  • by

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.
JqueryLinkColor

 Read More »How to Create a Jquery Plugin

Analyzing URLs as Links to the resource using a PHP function

Analyzing URLs as Links to the resource using a PHP function

  • by

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.

Analyzing URLs as Links to the resource using a PHP function

Read More »Analyzing URLs as Links to the resource using a PHP function