Categories
PHP

Basic PHP code for Image upload

If you are a beginner in PHP and your manager assigned you a task to create responsive + interactive web form to upload image with certain conditions & Validations, then you came to the right place. Simple HTML pages are allowed to use PHP code in it and that PHP code can interact with the…

Categories
PHP

Using Bootstrap Framework in CodeLobster PHP IDE

Bootstrap is an HTML, CSS and JavaScript framework, designed exclusively for front-end developers. Bootstrap gives us the opportunity to reuse the ready-made and well-tested cross-browser code. In this framework, all the key elements of WEB-pages and forms has acquired a completely new modern look, which significantly improves the user experience. Your interfaces will look professional…

Categories
PHP

11 Reasons Why PHP Laravel Framework Is The Best In 2019

Laravel’s magic helps in weaving a web application in a smoother and faster way. This article may make you rethink on your framework choices. It’s pretty sure, many of you will stick to Laravel after reassessing.   While choosing a framework for PHP development, it is very much necessary for you to know, what you…

Categories
PHP

PHP Tutorial to fetch data from MySQL database

Many of you asked that how can we retrieve or fetch data from MySQL database using PHP. Yeah we know it’s an easy job by you PHP expert, but just have a look at the standard method you will find something interesting in this PHP tutorial. Let’s just start with creating a sample database in…

Categories
JavaScript PHP

How to pass value of JS variable into PHP page or variable

A beginner-friendly PHP tutorial showing how to pass a JavaScript variable into a PHP page using a simple XMLHttpRequest and the $_REQUEST array.

Categories
PHP

How to Call and Create a Web Service using SOAP client

Web Services are developed to interact different platforms in a single synchronized working environment uses XML to code and to interpret data, and SOAP to transport. With Web services you will be able to ex-change data between different apps, web, database and various platforms. Now let us have a common database and we have requirement…

Categories
PHP

Responsive/Bootstrap PHP Login form with MySQL database

Build a responsive PHP login form with MySQL database connectivity using Bootstrap 3. Step-by-step code plus a free downloadable snippet included.

Categories
Coding PHP

Two simple way to Reset the Root Password – MySQL/wamp server

In MySQL, password can be change by various method. Here I am using two methods:- By using command line By using mysql command prompt If you have already a password, then the old password will be your password which is already set for user root. After the flush privileges it will automatically reload the updated…

Categories
PHP

Basic Registration form in PHP with MySQL database connectivity

Learn to build a basic PHP registration form with MySQL database connectivity. Follow simple step-by-step code to store user signups dynamically.