Laravel disable xcache

Laravel disable xcache

Xcache is a caching system for php.Most of the shared hosting server using xcache.If you use laravel framework for develop a php project,you need to disable xcache,otherwise it will show a blank page,with error like net chuned error.If you permanently disable xcache it will problem for your another project where you already use xcache.Or in 

Continue Reading…

kingpabel blog seo php library

SEO PHP Library

For search engine optimization we need some tools like as google pagerank,alexa pagerank etc.Fot that we need to use some tools or need to go some website for web study.In this article we will learn how to make that types of seo tools using seo php library.So lets start to learn.At first we need to 

Continue Reading…

php base64_encode

PHP base64_encode

There are two methods to upload a file in your php project.One is upload file in a directory another is upload file using php base64_encode.For upload a image file and save it to a directory follow this url.In this article we will know how to upload a file using php base64_encode and show it in 

Continue Reading…