There are numerous PHP frameworks available but only few are very handy,light weight and easily customizable. Lets take a look at them and their brief features here. No 1 : Codeigniter CodeIgniter is the only PHP framework that show off … Continue reading
Category Archives: PHP
Command Injection Flaws – PHP security vulnerability
Cross-site scripting flaws happen when you display unfiltered, unescaped malicious content to a user’s browser. Command injection flaws happen when you pass unfiltered, unescaped malicious commands to an external process or database. To prevent command injection flaws, in addition to … Continue reading
BIDONN – a free reverse auction script
As promised BIDONN version 1.0 (beta) has been launched successfully and customers can download the copy from our website https://www.maventricks.com/products/bidonn/ Anyone can run a professional reverse bidding services website in any business verticals using BIDONN. it has all the necessary … Continue reading
A Grand Celebration of Maventricks’s BIDONN Launch
Bidonn a very first open source core reverse auction software and free bidding script of MavenTricks has been out for the public use from August 02, 2012 onwards. It was a great launch function attended by our team members and … Continue reading
MavenTricks is going to launch its very first product BIDONN, an open source reverse auction script
Since the launch of Maventricks technologies, we were trying to create a free to use product for the niche industries and its BIDONN. It’s a ready to use reverse auction script for the niche industries like software development, freight, online … Continue reading
Upload 3gp files on codeigniter
Check the allowed file type while uploading the file as ‘3gp’ $config[‘allowed_types’] =’3gp’; Add mime type in the config/mimes.php must be ‘3gp’=>’video/3gpp’
Upload my files in Amazon s3 server
I want to upload all my files in Amazon s3 server using php.But i faced the problem SignatureDoesNotMatch The request signature we calculated does not match thesignature you provided. Check your key and signingmethod.7FBB6739881D275CRLoFhnjK621A7bwXE7W3NOcPQvw=50 55 54 0a 0a 76 69 … Continue reading
Zend Cloud Technology
Zend Technology introduced a new cloud technology platform for the creation as well as deployment of the PHP applications on the other various clouds and it is based on the server as well as architectural framework of the zend. It … Continue reading
Optimizing a php application in 5 minutes
The optimization stage that comes after the main development of an application after it is completed. Optimizing means reducing loading and execution times, improving the user experience by making the application reacting more responsively. When it comes the time to … Continue reading
Facebook’s HipHop for PHP Debut
Performance compared to PHP with APC opcode cache turned on: 30% less CPU time serving traffic in API usage (shorter requests pulling data from fewer sources) 50% less CPU time serving traffic in WEB page rendering usage PHP, being a … Continue reading