FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP Coding
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP Coding [message #174590 is a reply to message #174585] Mon, 20 June 2011 18:46 Go to previous message
Jeff North is currently offline  Jeff North
Messages: 58
Registered: November 2010
Karma:
Member
On Mon, 20 Jun 2011 09:55:29 -0700 (PDT), in comp.lang.php Elicode
<invincibleminds(at)yahoo(dot)com>
<e3831897-9b65-4440-9577-2ac22d353dc3(at)e35g2000yqc(dot)googlegroups(dot)com>
wrote:

> | I run a personal home computer which is Windows 7 Home premium-64-bit
> | processor. I am not sure if I have any server pre-installed already
> | but I want to start writing PHP codes for the first time(Learning it)
> | then test them using my browsers. Do I need to do anything a part from
> | installing an IDE and a text editor? Please help me with this.
> | I use Microsoft's powerful WebMatrix text editor and I have Visual
> | Studio IDE as well.
> |
> | Thank you in advance.

Having a quick look at MS site it appears that PHP is already
installed as it is part of WebMatrix.
"From ASP.NET to PHP, IIS 7.0 provides a powerful and flexible Web
server..."
Create a new file in WebMatrix with the extension of php i.e.
test1.php and enter the following:
<?php
echo "Hello World";
?>
Save the file and then run it. You should see a web page with the text
Hello World on it. If you don't then it might be a WebMatrix
configuration problem.

WebMatrix uses the SQL Server for its database so any tutorials that
you find you will need to convert the mySQL statements to the of SQL
Server PDO statements.

Stepping outside of this editor is another matter all together as Win7
Home doesn't come with IIS. It maybe part of WebMatrix and maybe
loaded and removed when you start/shutdown WebMatrix. You will need to
check your OS configuration for this information.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Stats comp.lang.php (last 7 days)
Next Topic: Compiling PHP error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 23:39:32 GMT 2024

Total time taken to generate the page: 0.04684 seconds