Don't Miss:
Back to School - Presented by Chevrolet

PHP / MySQL Programming

RESULTS: 1-50 of 332

  • SQL Server Analysis Training

    Businesses use Microsoft's SQL Server software program to manage and analyze data. SQL Server Analysis Training is recommended for many database managers. Mining data is important to any organization.

  • How do I Create a Travel Service Web Page?

    Website development is a challenging and exciting field, as is travel. The nature of providing travel services is well-suited to web applications. Travel sites need to be able to interface with...

  • How to Compress a PHP File

    As a webmaster or website developer, you may notice large files that take many seconds to load for your site visitors. Website developers regularly face this problem. If you are already coding in...

  • How to Upload Large Files Using PHP

    PHP or "Hypertext Preprocessor" is a scripting language that is used to design dynamic web pages. Many web page developers will "PHP" to collect data and manage that data within a database. Web...

  • How to Download PHP Software

    PHP is a computer language designed for Web servers and Internet applications. You can use PHP to manage complex Web programs that basic HTML cannot handle. For example, a chat room, a music...

  • How to Write a PHP Script to Reverse a String

    PHP is a programming language that contains many functions for manipulating strings. A "string" is any piece of text and may contain characters of all kinds, including letters, numbers, spaces and...

  • How to Program a Web Database

    Creating a web database allows you to create a dynamic website. With a few basic commands, you can both create and query your database. Constructing the database requires SQL code, and querying it...

  • How to View PHP File Types

    Files with the .php file extension contain code to display content on web pages. Often, .php files are a mix of HTML and PHP code. PHP is used to perform tasks like storing data from web forms,...

  • What Is Numeric in Oracle SQL?

    Oracle SQL (Structured Query Language) is a programming language used to send commands to databases (in this case, Oracle databases). You use functions to query or manipulate the data within these...

  • How to Make a Chat With PHP

    PHP is an Internet programming language that makes it possible to provide rich, dynamic applications on a Web page. A chat room is one example of the type of Web interface that PHP can facilitate....

  • How to Upload PHP Video Files

    PHP gives the Web developer the power to create websites that interact with and are updated by users. Users can post text, images, videos and any other content on websites that are coded with PHP....

  • How to Verify a PHP Email Address Format

    In the process of creating your dynamic website with PHP there could be several reasons why you will need to collect the email address from your users. You might need it for registration or...

  • How to Setup Email With PHP

    PHP is a powerful scripting language that allows you to create dynamic websites. One of the many functions that PHP allows is to send and receive email right from your site. The PHP Mail function...

  • About PHP File Upload Function

    A PHP file upload function is a form post method that allows visitors to a website to upload their files to a server. The web developer programs the function, choosing how to handle uploaded files.

  • How to Access and Find All Records That Contain Input Text

    Before you can access records within a database, you'll need to instruct the database what you want to retrieve. Structured Query Language (SQL) statements make this possible. The SELECT clause...

  • How to Extract an Email Address on PHP

    PHP is a server sided programming language used primarily with websites to access a database and then create a unique Web page. PHP generally receives user input through forms incorporated into...

  • How to Replace Text in a PHP File

    PHP is a Web programming language that offers many tools for manipulating text. You may have a paragraph of data, for example, where all instances of "New york" need to be replaced with "New...

  • How to Save a Text File in PHP

    PHP is a Web programming language typically used on Web servers to control content and interactivity on websites. It is an advanced platform that allows all the operations of most complex...

  • How to Make a PHP Information File

    PHP stands for Hypertext Preprocessor and is a scripting language that is used to create dynamic websites. The PHP code is executed on the server and sent out to the client's web browser when a...

  • How to Upload Multiple Images in PHP

    When programming your website in PHP, you want to create a dynamic environment where your users interact with you and contribute to the site. One way to do this is to create a PHP web form that...

  • How to Insert a Calendar in Your Website Using PHP

    Calendars can be used for a variety of reasons on a website: adding a calendar as a date picker for a Web form; broadcasting upcoming events in calendar form to inform your visitors; or having a...

  • How to Search for the Location of a File With PHP

    The PHP scripting language contains numerous functions and methods to create dynamic Web pages and applications. Just knowing the basics of the language opens up just some of the power behind what...

  • How to Move a PHP File

    After you have set up and configured a PHP file on your website, there could come a time when you need to move it to a different folder on your server or to a different server. Choose between two...

  • How to Configure a PHP File

    When you purchasing a hosting account to host your website, PHP may be already installed on the server. This gives you the ability to run dynamic websites using the PHP scripting language. In the...

  • How to Copy a PHP Website

    You've spent a great deal of time and money to set up and configure your PHP website just right. Now, for some reason, you need to copy it to another web server or to a different folder on your...

  • How to Use SSL With PHP

    PHP is a popular scripting language for programming dynamic websites and applications. Secure Socket Layer (SSL) improves the security of your website by using cryptography. The public key...

  • How to Check That a File Exists in PHP

    PHP is a scripting language used by system administrators and web programmers to automate common system tasks and interactive web content. It contains a robust system for handling file input and...

  • How to Access the Run SQL Command

    SQL is a language used to access database systems. You can use commands in SQL to locate and change data within a database. Interactive SQL is a utility that allows for a more streamlined SQL...

  • How to Copy an SQL Command

    Copying a table in Microsoft SQL Server gives the user an easier way to create and set up a new or modified table in the same database. Manually having to re-enter full lines of code to insert...

  • How to Make a Calendar in PHP

    PHP is a programming language for Web servers. It creates applications for websites and offers many features to control the layout and functionality of Web-based software. An interactive calendar,...

  • How to Make a Website in PHP 5

    PHP is an Internet programming language. As of 2010, it is available in its version 5 series, and is thus sometimes called PHP 5. It runs on a web server and manages content and applications on...

  • PHP Training for Beginners

    PHP is a programming language used for designing dynamic webpages. PHP is a server-side language, which means that code is processed on the web server before being displayed onto your web browser....

  • How to Download a File in PHP

    The PHP language is an interpreted scripting language commonly used to drive dynamic websites. PHP is widely deployed among web hosting providers, where it is chosen for its ease of use, tight...

  • How to Send a File to a Server by PHP

    PHP is an Internet programming language for connecting operations on a web server with the interface of a web page, accessible by anyone. It is not uncommon for a website to offer file uploading...

  • How to Install PHP MSSQL for Windows XP

    PHP is a scripting language that is often accompanied by an SQL database. If you want to install both PHP and MSSQL on your Windows XP machine, you will be able to do it with just a few files....

  • How to Read a PHP File & Replace a Comma

    PHP files are vital in running a website. PHP stands for Hypertext Preprocessor and is a server-side, Internet scripting language that allows you to create dynamic web pages. Much of its language...

  • How to Get a URL With PHP

    The PHP Hypertext Processor (which uses the recursive algorithm PHP) is a powerful scripting language used primarily for creating interactive web pages. Given that background, it should come as no...

  • How to Upload Large Files With PHP

    Hypertext Preprocessor (PHP) is a scripting language used to design and program dynamic Web pages. PHP is usually encoded in HTML (Hypertext Markup Language) along with SQL to interact with...

  • How to Open a PDF Form Using PHP

    PHP (Hypertext Preprocessor) is a programming scripting language that can be used across several platforms. Many web developers use PHP to program dynamic websites. In the PHP scripting language, ...

  • How to Upload Big Files in PHP

    By default, users can upload a maximum file size of 2 megabytes in a (Hypertext Preprocessor) PHP form, however this restriction creates many limits on the files that can be uploaded. One common...

  • How to Enable PHP on IIS 6.0

    PHP (PHP: Hypertext Preprocessor) is a free programming language used primarily on Apache web servers to deliver web pages to client computers over the Internet. IIS is a package of server...

  • How to Trim a File Extension in PHP

    When working with files in PHP, you will often need to know the files extension, ".doc" or ".pdf" for example, in order to determine how to process the contents of the file. You can make this...

  • How do I Put My Store on the Internet?

    Are you looking to expand your selling power? Developing a web presence for e-commerce can give your business a wider customer base. In recent years, many solutions have emerged that make it easy...

  • How to Write Data Entered to a File in PHP

    PHP: Hypertext Preprocessor (with the recursive acronym PHP) is a scripting language used primarily for Internet and web programming, however it is not limited to that. It is a fully featured...

  • How to Create a Password Page

    Having a website where visitors have to log in before they access resources is becoming commonplace as the web continues to evolve. Password-protected login pages help to keep track of visitors to...

  • How to Convert a PHP Timestamp to a Date

    A PHP timestamp stores the number of seconds since 00:00:00 Jan. 1, 1970, known as the Unix epoch date. This system allows dates to be manipulated and stored as standard numbers and offers a...

  • How to Install PHP 5X on Windows XP

    PHP is a popular server scripting language for Internet sites. The programming language uses a simplified C layout and an on-demand compiler to convert code to computer-processable streams as the...

  • How to Copy a File From a URL with PHP

    PHP (which stands recursively for "PHP Hypertext Processor") is a powerful scripting language. It is used most commonly to develop interactive web pages, but it is also capable of scripting...

  • How to Read Multiple Delimited Fields in a File Using PHP

    Static websites are composed of pages of HTML. Dynamic websites use scripting languages to automate HTML output for common sections. Common sections are headers and footers. In addition, dynamic...

  • How to Find a Current Date in PHP

    PHP, or PHP: Hypertext Preprocessor, is a server-side scripting language used for dynamically creating and serving web pages. There are two basic methods for determining the current date using...

More