»User: »Password:   Remember Me? 
Posted:  26 May 2006 04:33   Last Edited By: encoder
I'm just wondering, what is the relationship between these two programs?

You can create an HTML software using PHP but you can't do it the other way, making a PHP software using HTML. Could somebody explain this? For I might be wrong.
Posted:  26 May 2006 12:08
For what I know, PHP creates HTML for web page rendering. Period.

I believe it's because HTML is a downright straightforward simple language and only focuses on web page rendering and nothing else. For other tasks, there's Javascript, PHP and others but not much else for HTML alone.
Posted:  28 May 2006 11:46
Ok, thanks for the explanation! I guess HTML is not really a programming language if this is the case.