How To Write with PHP
Posted by: wiltekg (---.subnet125-162-44.speedy.telkom.net.id)
Date: October 27, 2007 05:38AM

How to write this on PHP ?

<script type="text/javascript" language="javascript">
<!--
alert ("Hello world \n Writing PHP"winking smiley;
//-->
</script>


thanks for your help.

Options: ReplyQuote
Re: How To Write with PHP
Posted by: yfastud (---.mia.bellsouth.net)
Date: October 27, 2007 06:07PM

He he... he he... ;-)

You need to get some book to start up, buddy. Anyway, it should be like this:

<?php
echo "Hello World";
?>

Save this script as hello.php and also create a test_folder in C:/wamp/www/test_folder/hello.php, then access as follows:

[localhost]

It seems you're new to this wamp, so check my websites for other setups

Have fun,

[test.jlbn.net] (Sample Testing Codes for PHP, MySQL, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)

Options: ReplyQuote
Re: How To Write with PHP
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: October 27, 2007 10:26PM

you are a newbie, you should check out my wamp manual. also, check out my Web Development for Newbies blog. link to manual and blog are in my sig.


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote


Sorry, only registered users may post in this forum.