Facebook
Categories
- Apache (8)
- asp (3)
- business (2)
- Cpanel Server (41)
- Database (5)
- dedicated server (5)
- DNS (4)
- errors (1)
- Exim (2)
- ffmpeg (1)
- file sharing (10)
- firefox (1)
- flash (1)
- free stuff (1)
- FreeBSD Server (16)
- Funny (3)
- general (12)
- Git (5)
- hosted scripts (1)
- image hosting (3)
- Installation (4)
- large sites (9)
- Linux (69)
- CentOS (5)
- Debian Linux (1)
- Linux Desktop (1)
- ubuntu (10)
- Mail Server (3)
- Qmail Server (2)
- Monotize (3)
- myspace clone (1)
- mysql (7)
- OpenVZ (7)
- PHP (16)
- PHP Tutorial (1)
- symfony (2)
- zend framework (1)
- Plesk (1)
- Programming (3)
- perl (1)
- Ruby On Rails (1)
- search engine (2)
- security (6)
- Server (10)
- social networking (1)
- Uncategorized (198)
- unmetered servers (6)
- Video (13)
- Video Sharing (21)
- Video Sharing Scripts (6)
- Web (77)
- Web Hosting (4)
- Windows (48)
- iis (1)
- Windows Server Administration (2)
- YouTube (17)
- youtube clone (21)
- yui (2)
Tag Archives: PHP
PHP Errors to File
To log all PHP Errors to log file, edit php.ini file, add error_log = /var/log/php-errors.log To turn off displaying errors to browser, change value of display_errors to Off display_errors = Off
Develop Java Project in ZendStudio
I recently started doing some small java projects. I have installed Eclipse/intelliJ. I prefer Eclipse as it compile program on saving. Since my project contains many independent programs i like this feature. I am already using ZendStudio 8. This is … Continue reading
PHP function to find file extension
To find file extension with PHP, use pathinfo function [code lang="php"] <?php $video = 'hostonnet.avi'; $info = pathinfo($video); echo '<pre>'; print_r($info); // File extension echo $info['extension'] . "<br>"; // avi // File Name with out extension echo $info['filename'] . "<br>"; … Continue reading
ffmpeg-php undefined symbol php_gd_gdImageSetPixel
When i install ffmpeg-php on a plesk server, i got following error PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/ffmpeg.so’ – /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0 This is caused by loading ffmpeg.so before gd.so … Continue reading
PHP, Flash Developers Needed : BizHat.com, Cherthala, Kerala
PHP Programmers Looking for freshers and experiened PHP/MySQL developers to work on live projects. Should have good knowledge on PHP/MYSQL, Responsible and Self-driven Flash Developers Flash developers with Action script programming knowledge for developing flash based video application. Send resume … Continue reading
CodeIgniter for Rapid PHP Application Development
Yesterday when i found a web site that illegally distribute the PDF copy of the book “CodeIgniter for Rapid PHP Application Development” I have been in PHP developement for some time and want to start using MVC (if it really … Continue reading
