Main > Free Download Search >

Free using php script

using php

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9613
Form mail using PHP 1.0

Form mail using PHP 1.0


One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail were going to make is going to be broken does into 2 parts. One part has the more>> One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail were going to make is going to be broken does into 2 parts. One part has the HTML for the form and the second part is the processing for the form. However, we have to work backwards and do the processing before hand. We will ask three things on the form to keep it simple: their name, their e-mail address, and their comments. Lets get started with the first part:<<less
Added: 2007-06-18 License: PHP Price: $0.00USD
13 downloads
 
Other version of Form mail using PHP
License:PHP License
Download
969 downloads
Added: 2007-06-18
Using PHP with MySQL 1

Using PHP with MySQL 1


Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
Sending Email Using PHP

Sending Email Using PHP


In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and e more>> In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and even check to see if the email address entered is in the correct email format (name@domain.com).<<less
Added: 2006-09-21 License: Other Free / Open Source License Price: Free
1198 downloads
Sending emails using php! 1.00

Sending emails using php! 1.00


This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php more>> This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php<<less
Added: 2006-11-05 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Sending emails using php!
Sending emails using php!Sending emails using php!Sending emails using php! This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process
License:Freeware
Download
640 downloads
Added: 2006-11-05
Minify CSS using PHP v1.0

Minify CSS using PHP v1.0


Want to save bandwidh, and provide minified CSS? this is what you need, a php class which does all the work for you by stripping the unnecesary stuff inside your cascade style sheets, and keeping only the goodies. more>> Want to save bandwidh, and provide minified CSS? this is what you need, a php class which does all the work for you by stripping the unnecesary stuff inside your cascade style sheets, and keeping only the goodies.<<less
Added: 2007-11-28 License: Other Price: $0.00USD
11 downloads
Resizing An Image Using PHP

Resizing An Image Using PHP


This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two c more>> This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two copies of the image on your server.<<less
Added: 2006-09-25 License: Freeware Price: Free
1137 downloads
Get image's DPI using PHP 01

Get image's DPI using PHP 01


This is a simple function I wrote to get a DPI (dot per inch) value from an image using PHP only, without the need of ImageMagick nor GD library. more>> This is a simple function I wrote to get a DPI (dot per inch) value from an image using PHP only, without the need of ImageMagick nor GD library.<<less
Added: 2008-02-29 License: PHP Price: $0.00USD
14 downloads
Send Emails Using Php (basic)

Send Emails Using Php (basic)


Sending emails with PHP is a lot easier than you would think. more>> Sending emails with PHP is a lot easier than you would think.<<less
Added: 2006-02-11 License: Freeware Price: Free
1358 downloads
Introduction to MVC using PHP 1.0

Introduction to MVC using PHP 1.0


To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all more>> To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
12 downloads
Finding pagerank of a website using PHP

Finding pagerank of a website using PHP


The code used to find pagerank of a website using PHP. more>> The code used to find pagerank of a website using PHP.<<less
Added: 2005-05-09 License: Freeware Price: Free
1646 downloads
Making XML/XSLT driven site using PHP

Making XML/XSLT driven site using PHP


This article contains an example of simple php xslt engine for XML driven web-sites which implements caching techniques and Apache-based XML file processing. more>> This article contains an example of simple php "xslt engine" for XML driven web-sites which implements caching techniques and Apache-based XML file processing.<<less
Added: 2007-04-17 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinothersources.
952 downloads
CAPTCHA validation using PHP and Ajax

CAPTCHA validation using PHP and Ajax


CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to more>> CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-submission form verification. Youll need PHP to be installed with the GD image library (most PHP implementations will have this as standard).<<less
Added: 2006-12-20 License: Freeware Price: Free
978 downloads
Resize Images Using PHP and GD Library

Resize Images Using PHP and GD Library


The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated more>> The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
10 downloads
Getting your Visitors Details Using PHP

Getting your Visitors Details Using PHP


You can get quite a bit of information about your visitors without having to use a third party tracking software. Ill outline the PHP commands you can use to capture some of this data. The details you more>> You can get quite a bit of information about your visitors without having to use a third party tracking software. Ill outline the PHP commands you can use to capture some of this data. The details you capture can be saved into a database, and retrieved later to check your sites performance and user details.<<less
Added: 2006-10-06 License: Freeware Price: Free
1163 downloads
Attach files to your form mail using PHP

Attach files to your form mail using PHP


Creating a PHP form to get the data from user plus a file upload field to attach a file to the email. This is include an advanced HTML auto responder and auto redirect. more>> Creating a PHP form to get the data from user plus a file upload field to attach a file to the email. This is include an advanced HTML auto responder and auto redirect.<<less
Added: 2004-03-22 License: Freeware Price: $0.00USD
18 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5