Re: [ilugd] How to configure PHP

2009-12-01 Thread rakesh kumar
Thanks a lot to you all. Now i am able to work with php properly. Thanks again for your co-operation. reg rakesh On Mon, Nov 30, 2009 at 11:27 PM, narendra sisodiya narendra.sisod...@gmail.com wrote: On Mon, Nov 30, 2009 at 9:47 PM, rakesh kumar kumar3...@gmail.com wrote: Sir i know PHP but

Re: [ilugd] How to configure PHP

2009-11-30 Thread rakesh kumar
How did you run it? Did you open it in a browser as http://localhost/test.php If so, what error did it give? Actually i have tried this with other page, i have an already developed web page which runs properly and i didn't use http://localhost/test.php but rather i have tried this with my web

Re: [ilugd] How to configure PHP

2009-11-30 Thread rakesh kumar
Do i need to save all php scripts in /var/www/html folder? On Mon, Nov 30, 2009 at 9:06 PM, rakesh kumar kumar3...@gmail.com wrote: How did you run it? Did you open it in a browser as http://localhost/test.php If so, what error did it give? Actually i have tried this with other page, i

Re: [ilugd] How to configure PHP

2009-11-30 Thread narendra sisodiya
On Mon, Nov 30, 2009 at 9:07 PM, rakesh kumar kumar3...@gmail.com wrote: Do i need to save all php scripts in /var/www/html folder? Yes... I suggest to have some training first. OR atleast get some decent php learning book. ___ ilugd mailinglist --

Re: [ilugd] How to configure PHP

2009-11-30 Thread rakesh kumar
Sir i know PHP but didn't work on linux. I have been working on php only on windows. I have books also but i never saw this thing that if i want to run php scripts i should be saved in any specified folder. I know it is a server side script but didn't have experienced it too much. Please tell me

Re: [ilugd] How to configure PHP

2009-11-30 Thread Roshan Singh
On Mon, Nov 30, 2009 at 9:47 PM, rakesh kumar kumar3...@gmail.com wrote: Sir i know PHP but didn't work on linux. I have been working on php only on windows. I have books also but i never saw this thing that if i want to run php scripts i should be saved in any specified folder. I know it is a

Re: [ilugd] How to configure PHP

2009-11-30 Thread narendra sisodiya
On Mon, Nov 30, 2009 at 9:47 PM, rakesh kumar kumar3...@gmail.com wrote: Sir i know PHP but didn't work on linux. I have been working on php only on windows. I have books also but i never saw this thing that if i want to run php scripts i should be saved in any specified folder. I know it is a

Re: [ilugd] How to configure PHP

2009-11-29 Thread rakesh kumar
Hi My problems are not getting resolved please tell me where i made the mistake: first i tried #yum install httpd* -y then #yum install mysql* -y and then #yum install php* -y through which i have all packages of apache mysql and php but when i tried to check the php by writing html ?php

Re: [ilugd] How to configure PHP

2009-11-29 Thread Kartik Singhal
On Thu, Nov 26, 2009 at 9:50 AM, Kartik Singhal kartiksing...@gmail.comwrote: 5. You can keep your php scripts in /var/www to execute them. I think you skipped this very-important step. -- Kartik BTech CSE Student, NIT Calicut http://www.techglider.com Ogden Nash

Re: [ilugd] How to configure PHP

2009-11-29 Thread Mehul Ved
On Sun, Nov 29, 2009 at 4:52 PM, rakesh kumar kumar3...@gmail.com wrote: then saved it as test.php and gave it the executable permissions also but it didn't run. How did you run it? Did you open it in a browser as http://localhost/test.php If so, what error did it give?

Re: [ilugd] How to configure PHP

2009-11-29 Thread Roshan Singh
Check this out http://fedoraunity.org/solved/server-solutions/lamp-stack , it has all the steps and do try out the phpinfo() script. And place all your php files in /var/www/html, this is where apache looks for files in fedora. -- Roshan Kumar Singh http://roshansingh.wordpress.com

Re: [ilugd] How to configure PHP

2009-11-27 Thread rakesh kumar
Hi Kartik, Thanks for your reply and yes you are right i am using fedora 9. I have installed apache on fedora already and i can see a welcome message on http://localhost but the package that i got for mysql was mysql.5.4.xx.tar.gz but when i tried to install it, it showed a

Re: [ilugd] How to configure PHP

2009-11-27 Thread Roshan Singh
On Fri, Nov 27, 2009 at 3:31 PM, rakesh kumar kumar3...@gmail.com wrote: Hi Kartik, Thanks for your reply and yes you are right i am using fedora 9. I have installed apache on fedora already and i can see a welcome message on http://localhost but the package that i got for

[ilugd] How to configure PHP

2009-11-25 Thread rakesh kumar
Hi all, I was trying to do some programming in PHP and after writing program i changed the permissions also but it didn't work. Actually i am very new in PHP and never worked on it in LINUX. While i was searching on google i got some stuffs also that i would need to install

Re: [ilugd] How to configure PHP

2009-11-25 Thread tuxdna
On Wed, Nov 25, 2009 at 10:53 PM, rakesh kumar kumar3...@gmail.com wrote: Hi all,          I was trying to do some programming in PHP and after writing program i changed the permissions also but it didn't work. Actually i am May you explain what exactly you mean by it didn't work, by providing

Re: [ilugd] How to configure PHP

2009-11-25 Thread Kartik Singhal
Hi Rakesh, On Wed, Nov 25, 2009 at 10:53 PM, rakesh kumar kumar3...@gmail.com wrote: i would need to install apache_x.x.xx.tar.gz package from apache.org. As PHP is a server-side scripting language, what you need is a server software installed on your system. Apache is the best option

[ilugd] how to configure

2006-06-13 Thread Varun Mittal
how can I configure ppp on fedora 5 -- Varun Mittal [EMAIL PROTECTED] ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi

Re: [ilugd] how to configure

2006-06-13 Thread Sudev Barar
On 13/06/06, Varun Mittal [EMAIL PROTECTED] wrote: how can I configure ppp on fedora 5 Varun, Generally LUG would help out if you inform what all you have done and where you are getting struck. If you expect ready made answers instead of simple google then you are in for disappointment. Having

Re: [ilugd] how to configure

2006-06-13 Thread Silver MoonDragon
On Tuesday 13 Jun 2006 2:54 am, Varun Mittal [EMAIL PROTECTED] cobbled together some glyphs to say: how can I configure ppp on fedora 5 I would suggest you to use wvdial for ppp. To configure it, follow the following steps: 1) Open a terminal. 2) Become root by running 'su -' 3) Type

[ilugd] how to configure sify under debian n agnula

2005-04-30 Thread azaan namaz
Hi everyone... Please help me configure my sify connection under debian and agnula. Vivek (Khurana) please send me the steps asap for agnula and also tell me how to configure k3b in agnula. i burnt a cd with a wave file yesterday, which for some strange reason refuses to play under xmms. thanx!

Re: [ilugd] how to configure sify under debian n agnula

2005-04-30 Thread vivek khurana
Dear azaan namaz, read this http://catb.org/%7Eesr/faqs/smart-questions.html How difficult is it to send a personal mail to me or make a phone call? This is a public mailing list not some platform for personal communication. regards VK --- azaan namaz [EMAIL PROTECTED] wrote: Hi

Re: [ilugd] how to configure sify under debian n agnula

2005-04-30 Thread Ankit Malik
Sify has a BB client for Linux... You can probably get it @ 202.144.34.45:8080 http://202.144.34.45:8080 Install it and run it as root # sifyconnect -l On 5/1/05, vivek khurana [EMAIL PROTECTED] wrote: Dear azaan namaz, read this http://catb.org/%7Eesr/faqs/smart-questions.html How

[ilugd] how to configure internet connection on red hat

2004-07-17 Thread asharda
hi sir i am new to linux . i have instaled RED HAT linux on my system and i also have a internet connection but i am not able to open any web site os give an error masg that site is not found. and i also want to run mp3 songs ,films(like in windows) by using red hat. pls

Re: [ilugd] how to configure internet connection on red hat

2004-07-17 Thread ananda rao
sharda first you have say if you have an external modem or internal modem. if you have internal modem then it might not work on redhat. but any external modem will be detected if it is switched on when the machine boots. then it will say new hardware found and will give choices whether to