Login  |  Register
PHP3000.com  - Submit Link
STATISTICS
  • Active Links: 4383
  • Pending Links: 100
  • Todays Links: 1
  • Total Articles: 4
  • Total Categories: 43
  • Sub Categories: 0
Pricing:
Featured links$10 - 3 Month
Regular links$2 - LifeTime
Regular links with reciprocalfree
Fields marked with a * are required.
*Title:
*URL:
Description:
 

If you have a physical location fill in below and your link will display with google maps

Address:

Physical Address. Needed for Map.

City:

City or Township. Needed for Map.

State / Province:

State, Province, or Territory. Needed for Map.

Zip / Postal Code:

Zip or Postal Code.

Phone Number:

Contact Number.

End of Map Section

META Keywords:

Separate keywords by comma.

META Description:
Limit:
*Your Name:
*Your Email:
*Category:
Reciprocal Link URL:

To validate the reciprocal link please include the
following HTML code in the page at the URL
specified above, before submiting this form:

*Enter the code shown:

This helps prevent automated registrations.

Visual Confirmation Security Code
*Submission Rules Agreement: I AGREE with the submission rules
ARTICLES
Rasmus Lerdorf at OSCON: Getting Rich with PHP 5
Rasmus Lerdorf gave a talk on “Getting Rich with PHP 5”. He showed techniques to dramatically improve the throughput of a web application. Click [ more ] and I’ll give you the details.
Creating A Fulltext Search Engine In PHP 5 With The Zend Framework's Zend Search Lucene
This article covers the implementation of a fulltext search engine using PHP 5 and the Zend Framework. We will be using the Zend_Search_Lucene component to create and search our fulltext index.
Monitoring File Uploads using Ajax and PHP
Because of the limitations of HTTP, it is difficult to monitor the status of files as they are uploaded via HTML forms. While other programming languages have built-in methods to monitor file uploads, PHP does not. This article shows how to implement such a solution in PHP. We will use Ajax to retrieve information about a file as it is being uploaded and display the progress back to the user.
Generating Static Images of Google Maps
One useful feature of Google Maps is the ability to generate a static image of any longitude and latitude that you desire, as opposed to using the normal JavaScript-based interactive map. In this article I will show you how to request such static images. We will then combine this technique with the geocoder we created in the article Geocoding with PHP and the Google Maps API.