PHP (15)

Back

  1. UHits - PHP proxy hits generator
    Here is little tutorial to create proxy hits generator using PHP. This scripts uses free proxies to generate hits to specified website.
    19 Oct 2005 | Views: 83790
  2. PHP/MySQL search engine script
    This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.
    29 Jun 2005 | Views: 23716
  3. Simple reusable PHP/MySQL authentication script
    We will write a PHP/MySQL authentication script with install script so that can be reused for any of your project.
    04 Jul 2005 | Views: 18506
  4. Search engine friendly URLs for dynamic content
    A simple php solution for search engine friendly URL's for dynamic content...
    06 Oct 2005 | Views: 6586
  5. PHP script to display Google PageRank
    PageRank is a numeric value that represents how important a page is on the web. It is Google's way of measuring the importance of web site. Here is PHP script to calculate PageRank...
    09 Jan 2006 | Views: 6300
  6. Watermark your images using PHP
    Watermark your images using PHP
    22 Sep 2005 | Views: 5939
  7. PHP form validation
    Validate form data for empty fields, numeric entries and valid email. Display errors and highlight fields that need to be reentered.
    12 Aug 2005 | Views: 3803
  8. Simplest PHP Site Search-engine Using Unix Grep
    You can build the simplest possible search-engine (with no database) for your site with PHP by simply using Unix's grep command instead of writing a lot of PHP code from scratch. (Running example: http://programmabilities.com/php/grep.php.)
    29 Mar 2005 | Views: 3659
  9. Cookies how to in PHP
    Cookies are a very useful mechanism to remember information. Here is how you can set up cookies in PHP.
    28 Sep 2005 | Views: 3470
  10. Drawing Shapes and Lines with PHP
    Drawing shapes and lines with PHP is nothing like drawing with image editing program...
    19 Nov 2006 | Views: 3324
  11. Simplest PHP Image Gallery
    Create a "Simplest PHP Image Gallery" from the images in a directory according to whatever extension(s) you want.
    07 Apr 2005 | Views: 3152
  12. PHP A to Z sorting script
    Let's say you have a MyQSL customer table ( tbl_cutomers) you want to navigate alphabetically by customer last name...
    27 Dec 2005 | Views: 2987
  13. Sending HTML emails with PHP
    Create a script that you can use to send HTML emails using PHP
    24 Aug 2005 | Views: 2429
  14. Manipulating Strings in PHP
    PHP provides many functions to manipulate strings. Here are some of the more common once.
    09 Sep 2006 | Views: 1263
  15. Read CSS files with PHP
    This function will open CSS file read it's styles and separate selectors from property/value pairs. This can be used to create web based CSS editor like...
    24 Oct 2007 | Views: 743

Back