Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips

Results 81-100 of 648
Using a PHP Class to Store Configuration
Shows how to store all your configuration variables within a class. This removes them from the global namespace to avoid potential collisions, and it prevents errors caused by typos.
(0 ratings)
Reviews0
PriceFree
Views517
PHP Design patterns : Part 1 – Adapter pattern
The Adapter pattern is used to provide access to an object via a specific interface. An adapter allows classes …
(0 ratings)
Reviews0
PriceFree
Views457
Using cURL To Query Remote Servers In PHP
Learn to use curl with php to query remote webservers for data. This can be done to automate form submission, process credit cards, and more. Topics covered include SSL, proxies, cookie handling, and more.
(0 ratings)
Reviews0
PriceFree
Views818
Record locking in Web applications
In this article we describe how to implement record locking in web applications. Because of the stateless nature of HTTP, you cannot really know whether the user left the page or is still looking at your site. We used the lock confirmation technique combined with lock expiration to solve this problem.
(0 ratings)
Reviews0
PriceFree
Views674
Using cURL Within PHP
PHP includes an easy to use interface for the cURL library. This means you can easily communicate with other servers using a variety of protocols. It is commonly used to access web service APIs such as Twitter. This tutorial will explain the basics and show some usage examples.
(3 ratings)
Reviews0
PriceFree
Views761
PHP to Ruby
Learn how to change your PHP code into Ruby code - PHPtoRuby.com provides a complete reference for PHP developers to start migrating their code into Ruby. A full function reference and easy navigation make this a valuable resource to any PHP developer thinking of programming in Ruby
(0 ratings)
Reviews0
PriceFree
Views421
Retrieving XML With cURL And SimpleXML
This tutorial explains how to use Curl and SimpleXML SimpleXML is a php5 extension used to parse XML data. Topics covered include loading XML documents, parsing nodes & attributes, and filtering data with XPath statements.
(0 ratings)
Reviews0
PriceFree
Views888
Flat File Counter
OK guys, this script is a simple file based counter. This is meant for sites that do not run a db and instead, use a file and a cookie. It isn't the best I've seen but it's simple. Consider this as a tutorial. Just create a file called counter.txt and put this where you want to display the counter. Remember to set the permissions on counter.txt so that your webserver can write to the file.
(3 ratings)
Reviews0
PriceFree
Views756
Creating Word, Excel and CSV files with PHP
In this article we demonstrate several ways to create Microsoft Word and Excel documents, and also CSV files using PHP. Learn how to create files using HTTP headers, COM objects, OpenOffice templates, fputcsv function.
(0 ratings)
Reviews0
PriceFree
Views1169
Debugging PHP with Xdebug
The Xdebug is the extension for PHP that helps debugging PHP scripts by providing a lot of valuable debug information. Using the Xdebug you can debug your scripts in the Notepad++ and other PHP IDEs.
(0 ratings)
Reviews0
PriceFree
Views467
Reading the plain text from PDF with PHP
Portable Document Format (PDF) is a file format created for document exchange. Let's read the plain text from the PDF file.
(0 ratings)
Reviews0
PriceFree
Views797
How to Install PHP 5.2.11 on Vista with Fast-CGI
In this article you'll learn how to install and configure PHP 5.2.11 on Windows Vista and IIS7 with the Fast-CGI protocol
(0 ratings)
Reviews0
PriceFree
Views689
Reading the "clean" text from RTF
In this article we will resolve the task of reading the “clean” text from the Rich Text Format (often abbreviated as RTF) using PHP. Note that we are not going to apply any third-party software.
(0 ratings)
Reviews0
PriceFree
Views577
Reading the "clean" text from DOCX and ODT
In this article we will resolve the task of reading the “clean” text from the Office Open XML (more known as DOCX) and OpenDocument Format ODT using PHP. Note that we are not going to apply any third-party software.
(0 ratings)
Reviews0
PriceFree
Views573
Creating a guestbook with PHP & MySQL
posted bylooninGuestbooks
A three part tutorial on creating a simple PHP & MySQL based guestbook. Part 1 covers creating the table to store the message. Part 2 - Creating the form and adding the information into the database. Part 3 - Fetching the messages from the database and displaying them on your page
(6 ratings)
Reviews0
PriceFree
Views1202
PHP Click Tracker
posted bylooninCounters
This is a fully working script that'll let you create a list of links then record and display the number of clicks each one gets, though it's very basic but each section is explained and perhaps you can turn it into something useful.
(6 ratings)
Reviews0
PriceFree
Views722
Basic Overview of Loops in PHP
PHP comes with several control structures for creating loops. A loop is basically code that executes repeatedly for as long as it needs to. The control structures I'll discuss here are: while, do-while, for, foreach, break & continue. Each of these are similar, and some can pretty much be interchangeable, but some are better suited for certain tasks than others.
(0 ratings)
Reviews0
PriceFree
Views469
Empty Directories from the files
Empty Directory And delete the templete engines cached files
(0 ratings)
Reviews0
PriceFree
Views598
Creating An RSS Feed With PHP And MySQL
Learn to create a custom RSS feed for your website content. These easy to build XML feeds can extend the reach of your content and grow your audience. This howto shows how to build and serve an RSS feed from your MySQL database.
(3 ratings)
Reviews0
PriceFree
Views1703
Sending e-mails via SMTP with PHPmailer and Gmail
Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.
(3 ratings)
Reviews0
PriceFree
Views961
Results 81-100 of 648