This is the first time I am stumped when it comes to coding stuff.
How do I create a page where a user clicks on a button, tab, link whatever and only that thing updates...
For example, go to newegg.com and click on any product. There are three tabs overview, details and feedback how does that update without reloading the entire page?
Amazon is another example, you click on "is this review helpful to you? Yes or No" and only that updates.
Is it javascript based? Ajax requests?
I even looked at the code and I still do not clearly understand the basic concept. Can it be replicated with PHP?
How do I create a page where a user clicks on a button, tab, link whatever and only that thing updates...
For example, go to newegg.com and click on any product. There are three tabs overview, details and feedback how does that update without reloading the entire page?
Amazon is another example, you click on "is this review helpful to you? Yes or No" and only that updates.
Is it javascript based? Ajax requests?
I even looked at the code and I still do not clearly understand the basic concept. Can it be replicated with PHP?