PHP

/PHP

PHP vs Python

Both PHP 7 and Python 3 are excellent choices for building a web application. Now a days Python get more popular. To select proper language for carrier, project is very important. In this post with some basics about the two languages which help you select proper language. Python : New era is the AI, Machine [...]

By |December 5th, 2021|Blog, PHP|0 Comments

PHP 7 for WordPress

 PHP 7 - This new version comes with new improvements and a new verison of Zend engine. PHP 7.0.0 Released: 03 Dec 2015Following some feature added in PHP 7 :  Speed improvement Reduced memory usage. Consistent 64-bit supportImproved Exception hierarchy Asynchronous programming Secure random number generator Multithreading Better performance on WordPress Websites Return and scalar type declaration. Many fatal errors converted to exceptions. [...]

By |November 19th, 2021|Blog, PHP, WordPress|0 Comments

Content and Image Portal

Technology Laravel, Vue.js. PHP, node.js, Jquery,HTML, CSS, Javascript, Postgress, AWS, Ali Cloud (OSS), Linux, nginx, Apache, FTP, pm2, CDN Project Description Content - Manage Content Flow for product, Data Migration to Different country, Data synk, Integration With Other ProductProduct Catalog - Product Migration , Manage Product Template level, Migration,Images - Upload Vendor Portal, Download Images [...]

By |April 4th, 2021|nodejs, PHP, Projects, vuejs|0 Comments

Export To CSV File – PHP

CSV is a simple file format that is widely used by IT Professional, business, and all who are familar with computer. Those who use computer in day to day life, they know how to use CSV/Excel. Among its most common uses is to move tabular data between programs that naturally operate on a more efficient [...]

By |February 27th, 2016|Blog, PHP|0 Comments

Redirection

In previous articular we have discus Migrate site from ASP to WordPress.  After successfully migration your ASP site to WordPress it's important to maintain redirection. Because If you have an old url ranking is good in Google and move to a new, permanent location, a 301 redirect can pass the search engine ranking score of the old ranking [...]

By |February 10th, 2016|Blog, PHP, WordPress|0 Comments

Improve Ajax Performance

Following are few steps to Improve Ajax Performance First try to Reduce the Number of Ajax Call If same call send again, abort the previous call If ajax call is executing, and user go for another link, then cancel the previous one. Use GET Method, As its Fast but less secure Reduce the Amount of data [...]

By |January 27th, 2016|Blog, PHP|0 Comments

How To Fix Headers Already Sent Error In PHP?

We are here to fix below error in PHP Warning: Cannot modify header information - headers already sent by (output started at E:wampwwwtestppublic_htmltest.php:2) in E:wampwwwtestppublic_htmltest.php on line 4 Question: Why this Error comes? This error comes when sending header after the output. OR using "header" function after the output. Question: Give an example when this [...]

By |January 27th, 2016|Blog, PHP|0 Comments

REST API

Representational state transfer (REST) is the software architectural style of the World Wide Web.It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. REST is a lightweight alternative to mechanisms like RPC (Remote Procedure Calls) and Web Services (SOAP, WSDL, et al.). Despite being simple, [...]

By |January 27th, 2016|Blog, PHP|0 Comments

Cloud Computing (Salesforce) and Salesforce Integration with PHP

Cloud computing is Internet-based computing, whereby shared resources, software, and information are provided to computers and other devices on demand, like the electricity grid. Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). As a metaphor for the Internet, "the cloud" [...]

By |September 24th, 2015|Blog, PHP|0 Comments

Secure your WordPress Plugin : CSRF protection

I fixed this vulnerability in my WordPress 'WP Database Backup' plugins and would like to share the same knowledge to other developers. Lest you think this security stuff isn't important, a major vulnerability was recently found in the WordPress plugins, which is installed on many WordPress sites and which allowed hackers to manipulate the WordPress database using [...]

By |August 21st, 2015|Blog, PHP, WordPress|0 Comments