PHP and database code on Pages
-
I am in the process of migrating my whole website to WordPress. I was able to succesfully convert all my 7k+ Movable Type posts.
Now I am struggling with some other pages (not posts). There is a particular page I have that first shows a selects box, the user than selects something in the drop down box and clicks ok, the page is then reloaded, and a PHP script gets what the user selected (method=’post’), makes a connection to a database, selects data accordingly and shows to the user.
How can I migrate that to WordPress?
edit: I have the php code working already, but I was unable to make it work inside a wordpress page, the database connections get screwed and making the form reload the same page is not working either!
Thanks
The topic ‘PHP and database code on Pages’ is closed to new replies.