i want to run a site that runs in a remote server to my server (apache).I extracted the database and took all the php files,but of course it doesnt run.It does not show an error in any line,it just shows the php code between html.I can see that it starts showing php from this line of code:
Code: Select all
if ($thecandidate->get("id") == 0)As this is the first time i am doing something like this i dont know where to start looking for the problem!Was the whole procedure of copy/paste the files wrong?Any other suggestions? Thanks in advance!