Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Tutorial CategoriesCSS (4)
jQuery (56)
PHP (26)
.htaccess (2)
Sponsored Links


PHP Tutorials

Autocomplete (PHP/Ajax/jQuery/CSS)
Loads the top 5 search results right under the <input> tag. Allows users to scroll through them with the "key up/down" arrow, using PHP, Ajax, and jQuery/Javascript.
Friday, February 10, 2012 | 8 Views, 0 Comments

Bold Search Term in Results (PHP/Ajax/jQuery)
Bolds each keyword of the query in the search results using PHP/Ajax/jQuery/Javascript and Regular Expression.
Friday, February 10, 2012 | 7 Views, 0 Comments

Censor Words (PHP/jQuery/Javascript)
Uses both PHP & Javascript to censor words that you want to be blocked, keeps the first letter and fills the rest with astericks.
Friday, February 10, 2012 | 6 Views, 0 Comments

Post/Delete Comment (PHP/Ajax/jQuery/CSS)
Comment system that uses PHP & Ajax to post and delete comments, jQuery/Javascript to give its special effects, and CSS for the trash can icon.
Friday, February 10, 2012 | 6 Views, 0 Comments

Like/Dislike Button (PHP/Ajax/jQuery)
A system in which users can rate content. Uses PHP to store the rating, Ajax to rate without refreshing the page, and jQuery for the Ajax callback function.
Thursday, December 1, 2011 | 504 Views, 1 Comment

Download File (PHP)
Downloads a file from the server to local hard drive using PHP.
Thursday, December 1, 2011 | 108 Views, 0 Comments

Count Online Users
Count the number of logged in users using PHP/MySQL.
Thursday, December 1, 2011 | 117 Views, 0 Comments

Most Searched Terms (PHP)
Displays the most searched terms using PHP. Splits every word of the query and checks if any of them matche any keywords in the database; if so each term is counted as one.
Thursday, December 1, 2011 | 123 Views, 0 Comments

Roman/Arabic Numeral Converter (PHP/jQuery/JS)
Converts a number to its Roman Numeral and vice versa, using both PHP & Javascript.
Thursday, December 1, 2011 | 190 Views, 1 Comment

Detect URL in String (PHP/jQuery/JS)
'For loop' function that searches a string for link patterns. If any, they will be inserted into an 'a' tag.
Wednesday, November 30, 2011 | 134 Views, 0 Comments

1 2 3 [Next][Last]