PDA

View Full Version : Use on asp site?


neil349752
05-26-2009, 06:57 AM
Is it possible to use for a asp website? I know it is a php module but I can run php on the windows server that some of my websites are on. I am using data assist and irite at the moment to build a simple cms of my own and so knowing how it al fits together so far as I can see.. the interface of power cms is php but then updates are written to the database so there should be no reason why the asp pages cannot include the content from the database using asp commands.. or have I got the wrong end of the stick?

I am going to migrate to php in fact for new websites but I am reluctant to convert older ones as there can be seo issues in changing file types.

Neil

Ray Borduin
05-26-2009, 11:19 AM
You would have to write the query to get the data from the mySQL database and return the correct results, since the samples are in php, but you are correct that you could run the php admin for the database and display it on an asp site with relatively little work.