want to join us? register, it's easy | help

browse by tag: linux

sort by

newest, oldest, most popular


category icon

Execute Linux commands in PHP by using backticks

in PHP added by rvdavid, on 1/8/2008 back ticks command line linux

You can execute linux commands within a php script - all you have to do is put the command line in backticks (`). Recently, I had to upload an archive to a server which did not allow ssh. For files that I need to transfer, I just package them up in a neat archive and transfer the archive file via scp. Not having ssh access however, I uploaded the archive file via ftp and created a script which extracts the file the file looks like the following:

comment save report
category icon

How to Install PHP 5 on Linux

in PHP added by goodphptutorials, on 21/12/2007 beginner tutorials installation linux php5

This tutorial explains the installation of Apache web server, bundled with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE 9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all Linux-like operating systems.

comment save report
category icon

Fast PHP Tutorials, Part 3: Install PHP in Linux

in PHP added by goodphptutorials, on 16/3/2007 beginner beginner tutorials linux php setup

This Part 3 of the FAST PHP tutorial series. In this chapter, you'll learn how to install PHP in linux.

comment save report
category icon

Secure PHP installation on unix/linux systems

in PHP added by quipo, on 27/1/2007 apache howto linux php php5 security unix

Simple guide to a more secure PHP installation on unix/linux systems

comment save report