Quantcast
Channel: Apache/PHP – Truelogic Blog
Browsing latest articles
Browse All 28 View Live

Free PHP Books To Download

Given below is a list of the best books for learning basic and advanced PHP books in downloadable PDF format. Developing PHP Applications for IBM Servers Authors: Whei-Jen Chen, Holger Kirstein, Daniel...

View Article


How Many Ways To Sort an Array in PHP

Apart from the standard sorting function which will sort the values of an array in ascending or descending order, PHP provides numerous other functions which can do sorting in different ways. There are...

View Article


Running PHP as FastCGI with Apache 2.x on Ubuntu 12.x and later

The instructions given below are to be run from the terminal. This is the only list of instructions which actually worked. I have reproduced the steps as a simple list to be followed based on...

View Article

PHPAudio – Audio file processing in pure PHP

OVERVIEW There currently exists no PHP library or code to work with audio file formats. The general solution is to use external libraries or softwares like ffmpeg, sox etc , by calling them with...

View Article

Codelobster PHP Edition – Free IDE for PHP, HTML, CSS, JavaScript

For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we [...]

View Article


Blueimp Jquery File Upload Permission issue

Blueimp JQuery FileUpload  is probably the most common upload component used in PHP websites. The problem people sometimes face is that actual folder into which [...]

View Article

Mastering The YouTube API With PHP

  The YouTube platform is one of the hottest platforms on the internet currently. As a developer if you do not know how to work [...]

View Article

Firefox & Chrome browsers have issues with localhost domains with .dev extension

This issue is particularly relevant for those who set up virtual hosts in their development machines, to work with multiple websites under Apache or other [...]

View Article


PHP file_get_contents for UTF encoded content

One of the problems of file_get_contents() is that it messes up the data if the file contains special characters outside the standard ASCII character set. [...]

View Article


Setting up FTP for an Apache website under Ubuntu

Once you have set up a website under Apache, you would need FTP access to the website to be able to upload files. The steps [...]

View Article
Browsing latest articles
Browse All 28 View Live