Home

Submit

Source

Feeds

PHP PHP in the Command Line (Shell)

PHP Getting Started
PHP in the Command Line (Shell)
PHP / Getting Started
There's a single line you can add to your web host's control panel that will automatically archive your content. A "shell" in the computer world is a place where you enter commands and run files by name rather than clicking around different windows.

Site: www.chauy.com Report - View Tutorial

Related Tutorials
PHP General Development
Macronimous- Command Line Scripting in PHP
PHP / General Development
PHP is a great language to develop web applications rapidly and economically. Many of us know this. But what many of us were unaware of is that PHP can also be run as a command line script like c, c++, java, etc.

Site: www.macronimous.com Report - View Tutorial

PHP Miscellaneous
Exec and system command and results
PHP / Miscellaneous
This tutorial will show you how to run exec commands and system commands from php using a form, you do not need a database to run these commands but you do need permission to be able to run command line commands from PHP. This tutorial will show you how to do this using an example with the "ping" command, in short we will go through how to ping and display the results via browser.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Object Oriented
Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table
PHP / Object Oriented
If you've ever seen the Creating a Weblog In 15 Minutes movie, you were undoubtedly startled at how useful and quick the scaffold command could be. But if you're still using PHP, and you love that command, then you could have a problem. Luckily, through the use of Object Oriented Programming, an equivalent solution is available, creating a full create, read, update, and delete CMS for a single table through one command.

Site: www.shadow-fox.net Report - View Tutorial

PHP Getting Started
Herong's Tutorial Notes on PHP
PHP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include Command Line Interface (CLI), array, CGI, cookie, database, HTTP, IIS, image files, loop, mail, MySQL, PHP, request, session, SMTP, SOAP, SOAP Extension, SQL, WSDL.

Site: www.herongyang.com Report - View Tutorial

PHP Security
Customizing PHP Safe Mode
PHP / Security
We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to in terms of server security because it restricts and disables the dangerous functions in PHP from the scripts like PHP Shell that can otherwise cause damages to your server and client sites.

Site: www.webhostgear.com Report - View Tutorial

PHP Databases
Building database table handlers in PHP using OO approach
PHP / Databases
Having in mind PHP developers like myself I strived to provide an alternative and hopefully useful method for easing the daunting task of database communication. In my line of work and, I presume, in line of work of many of my colleagues database-driven PHP applications, and therefore communication with database, play very important role. As is, PHP provides a very flexible and easy way for database integration. Native drivers for majority of databases and ODBC connectivity make the task of database communication almost trivial.

Site: www.geocities.com Report - View Tutorial

PHP Site Analysis
Graphing in PHP - Make your own line graph using PHP functions
PHP / Site Analysis
In this tutorial I will show you how to make your own line graph using GD functions in PHP, based on traffic statistics for a desired page. So this tutorial will require a MySQL database to hold the information from daily traffic statistics.

Site: www.tutorialtoday.com Report - View Tutorial

PHP Getting Started
Comments
PHP / Getting Started
Comments are pieces of code that the PHP parser skips. When the parser spots a comment, it simply keeps going until the end of the comment without doing anything. PHP offers both one line and multi-line comments.

Site: www.beginnersphp.co.uk Report - View Tutorial

PHP Getting Started
Using PHP 'if' Statements
PHP / Getting Started
Using 'if' statements, you can check to see if a variable equals something else, and then execute a line of code if it is, and execute another line of code if it isn't. This tutorial is meant for beginners.

Site: www.webdesign.org Report - View Tutorial

PHP Debugging and Error Handling
Debugging PHP: Did You Remember to
PHP / Debugging and Error Handling
So you've finally managed to install PHP. Anxious to use your new tool, you find the print function in the manual, write your own hello world, load the page and the dreaded "Parse error: parse error in /usr/local/apache/htdocs/test.php on line 2" error pops up in front of you. You know the scenario, read on to learn the fixes....

Site: www.wdvl.com Report - View Tutorial

PHP Debugging and Error Handling
Get rid of Warning: division by zero on line
PHP / Debugging and Error Handling
Php is a great language because it allows you to create great web application but it may be useful even for calculations. Php is often used creating graphics on the fly starting from simple data. If you're projecting a script tide up with math you may encounter a typical error that come out when you try to divide a number by zero.

Site: www.cagedflame.com Report - View Tutorial

PHP Network and Communication
Check your server status - a basic ping
PHP / Network and Communication
In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a ping command with PHP.

Site: www.phptoys.com Report - View Tutorial

PHP File Operations
PHP Script Tips - Reading and Writing Files
PHP / File Operations
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode.

Site: dev.fyicenter.com Report - View Tutorial

PHP Installation
Installing PHP on Windows
PHP / Installation
A brochure-style Web site may be sufficient for a business that simply wants a basic Web presence — some static pages to inform the visitor of the company's off-line contact information.

Site: www.developertutorials.com Report - View Tutorial

PHP General Development
A HOWTO on Optimizing PHP
PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Site: phplens.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement