browse by tag: linux
sort by
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 reportHow 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 reportFast 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