Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

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...
Posted by: koliniol
« 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/
Posted by: rick.ca
« 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.
Posted by: dekiscool
« on: June 13, 2012, 03:50:55 am »

Is there a way to change the export files from HTML to PHP??