finalwebsites has submitted 13 links
jQuery form plugin and PHP file uploads
in PHP added by finalwebsites, on 26/11/2009 AJAX forms jquery upload
jQuery and the form plugin are great tools to create Ajax powered contact or feedback forms. This tutorial shows how to use the jQuery form plugin and gives an example how-to create a form including form validation an upload function.
1 comment save reportUpload in modal window and pass values with jQuery
in PHP added by finalwebsites, on 7/9/2009 AJAX file handling jquery upload
This PHP / jQuery tutorial explains how-to upload a file PHP from ThickBox and how after successful upload the filename is passed to the parent document. The function is a useful addition for custom content management systems.
comment save reportSending e-mails via SMTP with PHPmailer and Gmail
in PHP added by finalwebsites, on 3/9/2009 email gmail php5 phpmailer smtp
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.
comment save reportUpload images for usage in TinyMCE
in PHP added by finalwebsites, on 7/8/2009 CMS images tinymce upload
TinyMCE is a great online WYSIWYG editor which is used for a lot of projects. If you don't like the commercial file manager by moxiecode, this tutorial is for you. Using the advanced image functions in TinyMCE and the upload class from finalwebsites.com it's possible to create a simple function to insert uploaded images into your content windows of TinyMCE.
1 comment save reportPHP / Ajax Upload Form
in PHP added by finalwebsites, on 19/10/2008 AJAX advanced tutorials forms jquery upload
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.
comment save reportEasy 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