Ok imma Noob so what my dream is to build a functional PHP site ;D Ill do it one day!!!
Heres My PHP Code....
$sql = "SELECT `content` FROM `system` WHERE tag = sitename LIMIT 1 ";
SQL:
id = 1,
tag =
id | tag: | content:
1 | sitename | Fame
Can any one help?
Heres My PHP Code....
$sql = "SELECT `content` FROM `system` WHERE tag = sitename LIMIT 1 ";
SQL:
id = 1,
tag =
sitename
content = Fameid | tag: | content:
1 | sitename | Fame
How Can I Get The Text Fame out with PHP?? Thats All i want D:Can any one help?