Author Topic: Format Change?  (Read 4689 times)

0 Members and 1 Guest are viewing this topic.

Offline dekiscool

  • User
  • ***
  • Posts: 60
    • View Profile
Format Change?
« on: June 13, 2012, 03:50:55 am »
Is there a way to change the export files from HTML to PHP??

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Format Change?
« Reply #1 on: June 13, 2012, 06:05:07 am »
PHP is a scripting language. I know little about such things, but I believe it would be used on a web server to, for example, read a PVD database directly and generate web pages dynamically. I don't know what you mean or hope to achieve by changing the 'format' from HTML to PHP.

Offline koliniol

  • Member
  • *
  • Posts: 24
    • View Profile
    • Digital movie Database
Re: Format Change?
« Reply #2 on: June 13, 2012, 05:20:16 pm »
I suppose you mean that you wanna build a website using PHP and  mysql Database.
I assume that you already have web space available.
You can easily do that using the template below:
http://www.videodb.info/forum_en/index.php/topic,1029.0.html.
Here is my site using a slightly modified template : http://ekoliniol.com/digitalmovies/

Offline dekiscool

  • User
  • ***
  • Posts: 60
    • View Profile
Re: Format Change?
« Reply #3 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...