Profile
Achievement

codingforever99's Recent SnippetsTagged php
- All /
« Prev 1 Next »
Getting alexa rank is simple, a data link provide by alexa only needs the domain name and then it return xml data including the rank we want, so I make a php function to do this task.
0
647
posted 8 years ago by codingforever99
Simple PHP functions to validate url, email address and ip, functions will return TRUE for valid data and FALSE for invalid data.
0
710
posted 9 years ago by codingforever99
Simple PHP functions to validate username, password and date, functions check the input format and allowed characters and then return TRUE for valid data and FALSE for invalid data.
0
2374
posted 9 years ago by codingforever99
How to build a login form using php with mysql database.
0
609
posted 9 years ago by codingforever99
simple php file uploader with check for file extension and size.
0
600
posted 9 years ago by codingforever99