Category: PHP

PHP json_decode returns null value with Syntax error php

PHP json_decode returns null value with Syntax error

I built PHP import script about,but my json_decode has started returning a NULL value and syntax error Tired everything – Just can’t figure out why this has suddenly stopped working? and also my json was valid json from online json editor json_decode returns null [SOLUTION]:

How to Create a Simple Login Form on Popup Box Using jQuery and PHP php

How to Create a Simple Login Form on Popup Box Using jQuery and PHP

There was a requirement to create a LOGIN form in the Pop up box instead of creating a login page separately. This provides a great user experience by not redirecting to another login page. This write up will help you to create a login form in Popup box using jQuery. You may also like How to […]

How to Generate Barcode Using PHP

This PHP Barcode Generator is a server-side PHP script that generates and displays dynamic barcode data that can be integrated into any web application. PHP barcodes generate very small images about 2KB, miniscule in comparison to the size of standard JPG or GIF barcode images. You may also like How to Generate QR Code Using PHP […]

How to Partially hide email address using PHP php

How to Partially hide email address using PHP

In this tutorial i will show you how to partially hide email address using php. Many php project need this type speciality. like I want to display email from database and I want to only show some character not a all. You may also like How to Partially hiding an email address using PHP regex. PHP […]