web development langauges
web development langauges
Out of context: Reply #28
- Started
- Last post
- 28 Responses
- kinetic0
rade > hehe, not exactly, you need to setup database connections and querys and all that jazz, then in the query have something like
$query = select * from tablename order by $var
and in your link in the php file
page.php?var=nameso the query would read, select * from tablename order by name