Page 1 of 1

I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 00:34
by ebermed
I am runnig Xamp 1.7.1 I do not have a PHP module visible in contol panel. Do I have PHP in this version if not how do I get that module?

If you have not guessed I am new to XAMP and PHP I installed Xamp last week as part of an online course on MySql. So be gentle in replies if I seem dense It's only because I am

Thnks,

MIKE E

Re: I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 00:44
by Altrea
XAMPP is a full package of the components Apache, MySQL, PHP, Perl.
So, PHP support is already included.

Re: I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 01:40
by ebermed
I do not mean to be niave but how do I get the php module to appear in the control panel? I found all the fiels for PHP and everything else by using the explore button in the control panel.

Thanks
Mike

Re: I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 05:28
by Altrea
php is active by default.
to be clearer, php is just an extension in your Apache. There is no start button in your control panel, because it's not needed.
If you start your Apache, he will be able to route your php files through the php interpreter.

Just copy your php files into your htdocs folder (or a subfolder of it), open your browser and type in the url.

e.g. if you have a test.php file is in your Folder c:/xampp/htdocs/, the url will be http://localhost/test.php.

Re: I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 06:12
by ebermed
Thank you that is what I wanted to know
I do see anywhere on this forum to mark questions as anqwered but thanks again

Re: I need PHP modlue XAMP ver 1.7.1

PostPosted: 14. April 2010 06:39
by Altrea
you're welcome.
If you want to mark your thread as solved, just edit the topic of your very first post :D