Welcome to WebmasterWorld Guest from 107.23.176.162
- title
- artis
- link
- $title
- $artist
- $link
echo $title; echo $artist; echo $link;
$id = "The code which is able to pull the ID from the database ";
echo $id;
$query = "SELECT id FROM table WHERE id=1";
$title ="The code which is able to pull the ID from the database";
echo $title;
$query = "SELECT id FROM table WHERE id=3";