New to php and need some help
Posted: Tue May 02, 2006 11:51 am
hawleyjr | Please use
or
I would have expected the "This is a Test" to show up on the document. But it does not and I have no idea what to look for on why this would happen.
Can anyone help me in trying to understand why this does not work.
Thanks
Mike
hawleyjr | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hello, I am new to php and I am just doing some basic testing to get my feet wet and it seems I am having som troble already.
If I do this in a html documentCode: Select all
<SCRIPT LANGUAGE='PHP'> echo '<p> This is a Test </p>' ; </SCRIPT>Code: Select all
<?php
echo '<p> This is a Test </p>' ;
?>Can anyone help me in trying to understand why this does not work.
Thanks
Mike
hawleyjr | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[quote="[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1"][b]2.[/b] Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.[/quote]