Polls
PR: 9
| phpESP - Easy Survey Package - http://sourceforge.net PHP scripts to create and administer site surveys to gather results and view basic statistics. Uses a MySQL backend and web-based administration [Open Source, GPL]. - Read more |
PR: 8
| - http://www.altavista.com |
PR: 8
| Adding a poll by installing your own poll program - http://www.javascriptkit.com First up, our 5 picks for PHP based poll scripts. Your site obviously needs to support PHP in order to use any of these scripts: ... - Read more |
PR: 8
| Open Directory - Computers: Programming: Languages: PHP: Scripts - http://www.dmoz.org [Open source, GPL]; Presto Poll - A PHP coded poll script for a website. It doesn't need any SQL database and it has an admin center for modify all the ... - Read more |
PR: 8
| X-Scripts X-Poll Top.PHP SQL Injection Vulnerability - http://www.securityfocus.com Jul 29, 2006 ... SecurityFocus is designed to facilitate discussion on computer security related topics, create computer security awareness, and to provide ... - Read more |
PR: 8
| Google Directory - Computers > Programming > Languages > PHP > Scripts - http://directory.google.com A PHP coded poll script for a website. It doesn't need any SQL database and it has an admin center for modify all the settings. [Open source, GPL] ... - Read more |
PR: 8
| Php Poll - CodingForums.com - http://codingforums.com Feb 19, 2008 ... Php Poll PHP. ... END OF POLLER --> 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. |