Re: How to open a PHP success page in MIVA
html is just text like you get when you type a letter, it is not a program. When html is sent to a browser, the browser uses the html to format the web page. PHP is a programming language. It too is text, but it has to be processed by a PHP interpreter which understands and executes the php language commands, for example: echo. php is amazingly powerful and has a multitude of features that are built into it (I even ran into a function that can give the time of sunrise in some location at a future date). The php echo command is used to send html formatted text to a browser, where the browser then formats the web page using the html. Html & php are two very different animals. Hope this help distinguish between the two. I would think that someone on this forum could help with this since we are talking about modifying your Miva script code. Not sure you'll find much help on the Google. Regards, Larry
html is just text like you get when you type a letter, it is not a program. When html is sent to a browser, the browser uses the html to format the web page. PHP is a programming language. It too is text, but it has to be processed by a PHP interpreter which understands and executes the php language commands, for example: echo. php is amazingly powerful and has a multitude of features that are built into it (I even ran into a function that can give the time of sunrise in some location at a future date). The php echo command is used to send html formatted text to a browser, where the browser then formats the web page using the html. Html & php are two very different animals. Hope this help distinguish between the two. I would think that someone on this forum could help with this since we are talking about modifying your Miva script code. Not sure you'll find much help on the Google. Regards, Larry
Comment