Processing PHP file from Form in Viewtopic

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
radyk
Registered User
Posts: 1
Joined: Fri Nov 06, 2015 6:24 pm

Processing PHP file from Form in Viewtopic

Post by radyk »

New to phpbb but I want to process a php file from say viewtopic_body.html by modifying viewtopic_body.html with a form on the page. Seems like a simple exercise where a user clicks the form, the form calls process_me.php and then control is passed back to the html page - in this case viewtopic_body.html

Seems as though I can execute the php but control stays with my php coded page and doesn't return to viewtopic_body.html What is a way to do this?

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: Processing PHP file from Form in Viewtopic

Post by RMcGirr83 »

This is the wrong forum to be discussing this. You need to post your topic within phpBB.com itself within the correct forum.

This forum is for development discussion of the software itself, not with assisting you with your private needs.
Do not hire Christian Bullock he won't finish the job and will keep your money

Post Reply