Need help with Dynamic Page
Need help with Dynamic Page
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- neverblink0
it is possible.. with a backend language like php..
simplified:if(!$_GET['SubType']){
// show header
}else{
// do ajax to load new data
}