Hi,
I am new to PHP.
I have installed apache, PHP 5.2 and MySql.
Plz tell me How I run PHP programs??
Thanks & Regards,
Revathi
Make sure they are in your http doc root folder, and then load them into your browser.
Example:
http://localhost/first.php
Ya, it's in C:\Program Files\Apache Group\Apache2\htdocs.
if i run this URL http://localhost/test1.php,
the output was the program wat i typed.
Ya, it's in C:\Program Files\Apache Group\Apache2\htdocs.if i run this URL http://localhost/test1.php,the output was the program wat i typed.
Your apache isn't configured to parse php files. Either try http://www.expertsrt.com/tutorials/Matt/install-apache.html OR install Wamp or xxamp ! :) Wamp/xxamp is a bundled software with pre-configured apache/php and mysql !
I offer Xampp.
http://www.apachefriends.org/en/xampp.html
I am using. No need to configure anything. Just install the program.
I have installed Wampserver.
its working now.
Thanks
Your apache isn't configured to parse php files. Either try http://www.expertsrt.com/tutorials/Matt/install-apache.html OR install Wamp or xxamp ! :) Wamp/xxamp is a bundled software with pre-configured apache/php and mysql !
Thanks Jamshit
In wampserver, i got the error for database
phpMyAdmin - Error
Cannot load mysqli extension. Please check your PHP configuration. - Documentation.
pls help me.
In wampserver, i got the error for database
phpMyAdmin - Error
Cannot load mysqli extension. Please check your PHP configuration. - Documentation.
pls help me.
I found this and maybe it might be useful for you. http://www.webmasterworld.com/databases_sql_mysql/3561413.htm Btw, I have never encountered this problem !
In wapserver, phpmyadmin is working.
Thanks for spending time for me
Hi,
already, we have uploaded one website using javascript,JSP.
Now i want to change it to PHP.
Is it possible? If possible how to do??
Revathi S
hi
go to php configuration
and check for ;extension = php_mysqli.dll.
Remove ; and save the php configuration file.
then restart the apache server.
regards
nickyspace
Hi,
Thanks .
I want to change my site in JSP to PHP .
Is it possible????
You have to re-write your code. Or, you can search the internet for a software (if there is any) to convert jsp application to php.
go to c: / xampp/htdocs and save ur php files here....
then go to web browser and type http://localhost/urfile.php
Hi revathi,
1.U just create a php program in a text editor like notepad.
2.Save ur program in htdocs folder in apache2.2 with the extension '.php'.
3. For example if ur file name is ex.php, then type as "http://localhost/ex.php" in the address bar of your browser and press enter. u will find the output there!
Thanks
:)
Thanks Jamshit
You are welcome.
I want to run php basic programe . how can i do it ?
I m new in php.. I jst want to know hw to run program.. i hav installed XAMPP bt i dont knw wat to do further..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.