Now I have a problem, I want to be able to show the output of a php file on an html page. Now I always thought it was impossible to send proccessed php to an html document.
Now I see many people use free scripts to go on there html pages. for example here is sum code that bravenet uses to put on your site:
Now there they use sum JS code but have it pointing to a .php page. So does that mean you can process php on another website and then display it on a html page? Now I do a lot of php coding but what ever I tired I couldnt not get any information to be displayed on the html page using this method.
Is there some special code I need to put in my php file? If some one could point me in the right direction to where I could find out, or even tell me, I would be very greatful.