I am new for PHP language
I dont know how to run PHP files on out machine
so please anyone tell me
how to do it
thanks
anantwaykar 0 Newbie Poster
Recommended Answers
Jump to PostYou may run PHP scripts as console applications, which is much simpler then installing full blown server on your computer.
I hate to disagree, but XAMPP (which will install Apache web server, MySQL, pHp) may be easier in the long run.
Jump to PostI haven't got experience with WAMP, but if its similar to XAMPP, you should have a htdocs subdirectory under the main WAMP directory. If you place your files in here, you should be able to access them via: http://localhost/myfile.php. Setting up a number of local websites - search for …
Jump to Postwell i can access like that... it completly runs as
http://localhost/myfile.php not a problem. but i guess my scripts have problem..and debugger for this php scripts available........
Get Notepad++ text editor (free download) or you can get an IDE like AlmostBob mentions or 'Aptana' (also free).
If you've …
All 9 Replies
tier1 0 Newbie Poster

diafol
rahul8590 71 Posting Whiz
emarshah 0 Junior Poster in Training
almostbob 866 Retired: passive income ROCKS
rahul8590 71 Posting Whiz

diafol
rahul8590 71 Posting Whiz

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.