Page 1 of 2
Help to learn php
Posted: Sat Jan 16, 2010 1:27 pm
by Nipuna
?? php ???????? ????? ????? ???????.
?? ? ??? ?????? ????? ???? ???????? ??????
Re: ????????? ??????
Posted: Sun Jan 17, 2010 12:45 am
by Neo
??? ?????
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).
??? ??? ????!!!
Re: ????????? ??????
Posted: Sun Jan 17, 2010 11:35 am
by Nipuna
??? ????????
Re: Help to learn php
Posted: Tue Aug 17, 2010 6:01 pm
by Nipuna
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
Re: Help to learn php
Posted: Tue Aug 17, 2010 7:52 pm
by Neo
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
If that works, then php works fine with XAMPP.
Re: Help to learn php
Posted: Tue Aug 17, 2010 8:28 pm
by Nipuna
Not yet but the hardest subjects are over.
Thank I will try then tell you.
Re: Help to learn php
Posted: Wed Aug 18, 2010 8:53 am
by Nipuna
Xammp and Mercury are starting when windows starts up. I want to stop them and start they when i want. Please help
Thanks
Re: Help to learn php
Posted: Wed Aug 18, 2010 10:02 am
by Rksk
How about this
http://www.easyphp.org/
[ Post made via Mobile Device ] 
Re: Help to learn php
Posted: Wed Aug 18, 2010 10:48 am
by Neo
- Go into the root xampp folder and and run xampp-control.exe
- 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.
- 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.
- You can make a shortcut of xampp-control.exe on your desktop and start services whenever you want

- Xampp.png (9.85 KiB) Viewed 11043 times
Personally I do not run XAMPP, I use WAMP which is easily configurable than any other Apache/MySQL/PHP bundle on Windows.
Re: Help to learn php
Posted: Wed Aug 18, 2010 10:52 am
by Neo
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....