• Quick note - the problem with Youtube videos not embedding on the forum appears to have been fixed, thanks to ZiprHead. If you do still see problems let me know.

PHP ~Question

Cleopatra

Philosopher
Joined
Mar 15, 2003
Messages
9,079
Hello everybody.

Is there a way to convert a word.doc to php in order to upload the texts to a web-site that uses php?Actually I am looking for an easy to use converter.

Thank you.
 
I'm not sure what you mean. PHP files are simple text files, no formatting. And they are code. PHP is a server-side scripting language (the code runs on the server, not on your computer).
 
php is for active stuff, which you can't write in Word. So what you want to convert it to is HTML (.htm or .html). Word can do that directly (if not very neatly); select file, save as web-page.

Hans
 

Back
Top Bottom