home   
 
   search   
 
   about   
 
   add | modify | new | popular | highest rated |  
ScriptSearch.com
Search this Site
  or ... Adv. Search


hiermenus.gif

Categories
ASP
Flash
Java
JavaScript
PHP
Perl
Python
Remote
Tools
XML
Tech Jobs
>> expand directory

Find a web host with:
CGI Capabilities
MySQL
Active Server Pages
PHP
JSP/Java Servlets
Cold Fusion
Uptime Guarantee/SLA
advanced search
internet.com channels
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
Home
    >PHP
          >Tips and Tutorials
                >Miscellaneous
add my resource here
Today: New  5 Days: New  10 Days: New


Analysing Objects and Classes Visit | Rate | Error 
Description: Sometimes the documentation in PHP or code written by others isn't that great. Here, you learn more about the objects and classes your working with.
Platform(s): All   Price: Free   Visits: 174  (~ 1/day)   Rating: rated 0  (0 after 0 votes)

Building Chinese Web Sites Using PHP Visit | Rate | Error 
Description: Topics include installing PHP and Tomcat; creating PHP pages; displaying pages in Chinese; saving Chinese characters to MySQL database; fetching Chinese characters from MySQL database.
Version: 1.0   Platform(s): All   Price: Free   Visits: 399  Rating: rated 4  (4.00 after 1 votes)

Building Modular XHTML Web Pages Visit | Rate | Error 
Description: This lab series is not a tutorial on writing PHP programs or scripting dynamic Web pages. Rather its intent is to demonstrate how you can use PHP to separate the different elements that make up a well designed and valid Web page into their component parts and have these parts adapt in certain powerful ways. These components correlate almost exactly with the modular design of XHTML itself.
Platform(s): All   Price: Creative Commons   Visits: 827  Rating: rated 2.5  (2.50 after 6 votes)

Building Sample Site With Zend Framework Visit | Rate | Error 
Description: Describing step by step building of a PHP application based on Zend Framework. Features of the Web application: full use Zend Framework with MVC design; registration form with CAPTCHA; sending email with confirmation code, activation of users; lost password retrieval; simple profile editing; simple user administration.
Platform(s): All   Price: Free   Visits: 518  (~ 2/day)   Rating: rated 2.72  (2.72 after 24 votes)

Cgi Environment Variables Visit | Rate | Error 
Description: See how to access the environment settings set by the web server for your CGI script written in PHP. The list in this tutorial contains names and descriptions of the each value accessible in PHP. This will help you to get various information about the user and the HTTP requests.
Platform(s): All   Price: Free   Visits: 1105  Rating: rated 2.33  (2.33 after 3 votes)

Convert Links Into Clickable Hyperlinks Visit | Rate | Error 
Description: A function to change an email address or URL into a clickable HTML link using eregi_replace.
Platform(s): Unix   Price: Free   Visits: 1543  Rating: rated 3.17  (3.17 after 6 votes)

Count Words from a String Visit | Rate | Error 
Description: Learn how to count the words from a string.
Platform(s): All   Price: Free   Visits: 838  Rating: rated 4.33  (4.33 after 3 votes)

Custom Error Pages Using .htaccess Visit | Rate | Error 
Description: Learn how to make your own customised error 404 documents using .htaccess on an Apache server.
Platform(s): Unix   Price: Free   Visits: 1157  Rating: rated 2  (2.00 after 1 votes)

Design Patterns: Singleton Visit | Rate | Error 
Description: Design patterns are very useful. Find out how to use the Singleton and what its good for.
Platform(s): All   Price: Free   Visits: 188  (~ 1/day)   Rating: rated 5  (5.00 after 2 votes)

DRS Pro Visit | Rate | Error 
Description: Use this software to rent DVDs, CDs, video games, adult DVDs, and books. With streaming video on demand.
Version: 5.1   Platform(s): Linux   Price: Contact Webmaster   Visits: 1222  (~ 1/day)   Rating: rated 5  (5.00 after 1 votes)

Functional PHP: This Time It Works Visit | Rate | Error 
Description: At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration.
Platform(s): All   Price: Free   Visits: 1239  (~ 1/day)   Rating: rated 1  (1.00 after 1 votes)

Google Search API, PHP and Some Fun! Visit | Rate | Error 
Description: Learn how to build an advanced search application using the Google search API and PHP. The tutorial presents a demo, as well as downloadable source code.
Platform(s): All   Price: Free   Visits: 1338  (~ 1/day)   Rating: rated 3.4  (3.40 after 10 votes)

HTML DOM and Easy Screen Scraping in PHP Visit | Rate | Error 
Description: Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Find out how to do it easily.
Platform(s): All   Price: Free   Visits: 152  (~ 1/day)   Rating: rated 0  (0 after 0 votes)

Installing and Running Apache Server and PHP Script Pages Visit | Rate | Error 
Description: A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
Platform(s): All   Price: Free   Visits: 370  (~ 1/day)   Rating: rated 0  (0 after 0 votes)

Lazy Loading in PHP Visit | Rate | Error 
Description: Sick of using require for all your objects? Find out how you can easily write one function to include all your classes automatically.
Platform(s): All   Price: Free   Visits: 194  (~ 1/day)   Rating: rated 5  (5.00 after 2 votes)

PHP __call and __callstatic Magic Method Visit | Rate | Error 
Description: This is just a quick post to show the use of the magic methods __call and __callStatic.
Platform(s): All   Price: Free   Visits: 152  (~ 1/day)   Rating: rated 0  (0 after 0 votes)

PHP __set and __get Magic methods Visit | Rate | Error 
Description: Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.
Platform(s): All   Price: Free   Visits: 209  (~ 1/day)   Rating: rated 3  (3.00 after 2 votes)

PHP Helpers Visit | Rate | Error 
Description: What is the biggest time saver for a programmer? Good specs definitely help. A well-architected framework doesn't hurt either. Add your favorite here: a competent debugger? Extreme Programing? Whatever. At the end of the day, the largest gain comes from writing less code for the same task.
Platform(s): All   Price: Free   Visits: 646  Rating: rated 2.67  (2.67 after 3 votes)

PHP Manual Visit | Rate | Error 
Description: This is the original PHP manual.
Platform(s): All   Price: Free   Visits: 251  (~ 1/day)   Rating: rated 5  (5.00 after 1 votes)

PHP Phrases Visit | Rate | Error 
Description: A "pocket" guide that is jam-packed with useful and essential PHP code "phrases" for the PHP developer's everyday use. The code is flexible, so it can be easily adapted to your needs and multiple situations, and your time isn't wasted wading through chapters of tutorial lessons and extraneous information. The phrasebook covers PHP 5 and is relevant for PHP 4.
Platform(s): All   Price: Free   Visits: 1053  Rating: rated 2.75  (2.75 after 4 votes)

Proxy Script Visit | Rate | Error 
Description: You will notice server load differences on busy proxies right away. The script allows browsing through SSL and non-SSL logins. The full source code is included.
Version: 1.0   Platform(s): Unix   Price: $99.98   Visits: 374  Rating: rated 3  (3.00 after 3 votes)

Remove Whitespace From A Text String Visit | Rate | Error 
Description: If you use a form on your site then you'll know that user input can often have white space before or after the text as the person filling in the form field sometimes accidentally adds spaces. This handy function will remove the whitespace from the beginning or end of the string.
Platform(s): Unix   Price: Free   Visits: 2622  (~ 1/day)   Rating: rated 2.33  (2.33 after 18 votes)

Search the PHP-Documentation Offline Visit | Rate | Error 
Description: A hack that searches the PHP documentation. The script includes the selected/found file and makes some replacements in it so that the search form is always presented.
Platform(s): All   Price: Free   Visits: 616  Rating: rated 2  (2.00 after 1 votes)

Shopping Cart Tutorial Visit | Rate | Error 
Description: How to create a simple shopping cart solution using PHP and MySQL. This tutorial covers the database design, creating the admin pages, product browsing pages, cart, and checkout.
Platform(s): All   Price: Free   Visits: 1703  (~ 1/day)   Rating: rated 3.01  (3.01 after 27 votes)

Skye Tutorials Visit | Rate | Error 
Description: Skye Tutorials contains author's and reprinted tutorials and articles about javascript, web development, HTML, PHP, Photoshop and SEO. The perfect place to learn to build websites and discover useful tips and tricks
Platform(s): All   Price: Free   Visits: 663  Rating: rated 2.33  (2.33 after 3 votes)

Stock Chart Visit | Rate | Error 
Description: This example lets the user enter a ticker symbol but instead of displaying text, it will display a chart of how the stock is performing.
Platform(s): All   Price: Free   Visits: 2902  (~ 1/day)   Rating: rated 2.34  (2.34 after 31 votes)

Zend Framework Tutorials Visit | Rate | Error 
Description: These tutorials provides a smooth way for all PHP developers in order to start using Zend Framework, the newly launched framework managed by Zend. Resources are organised into categories which are updated weekly with fresh new content by editors.
Platform(s): All   Price: Free   Visits: 581  Rating: rated 3.5  (3.50 after 4 votes)

Newsletter

Subscribe to our news feeds:
Top Rated:

Most Popular:

New/Updated:


Editor's Picks

Blosxom
Flash Web Calendar
Highslide JS pop
IP2Country
Magic Thumb
Online Booking Engine for Tourism Portal and/or Hotels Group
PHP-IPN Monitor
Perlfect Search
Qtabs
Simple Comments
Video Carousel

internet.commerce

Partner With Us


















talk to us


(Optional)
Name:  
Email:  

   

Developer Channel       FlashKit
JavaScript.com
  JavaScript Source
Jobs
JustSmil
  StreamingMedia
WDJ
WDVL
  WebDeveloper.com
XMLFiles
 

add a resource | modify a resource | new | popular | highest rated

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers



Site last updated Jan 6 2009 10:19:11