PHP Man Posted August 1, 2006 Share Posted August 1, 2006 Hi all!I'm new to php and i have few questions about it. 1. what kind of programs do you use to write php script and if notepad would work okay?2. and do you need to have your own server to see a simple result such as:<?php echo="this"?>or is there any other way of getting it to work?thnx for visiting the post. :) Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/ Share on other sites More sharing options...
hostfreak Posted August 1, 2006 Share Posted August 1, 2006 1. Notepad will work just fine, it's what I use. Though if you like wysiwyg editors, use dreamweaver (imo). There is also Zend Studio.2. No, just install apache and php on your computer. There are install packages out there that include apache, php and mysql, just don't remember where. Hopefully someone that knows where they are at can post the link.Oh, by the way, if your using the echo statement it works like this:<?phpecho "test or whatever";?> ;) Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67057 Share on other sites More sharing options...
PHP Man Posted August 1, 2006 Author Share Posted August 1, 2006 thnx for the help but how would i go about installing php on my computer? Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67062 Share on other sites More sharing options...
foreverhex Posted August 1, 2006 Share Posted August 1, 2006 I would try http://www.php.net/downloads.php Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67064 Share on other sites More sharing options...
hostfreak Posted August 1, 2006 Share Posted August 1, 2006 Check this link out: http://www.php-mysql-tutorial.com/install-apache-php-mysql.phpIt will guide you through the installation of everything you need. Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67065 Share on other sites More sharing options...
wildteen88 Posted August 1, 2006 Share Posted August 1, 2006 You can download a package called WAMP, just search it in google, or XAMPP. Both the samething but different packages. However if you to do a manual install I would recommend to download Apache2.0.5x (msi package) from httpd.apache.org and PHP5.1.x (zipped package) from php.net use the guide posted above by hostfreak to see how to install these. Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67066 Share on other sites More sharing options...
PHP Man Posted August 1, 2006 Author Share Posted August 1, 2006 thnx very much for all of ur help ;D Quote Link to comment https://forums.phpfreaks.com/topic/16212-simple-question/#findComment-67178 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.