Hello Sir, I am wanted to ask one question. I see a website that is in php and javascript mix. I am wanted to copy the original source of those php and javascript files. How can I copy the original site code. Is there any tool or any method to get the code. Thank you very much.
You can't copy the PHP since it's renderedo on the server and the client just receives de rendered code, not the PHP one. About JS, you can see it since it's rendered by the client.