Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 14th, 2003, 01:13 AM
kinetik kinetik is offline
PHP n00b
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 7 kinetik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Apache + PHP + Win2k

I currently use HTML and a little bit of ASP on Win2K Server with IIS running. I am learning basic PHP at the moment and it all runs fine. I still need to be able to use IIS/ASP but I understand that PHP/MySQL is much more powerful.

I will be making up a Linux box with apache in the near future.

When I get to the stage that I need to use MySQL for databases do I need to install Apache, MySQL, and PHP extensions for Apache??

Basically what I'm trying to say is : How can I learn PHP/MySQL until my Linux box is up and running?

My options are

1. Use Win2K/IIS and PHP together (get to know the basics, then convert across to Linux/Apache)

2. Forget it till I have Linux/Apache running

3. Try and get Apache runing on IIS


I would appreciate any feedback about how to go about this

Reply With Quote
  #2  
Old May 14th, 2003, 01:28 AM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Quote:
Try and get Apache runing on IIS
Apache is a server like IIS, not an OS. You can get Apache, PHP, and MySQL working on Windows quite simply; Perl is more work. If it's short term, you don't to spend any time and don't mind using crap, you can use foxserv. Otherwise, download from http://httpd.apache.org, www.mysql.com, and www.php.net. Read the PHP/Apache/Windows instructions carefully.

Reply With Quote
  #3  
Old May 14th, 2003, 01:47 AM
kinetik kinetik is offline
PHP n00b
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 7 kinetik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks

thanks man

as for the future, I will be wanting to develop in ASP and PHP.

I am currently working on a monster case mod with 2 complete systems in one. would it be advisable to have both networked to browse the PHP/apache pages from win2K box and vice-versa??

Reply With Quote
  #4  
Old May 14th, 2003, 04:31 AM
twigletmac's Avatar
twigletmac twigletmac is offline
codegirl
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2002
Location: Essex, UK
Posts: 77 twigletmac User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 9 sec
Reputation Power: 7
You can also have PHP run on IIS and there is a Windows version of MySQL too...

Mac
__________________
easier is relative

Reply With Quote
  #5  
Old May 14th, 2003, 07:38 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Quote:
as for the future, I will be wanting to develop in ASP and PHP.
Then you'll need to buy this or you're stuck with Windows.

Reply With Quote
  #6  
Old May 21st, 2003, 04:39 AM
fengshui-123 fengshui-123 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 1 fengshui-123 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I am using Win XP, already installed IIS, php and mysql, everything seem to work properly through localhost testing. I also like to try out Apache with php, mysql and even JSP, can I install Apache without uninstall IIS? Do I need to reinstall php and mysql? Can I switch between IIS and Apache, how?

Reply With Quote
  #7  
Old May 21st, 2003, 04:57 AM
a.koepke's Avatar
a.koepke a.koepke is offline
Second highest poster :p
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Jul 2001
Posts: 7,323 a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 8 h 13 m 55 sec
Reputation Power: 27
Quote:
Originally posted by mttatkns
Then you'll need to buy this or you're stuck with Windows.


mttatkns: what are you going on about. Chillisoft ASP is for running ASP on non-IIS servers. He is running IIS and doesnt need that.

kinetik: as has been already said, MySQL is available for windows. You said you have IIS setup with PHP. Just install MySQL and configure it correctly and you can start using it from PHP right away. Or from ASP too. MySQL is a database system, it is not a module or anything like that. As long as the language has some way of connecting to it you can use it.
__________________
- Andreas Koepke

Koepke Photography


Reply With Quote
  #8  
Old May 21st, 2003, 01:15 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Quote:
mttatkns: what are you going on about. Chillisoft ASP is for running ASP on non-IIS servers. He is running IIS and doesnt need that.
He said he was using IIS but wanted to move to Linux servers

Reply With Quote
  #9  
Old May 21st, 2003, 11:05 PM
a.koepke's Avatar
a.koepke a.koepke is offline
Second highest poster :p
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Jul 2001
Posts: 7,323 a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 8 h 13 m 55 sec
Reputation Power: 27
Quote:
Originally posted by mttatkns
He said he was using IIS but wanted to move to Linux servers


Quote:
1. Use Win2K/IIS and PHP together (get to know the basics, then convert across to Linux/Apache)


I read that as using PHP under Apache... but anyhow Chillisoft isnt that great. I used to program only in ASP and Chillisoft ASP only supported about half the commands and functions

Reply With Quote
  #10  
Old May 23rd, 2003, 06:06 AM
StealthElephant's Avatar
StealthElephant StealthElephant is offline
Shes dancing (obviously)
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2002
Location: the far side
Posts: 526 StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 14 m 22 sec
Reputation Power: 8
Quote:
Originally posted by fengshui-123
I am using Win XP, already installed IIS, php and mysql, everything seem to work properly through localhost testing. I also like to try out Apache with php, mysql and even JSP, can I install Apache without uninstall IIS? Do I need to reinstall php and mysql? Can I switch between IIS and Apache, how?

u can have them installed at the same time, but one of them will be bound to port 80. when u install apache, u should set it so that u can get to it thro 8080
i.e. http://localhost:8080
running it as a normal user sets this automatically
__________________

microsofts butterfly is their way off telling u their systems have a **** load of buggs
Advocating Linux Guide
Lesbian Linux
Great & Practical Computer Books

like the links?

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Apache + PHP + Win2k


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT