Xamp

This is a discussion on "Xamp" within the PHP Forum section. This forum, and the thread "Xamp are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 5th, 2007, 11:41
Stormraven's Avatar
SuperMember

SuperMember
Join Date: Feb 2006
Location: $_home
Age: 19
Posts: 81
Thanks: 3
Thanked 0 Times in 0 Posts
Xamp

I was talking to alex geek the other day (awsome guy), because i was interested in PHP and want to learn, he told me to download xamp so i could test codes offline, but i just can't figure out how to use the damn thing, i would ask alex but he doesnt use it, he just reccommended it to me, so i was wondering if any on here uses Xamp could you get hold of me by PM please? because i am so interested in php, would like to make my own hosting website

I'm not sure if this is the right place to post, if it isn't im very sorry
Reply With Quote

  #2 (permalink)  
Old Oct 5th, 2007, 14:53
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: Xamp

try the FAQ's of the official site

Sorry never used it either
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #3 (permalink)  
Old Oct 5th, 2007, 15:53
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,650
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Xamp

XAMPP is great! I use it for testing everything before uploading.
Reply With Quote
  #4 (permalink)  
Old Oct 5th, 2007, 16:10
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Xamp

Feel free to post questions. I use xampp the whole time.
Reply With Quote
  #5 (permalink)  
Old Oct 5th, 2007, 19:33
Stormraven's Avatar
SuperMember

SuperMember
Join Date: Feb 2006
Location: $_home
Age: 19
Posts: 81
Thanks: 3
Thanked 0 Times in 0 Posts
Re: Xamp

Feel free to post questions? i have about a billiion of them, where do i put the codes and how do i test them is one
Reply With Quote
  #6 (permalink)  
Old Oct 5th, 2007, 20:01
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,650
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Xamp

You put the files with the .php/.html in the 'htdocs' folder. Eg... In the htdocs folder i create another folder called 'test'. In the browser i would put in //localhost/test.

Hope that makes sense!
Reply With Quote
  #7 (permalink)  
Old Oct 5th, 2007, 20:03
Stormraven's Avatar
SuperMember

SuperMember
Join Date: Feb 2006
Location: $_home
Age: 19
Posts: 81
Thanks: 3
Thanked 0 Times in 0 Posts
Re: Xamp

Thing is ive search on google but found nothing, im not really looking for an FAQ, im looking for what each option does. there are so many options, and there isnt really a manual with it so im really stuck.

Stormraven
Reply With Quote
  #8 (permalink)  
Old Oct 5th, 2007, 20:12
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Xamp

ok, once you have extracted xampp to a drive root (C:/ or D./) then open the xampp folder and start the xampp-control.exe. Click the START button to the right of xampp. You'll see that once the php server has been started, the button text changes to STOP. That is how you start and stop the apache server.

In the xampp directory is a "htdocs" folder. Put any .php files in that folder or sub-folders. Now open a browser and enter http://localhost/ to access your server. If you have a file stored in xampp/htdocs/test/test.php then you can access it in your browser under http://localhost/test/test.php.

Hope that makes some sense.... Keep the questions coming!
Reply With Quote
  #9 (permalink)  
Old Oct 5th, 2007, 20:16
Stormraven's Avatar
SuperMember

SuperMember
Join Date: Feb 2006
Location: $_home
Age: 19
Posts: 81
Thanks: 3
Thanked 0 Times in 0 Posts
Re: Xamp

OMG thank you for that, that is exactly what i wanted.

Thing is, there are for little start buttons? Filezilla? something like that, but one of the four when i click on start, it wont start, .

I have installed the program onto the desktop because it told me not to do do it in program files.
Reply With Quote
  #10 (permalink)  
Old Oct 5th, 2007, 20:19
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,650
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Xamp

I normally just start apache and MySql.
Reply With Quote
  #11 (permalink)  
Old Oct 5th, 2007, 20:22
Stormraven's Avatar
SuperMember

SuperMember
Join Date: Feb 2006
Location: $_home
Age: 19
Posts: 81
Thanks: 3
Thanked 0 Times in 0 Posts
Re: Xamp

Is that all that needs to be working at the time? If so, what do the other ones do?
Reply With Quote
  #12 (permalink)  
Old Oct 5th, 2007, 20:58
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,650
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Xamp

Yes, I dont really know what the others do but Apache and MySql seems to work fine for me.
Reply With Quote
  #13 (permalink)  
Old Oct 6th, 2007, 11:02
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Xamp

I also only ever start Apache and MySql. The Filezilla module start a ftp server for localhost so that you can ftp files to your localhost (not necessary unless you're accessing the server from some other computer). I'm not sure what other modules you have, but if you don't know what they're for or what they do, you can leave them off...
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 05:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43