Help to learn php

???????? ?????
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Help to learn php

Post by Nipuna » Sat Jan 16, 2010 1:27 pm

?? php ???????? ????? ????? ???????.

?? ? ??? ?????? ????? ???? ???????? ??????
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: ????????? ??????

Post by Neo » Sun Jan 17, 2010 12:45 am

??? ????? Simple PHP Tutorial

??? ??? ????? ????? PHP 5 Tutorial

PHP ?????? ?????? Server Side Programming ???.

Web ?????? ???? ?????? ????????? ??? HTML(XHTML), JavaScript, php/mysql ?? Graphics(Photoshop) ??????? ???? ????.

ROBOT.LK ?? https://robot.lk/viewforum.php?f=41 ?????? ?? ???? ????? ??.

?? Online tutorials ??? ?????????? ???? ?????. ??? ??? ?????? ????? ????? ?????. ???? Website ???? ?????. ???? WAMP Server ??????????? ????.

???? ?????? ??? ?????? ???????? ???????. (???????? ?? ???? ??? ????? ???).
Expographics (Petta and Pelawatta(Battaramulla)) ??? ??? ????? ???? ??. Tel: 2787141
??? ??? ????? Programming PHP, Second Edition (By Rasmus Lerdorf, Kevin Tatroe, Peter MacIntyre).

??? ??? ????!!!
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: ????????? ??????

Post by Nipuna » Sun Jan 17, 2010 11:35 am

??? ????????
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: Help to learn php

Post by Nipuna » Tue Aug 17, 2010 6:01 pm

I've Download and install Xampp now i am using Joomla with it. My problem is how to use PHP with xammp i know php is in xampp.

Thanks
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Help to learn php

Post by Neo » Tue Aug 17, 2010 7:52 pm

Hello dear... Is the exam over ?
Secondly, yes, XAMPP is an integrated distribution with PHP.
Find the web root folder inside the installation (Should be something like www).
That is where you need to place your php files and accessed through localhost.

Write following code in a file, name it as info.php, place it inside www root and call it using your browser as http://localhost/info.php

Code: Select all

<?php
     phpinfo();
?>
If that works, then php works fine with XAMPP.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: Help to learn php

Post by Nipuna » Tue Aug 17, 2010 8:28 pm

Not yet but the hardest subjects are over.

Thank I will try then tell you.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: Help to learn php

Post by Nipuna » Wed Aug 18, 2010 8:53 am

Xammp and Mercury are starting when windows starts up. I want to stop them and start they when i want. Please help

Thanks
User avatar
Rksk
Major
Major
Posts: 730
Joined: Thu Jan 07, 2010 4:19 pm
Location: Rathnapura, Sri Lanka

Re: Help to learn php

Post by Rksk » Wed Aug 18, 2010 10:02 am

How about this http://www.easyphp.org/

[ Post made via Mobile Device ] Image
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Help to learn php

Post by Neo » Wed Aug 18, 2010 10:48 am

  1. Go into the root xampp folder and and run xampp-control.exe
  2. Before doing anything, ensure that nothing is automatically set to run as a service, you'll need to check in two places. First, make sure the "svc" check boxes are unchecked next to each xampp component item. Second, click the Settings... button in the Control Panel, and make sure that no boxes are check in the Settings area. Click OK to return to the main Control Panel view.
  3. To turn Apache and MySQL on/off, simply click the respective start/stop buttons for each component. The buttons will change state depending on the status of the component. Figure 2 shows the Control Panel with both Apache and MySQL running.
  4. You can make a shortcut of xampp-control.exe on your desktop and start services whenever you want
Xampp.png
Xampp.png (9.85 KiB) Viewed 8492 times
Personally I do not run XAMPP, I use WAMP which is easily configurable than any other Apache/MySQL/PHP bundle on Windows.
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Help to learn php

Post by Neo » Wed Aug 18, 2010 10:52 am

Rksk Ekanayaka wrote:How about this http://www.easyphp.org/

[ Post made via Mobile Device ] Image
This bundle also seems quite interesting. However it's not the bundle that matters a lot. It is the need of starting php coding as soon as possible. So concentrate on learning how to code php, html/css, sql, etc....
Post Reply

Return to “???????? ?????”