Skip to main contentSkip to footer

PHP development - Page 7

PHP development

108 posts total

Drupal
1 min read

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258 Drupal 7: Open /includes/bootstrap.inc Go to line number 258 Comment out the following line//define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T'); Then add following lineif (!defined('DATE_RFC7231')) {define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T');} Save and you are good to go 🙂

Read more
Featured image for USD to bitcoin, bitcoin exchange rate - Php code
PHP development
1 min read

USD to bitcoin, bitcoin exchange rate - Php code

Convert USD to bitcoin or get the latest value of bitcoin. The easiest way to get the bitcoin exchange rate "https://blockchain.info/tobtc?currency=USD&value=" . $amount, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => array( "cache-control: no-cache", "postman-token: [...]

Read more
Featured image for Regex to find the four sequential characters in PHP
Drupal
1 min read

Regex to find the four sequential characters in PHP

Need to check if a string contains four sequential characters or consecutive characters/strings or identical letters/numbers/string/characters in PHP then following regex and code can be useful for you. I tested it with following code and regex is generated from https://regex101.com/r/W2wbFc/1 https://regex101.com/r/lH8oP1/3 https://regex101.com/r/oAAjto/1 https://regex101.com/r/Xbe1gH/1

Read more
Featured image for Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class
Drupal
2 min read

Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class

Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class When you update your PHP version and you can see the above issue while working in the Expression Engine. I just commented out the following at core\EllisLab\ExpressionEngine\Library\Parser\Conditional\Lexer.php the boolean and string annotations: use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Token; //use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Comment; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Number; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Operator; [...]

Read more
Featured image for Error encountered after disabling the cache in Drupal
Drupal
2 min read

Error encountered after disabling the cache in Drupal

Following is the error encounter after disabling the cache in DrupalThe website encountered an unexpected error. Please try again later.Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "cache.backend.null". Did you mean one of these: "cache.backend.apcu", "cache.backend.php", "cache.backend.memory"? in Drupal\Component\DependencyInjection\Container->get() (line 161 of core\lib\Drupal\Component\DependencyInjection\Container.php). Drupal\Component\DependencyInjection\Container->get('cache.backend.null') Drupal\Core\Cache\CacheFactory->get('render') call_user_func_array(Array, Array) Drupal\Component\DependencyInjection\Container->createService(Array, 'cache.render') Drupal\Component\DependencyInjection\Container->get('cache.render', 1) Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Object) Drupal\Component\DependencyInjection\Container->createService(Array, 'http_middleware.page_cache') Drupal\Component\DependencyInjection\Container->get('http_middleware.page_cache', 1) Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Object) [...]

Read more
laravel shop logo
Ecommerce Templates
1 min read

Laravel Shop Coming Soon

Hi to all, I have started to read laravel and started it with registering http://laravelshop.com and all my updates will be posted at laravelshop.com. Today I make logo and set up server and register domain. Likewise I set up facebook page https://www.facebook.com/pages/Laravel-Shop/1420260531616136 GitHub page is https://github.com/rupaknepali/laravelshop Google plus page : https://plus.google.com/+Laravelshop-page/about Logo designed as below, I am not [...]

Read more
Featured image for Full Stack Web development One Page Parallex, Auto play mute Youtube videos gallery, video background codes used for new projects
PHP development
5 min read

Full Stack Web development One Page Parallex, Auto play mute Youtube videos gallery, video background codes used for new projects

Here I become full-stack 🙂 web page developer, starting from photoshop design to full functional one-page site design with the use of parallax, auto play mute youtube videos gallery, video backgrounds, testimonials carousel and many more. For Front End I used: HTML / HTML5 CSS / CSS3: BootStrap JavaScript: jQuery Compatibility quirks across browsers with [...]

Read more
Innovation

Let's Make Something Amazing Together

We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.

InnovateBringing innovative solutions to complex problems
AutomateStreamlining processes through automation
DominateLeading the market with exceptional results
Build Smarter and Launch FasterEfficient development for rapid deployment