Hi,
i created every thing(databases,tables,files) , but how i can make this option ?
view_article.php?ar=5
ar = articletext from article table
the ar will call the article id and will type the article text
thanks
Something like this ?
$id = $_GET['ar']; $query = "SELECT * FROM table WHERE id='$id' ";