Posts
Showing posts from 2018
Display MySQL data using PHP in Browser
- Get link
- X
- Other Apps
Code for fetching data from MySQL database using PHP API in Browser :- ############################################################################ <!DOCTYPE html> <html> <head> <title> PHP-MySQL Tutorials </title> <!-- Here I'm using CSS Framework Bootstrap for Screen design. Below Code from <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> is for CDN link to get content from internet. --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <!-- Customized css --> <style type="text/css"> body {...