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 581-600 of 648
Storing Checkbox Data In Your Database
Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements. Although checkboxes are excellent form elements for certain tasks, there is often confusion about how to store checkbox data correctly. This article will demonstrate how to store checkbox data in a database, in a manner that follows good database design principles.
(10 ratings)
Reviews1
PriceFree
Views8248
Uploading, Saving and Downloading Binary Data in a MySQL Database
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database. This article is split into three pages: Setting up the database, Creating the 'upload' scripts, and Creating the 'download' script. Includes the complete source code for all the scripts involved.
(3 ratings)
Reviews0
PriceFree
Views5730
Form Over Substance - Part One
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
(0 ratings)
Reviews0
PriceFree
Views5601
Are PHP and MySQL the Perfect Couple?
Many devs using MySQL have fallen in love with PHP. Jason Gilmore explains why they're the perfect couple. This is ore of an introductory article on PHP and MySQL covering such topics as features of PHP and MySQL, and how to use PHP to interact with MySQL.
(0 ratings)
Reviews0
PriceFree
Views3981
COM Functions in PHP4 (Windows)
posted byalaininDevelopment
The built-in COM functionality of PHP4 is quite attractive for some of us programming in the win32 environment. So far, there is not much documentation on the subject. This short article will explain how to use COM in real PHP4 programming with three examples using MS office 2000 Word and Excel programs and the Adobe Distiller program.
(0 ratings)
Reviews0
PriceFree
Views3341
Migrating from ASP to PHP
Here you will find a set of training notes summarizing the differences between VBScript, JScript and PHP. Also covers ASP objects and their PHP equivalents. Good for converting ASP programmers to PHP. In 3 parts.
(6 ratings)
Reviews0
PriceFree
Views7123
Accessing a Microsoft SQL Server database from PHP running under Linux
This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
(3 ratings)
Reviews0
PriceFree
Views2824
ODBC with PHP: Tips and Hints on Windows
ODBC is one of Microsoft's earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsoft's ADO (which is Microsoft's recommended API for 4GL programmers) and DSN-less connections.
(0 ratings)
Reviews0
PriceFree
Views3649
Storing Data in the Client
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let's pick PHP (of course) for the server and JavaScript for the client. We'll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.
(0 ratings)
Reviews0
PriceFree
Views2700
Database Normalization And Design Techniques
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.
(9 ratings)
Reviews0
PriceFree
Views4831
Sending MIME email in PHP
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.
(3 ratings)
Reviews0
PriceFree
Views10674
Writing Your First PHP Script: Feedback Form
This is a tutorial on how to write your own Feedback script in PHP, complete with source code.
(3 ratings)
Reviews0
PriceFree
Views5794
How to Install and Configure PHP3 on Windows
This tutorial shows the steps you need to install and configure PHP on Windows. It explains two different ways: Using PHP without Apache, and Using PHP with Apache.
(0 ratings)
Reviews0
PriceFree
Views3223
PHP vs CGI
Take this crash course on PHP, and see how it could be a smart alternative to using CGI to add interactivity to your site.
(3 ratings)
Reviews0
PriceFree
Views7866
Admin user interface: adding and deleting users
This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL database.
(3 ratings)
Reviews0
PriceFree
Views7509
Creating dynamic dropdown lists in mySQL
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list populated with usernames in the MySQL database.
(15 ratings)
Reviews0
PriceFree
Views9531
Using a page by page password system using mySQL
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial shows how to create a simple page-based login system using PHP and mySQL.
(6 ratings)
Reviews0
PriceFree
Views13289
Making your PHP code work better with Front Page
Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.
(0 ratings)
Reviews0
PriceFree
Views2122
Adding PHP to Apache on Linux
This article provides extensive instructions on installing PHP on Apache/Linux. Main topics include: How to Get PHP, PHP Extensions, Building PHP for CGI Use, Building PHP as an Apache Module, Building mod_php as a Dynamically Loaded Object, Testing Your Installation, Going Further/In Conclusion, Building Apache at Lightspeed, Apache Source Components Provided by Linux Distributions, and Fixing Red Hat 6.1's apxs Script.
(0 ratings)
Reviews0
PriceFree
Views3423
Switching From VB to PHP
This article focuses on the switch from Visual Basic to PHP. Several examples are presented.
(0 ratings)
Reviews0
PriceFree
Views1462
Results 581-600 of 648