Categories

Syndicate

HostGator.com

PHP cURL functions tutorial

Listed under

cURL is a library which allows you to connect and communicate to many different types of servers with many different types of protocols. Using cURL you can download files, upload files, login to other websites and submit forms.

Click to continue

Comments [1]

Five ways to be a better PHP programmer

Listed under

Five things you should do (or not do) when you are starting out with PHP.

Click to continue

Comments [2]

eAccelerator based PHP hosting

Listed under

Recently I signed up for a VPS plan hoping to try out my hands at managing my own server. Plus I wanted to use a PHP opcode cache like XCache or eAccelerator for my PHP sites.

Click to continue

Comments [1]

Handling file uploads in PHP

Listed under

Easy to follow tutorial on handling file uploads PHP.

Click to continue

Comments

Truncate long string along word boundaries

Listed under

Use this simple piece of code to truncate a long text string along word boundaries. Very useful for displaying a summary with specified number of words from a long text.

Click to continue

Comments

PHP Pagination Script

Listed under

PS_Pagination is a flexible and easy to implement PHP pagination script which can help you split large result sets over multiple pages.

Click to continue

Comments [6]

Sending emails in PHP & email injection attacks

Listed under

Learn to send HTML emails in PHP using the mail() function. Also learn how to prevent email injections or PHP mail form spam.

Click to continue

Comments

PHP's FTP functions tutorial

Listed under

Learn to use PHP’s FTP functions to create directories and files and change file mode. Also learn how to write data to configuration files in a more secure way.

Click to continue

Comments [2]

More PHP Articles

Turnkey Templates