|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
convert php to html
Iv searched the web for tools that can convert php to html but can't find any. Does anyone know of any or can convert this php script to html for me. any help is very appreciated. Here is the script
http://home.comcast.net/~mikeboogie/PHP_Script.txt |
|
#2
|
|||
|
|||
|
you cant.
php is on the fly. html is static php outputs html, xhtml or xml (commonly, but can output anything) ae you se it to do btw: http://home.comcast.net/~mikeboogie/PHP_Script.txt is a virtual directory script Last edited by m3rajk : October 17th, 2004 at 11:21 AM. Reason: adding info on script |
|
#3
|
|||
|
|||
|
Yeah I knew this script is a virtual directory script. The reason why I want it is because comcast don't support indexing and that's what I want some type of script for indexing. Do you or anyone know of a html virtual directory script?
|
|
#4
|
|||
|
|||
|
is your directory static? or dynamic?
let me say this once more HTML IS STATIC. IT DOES NOT CHANGE. IT WILL NOT CHANGE UNLESS YOU GO IN AND MODIFY IT. ok. maybe you get it now. you need php, asp, jsp, or ssi in order tomake something on the fly. therfore there is not html script and never will be. i feel like i'm talking to a brick wall. i stated that in my first response. if comcast will not put php or anything else on your space, then make your own server and run your own server. get a host aliasing account at a place like http://www.dyndns.org/ and run your own. when you ip changes just update it on your account. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||||
|
||||||
|
Quote:
Quote:
Quote:
Quote:
i simply decided that you ignored what i said, because your response is idicitive of that. if you're serious about getting into this, i suggest you start with learning xhtml, then go to php. and take a formal course. things like w3c schools are good for references, but really nothing else. |
|
#7
|
|||
|
|||
|
Static PhP......
Quote:
One thing I sometimes do is this: I run the script (i.e. view the Php outputted HTML and then use my browser to view the source. I then save the view-source result as a HTML page. I sort of use Php to generate static pages. Dumb? Not always..... Greetings, Harm |
|
#8
|
|||
|
|||
|
something makes me think that they dont allow php. nor asp.
comcast does not give much of anything on their server for your homepage. consider getting a perl script that will take the titles of the items and output a file that reads something like Code:
<br /><a href="file_name.extension">file_name.extension</a> <br /><a href="next_file_name.extension">next_file_name.extension</a> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > convert php to html |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|