Posted by: dekiscool
« on: June 14, 2012, 07:52:25 am »Basically...the search engine I was working with on my site only recognized PHP files. But I was able to find a program that did batch file extension changing. So I exported the normal way to html and then ran the html files through the program and it changed them to php. And I just changed a piece of coding in the Webpages(IndexMovies) where the code says "<a href="movie{%value=mid}.html"...I changed it to "<a href="http://mysiteaddress/movie{%value=mid}.php". So it has worked out...