finalwebsites has submitted 8 links
Easy payments using Paypal IPN
in PHP added by finalwebsites, on 21/4/2008 e-commerce ipn payments paypal
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature
comment save reportSetup a quick Yahoo Search page within a few minutes!
in PHP added by finalwebsites, on 18/11/2007 Zend beginner tutorials framework php5
Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.
comment save reportFTP Upload via cURL
in PHP added by finalwebsites, on 15/10/2007 curl file handling ftp upload
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
comment save reportTutorial: Create a zip file from folders on the fly
in PHP added by finalwebsites, on 24/9/2007 classes file handling scripts zip
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
comment save reportSave bandwidth with PHProxy and ip2nation
in PHP added by finalwebsites, on 8/7/2007 advanced tutorials database proxy
If your website becomes a little busy the websites bandwidth becomes very valuable. With the proxy script PHProxy and the data from ip2nation it's very easy to block visitors and safe this way used bandwidth from countries which are not from your target group. In this tutorial you will learn how to add the required code to your proxy website.
comment save reportA (safe) contact form using Xajax and PHPmailer
in PHP added by finalwebsites, on 30/4/2007 AJAX advanced tutorials forms php phpmailer xajax
Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and the form is processed with Xajax.
comment save reportDynamic Thumbnails from Websites
in PHP added by finalwebsites, on 15/2/2007 file media php thumbnail web service
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
comment save reportDynamic (2 level) navigation list
in PHP added by finalwebsites, on 16/1/2007 function general navigation nested menu php
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.
comment save report