wordpress and the $_GET method -


i have updated plain html website music festival wordpress. fine , beautifulllllll(!), except 1 thing. people apply courses supposed pay deposit, , when should receive confirmation email includes url future payment of rest of course fee. old site, used have like:

http://www.mysite.com/coursefee.php?amount=10&refno=1234&name=john

the coursefee.php file used $_get method create form lead payment service (with right amount paid, correct reference number, aso). problem if use same configuration in wordpress.... well, things don't work. wordpress uses url parameters query parameters , don't know how go around issue.

any ideas?

thanks!!!!!

did check path coursefee.php files in wordpress root directory ?

this php file not part of wordpress core, if have standard .htaccess file, should access directly without initializing wordpress.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -