| Home | My Account | Directories |
make php login script
In this post I will build a login form using php with mysql database, first I will build my simple database of one table user info, I will use md5 encrypted to save passwords. mysql 1 2 3 4 5 6 7 CREATE TABLE `user_tb` ( `user_id` BIGINT NOT NULL AU
Using Ajax in JavaScript and jQuery
Ajax is technology that allows web page to update and perform actions dynamically without completely reloading the whole page, Google instance search and Google maps is one of the most great benefit of using Ajax, only the needed part of web page is
css a fixed position for my message
Some times in our webpage wee need to set a message box of a helping menu in a fixed position in the left or bottom of the page or any other position we want, to do this task we have to build our message or menu then we assign then fixed position, I