Quantcast
Channel: eHow - PHP / MySQL Programming How To's
Browsing all 111 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

How to Divide and Return a Whole Number Using PHP

PHP is a scripting language that gives the programmer a variety of functions and methods that can be useful for document processing. Division is often used in the course of server data conversion and...

View Article


PHP Transfer Values

PHP is a scripting language used on millions of websites to create dynamic Web pages on the fly and give users a more interactive experience. With PHP, it is possible to transfer the value of one...

View Article


Image may be NSFW.
Clik here to view.

How to Create an Editor in PHP

PHP allows an HTML web page to provide more interaction with a user. Through the use of PHP, HTML forms become capable of passing user submitted information into a database to be saved for later use....

View Article

How to Install PHP in CPanel

If your host provided you with cPanel to administer your website, then you have a version of PHP already installed as part of the server setup as it is not possible for cPanel to install without PHP....

View Article

Image may be NSFW.
Clik here to view.

PHP Programmer Salaries for a Small Manufacturer

PHP programmers design database schemes, supervise website product updates and program online tasks that interface with various applications. PHP programmers must have excellent technical skills and...

View Article


Image may be NSFW.
Clik here to view.

How to Offset a Query in MySQL

When you build a query in MySQL, you can use the LIMIT clause to specify how many results you want to see. For example, you have a query that returns 1,000 results, but you only want to see 10 of those...

View Article

Image may be NSFW.
Clik here to view.

How to Monitor a MySQL Slow Query

The time it takes a MySQL query to run is a reflection of a number of different factors, from the efficiency of the table design and the size of the fields involved to the number of records the query...

View Article

Image may be NSFW.
Clik here to view.

How to Parse Name Anchor Links in PHP

Type an entire link address in a story or article on a Web page and, in most cases, you distract the reader and break the flow of the written material. Replace the "http://example.com" address with the...

View Article


Image may be NSFW.
Clik here to view.

PHP Xcode Tutorial

PHP, or PHP: Hypertext Preprocessor, is an open-source, server-side, HTML-embedded scripting language used to build interactive Web pages. It is one of the most used programming languages because it...

View Article


How to Link an FK in MySQL

The foreign key (FK) of one table links to the primary key of another MySQL table. You use these keys to create queries that join the tables, so you can view a list of data from one query instead of...

View Article

Image may be NSFW.
Clik here to view.

How to Use the Dollar Sign in a String in PHP

In PHP, a text string preceded by the dollar sign character ("$") is used to declare a variable. The "$" literal value needs special treatment when used inside text values assigned to variables...

View Article

How to Insert a Percent Symbol Beside a PHP String

Strings are chunks of text that you can save to variables and perform operations on when programming in languages such as PHP. In a PHP script, you can use a variable as a name that holds the text....

View Article

How to Do ENUM in PhpMyAdmin

In MySQL, an enumerated type, or enum for short, is a string with a predefined set of values. Any fields you define using enum can only be assigned a value from that predefined set. For instance, the...

View Article


How to Create a Table in GoDaddy With MySQL

GoDaddy has a custom interface available for each customer with an account that has a MySQL database installed. You use the interface to create a table in your MySQL database, which stores all your...

View Article

Image may be NSFW.
Clik here to view.

How to Disable Triggers in MySQL

MySQL triggers are a list of SQL statements that are contained in the database catalog. Triggers can be activated by database activities such as "Update," "Delete" or "Insert." The trigger can be...

View Article


How to Use MySQLAdmin Flush-Hosts Coded in PHP

PHP is a server-side scripting computer programming language that Rasmus Lerdorf developed in 1995. You typically use this language with the HTML markup language and the back-end database MySQL to...

View Article

Image may be NSFW.
Clik here to view.

How to Unset Class in PHP

Calling a class allows a PHP Web developer to access methods and properties from a set of code (object) that has been pre-written. This prevents the developer from having to re-invent the wheel and...

View Article


How to Insert Multiple Triggers in MySQL

Triggers are one of the new features in MySQL, the relational database management system. Triggers are related to certain tables and are activated by a particular event. You can use triggers to check...

View Article

How to Simple Count Prime Numbers in PHP

The PHP programming language serves an important role as a scripting language for many Web applications. Programmers can use PHP to calculate user input, write page information to Web browsers in HTML...

View Article

Image may be NSFW.
Clik here to view.

How to Select the Value From a List Box to Another List Box in PHP

PHP is a server side scripting language that comes with built-in features that help make the creation of dynamic user interfaces straightforward and robust. For example, PHP offers two built-in super...

View Article
Browsing all 111 articles
Browse latest View live