Categories
PHPTips and Tutorials → Miscellaneous

Output While Script is Still Running

Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don''t make your visitors wait for a long scrip...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Track Google Adsense Clicks

The Google Adsense administration section gives you some superficial stats. Want more detail? You gotta track hits yourself. This tutorial will teach you how to track the ads that have been clicked; the pages they were clicked on; and which visitor...
  • Platforms
    • Linux
  • Licenses
    • Other Free / Open Source License
DETAILS

Sending SMS Thru HTTP

Use PHP and the HTTP protocol to send text-messages from your website through an SMS gateway.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Dynamic CSS with PHP

Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Modifying TIMESTAMP

Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Prevent Hotlinking

100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Generate HTML Files

Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

A Rating System

This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Dictionary of HTML META Tags

Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, you can specify who owns the copyright, how often the...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX
  • Licenses
    • BSD Style,
    • Other Free / Open Source License
DETAILS

Get the title of a page (Remote or local)

Shows how to make functions, read files, and preg match things all in one.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com