PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old October 17th, 2004, 07:23 AM
MikeBoogie MikeBoogie is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 3 MikeBoogie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 sec
Reputation Power: 0
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

Reply With Quote
  #2  
Old October 17th, 2004, 11:19 AM
m3rajk m3rajk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 24 m3rajk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #3  
Old October 17th, 2004, 12:05 PM
MikeBoogie MikeBoogie is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 3 MikeBoogie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 sec
Reputation Power: 0
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?

Reply With Quote
  #4  
Old October 17th, 2004, 12:22 PM
m3rajk m3rajk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 24 m3rajk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #5  
Old October 17th, 2004, 02:07 PM
MikeBoogie MikeBoogie is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 3 MikeBoogie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 sec
Reputation Power: 0
Quote:
Originally Posted by m3rajk
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.
I'm not experienced in html or php scripting so you need to chill out.. I only asked so i know

Reply With Quote
  #6  
Old October 17th, 2004, 02:26 PM
m3rajk m3rajk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 24 m3rajk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by MikeBoogie
I'm not experienced in html or php scripting so you need to chill out.. I only asked so i know
let's go back to my original post so you will understand why i bolded and enlarged that:
Quote:
Originally Posted by m3rajk
you cant.
php is on the fly. html is static
php outputs html, xhtml or xml (commonly, but can output anything) as you set it to do



btw: http://home.comcast.net/~mikeboogie/PHP_Script.txt

is a virtual directory script
let me highlight the first part.
Quote:
Originally Posted by m3rajk
you cant.
php is on the fly. html is static
php outputs html, xhtml or xml (commonly, but can output anything)
as you set it to do
now let's look at your response.
Quote:
Originally Posted by mikeboogie
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?
do we see any reason why i felt you completely ignored what i told you initally?
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.

Reply With Quote
  #7  
Old October 19th, 2004, 05:33 AM
WesterWorld WesterWorld is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: The Netherlands
Posts: 2 WesterWorld User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Static PhP......

Quote:
Originally Posted by MikeBoogie
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

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

Reply With Quote
  #8  
Old October 19th, 2004, 09:06 AM
m3rajk m3rajk is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 24 m3rajk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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>
then you just need to make the begining and end of the html page

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > convert php to html


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT