I'm trying to make a interactive page and made a function to query a string from my database.
code:
title_query($id)
however, I want to add it to my database. like this:
code:
Database -----> title_query($id)
<-----
------> Output on the website
It's kinda hard to explain
, I hope someone understands me and can help me...
I just want to be abled to type in my database: title_query(3) and the ouput on the website should be the result of the title_query(3)