So i have a php file called address.php which contains code to validate the users address . On this page i require_once a file called left_navigation.php which i used to render my left tool bar . .
Now after editing the address when the user clicks the confirm button i want to reload the left_navigation.php file as my left tool bar contents should change ..
I am new to php so what is the best way to do this ? i.e twice include a php file
If you want to reload only the left side you need to read Ajax first. Here is a Beginners Guide to start with. you can’t partially update a part of a web page with out Ajax.