232showtime Posted April 3, 2017 Posted April 3, 2017 Please anyone knows where to download php language? ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
TheDcoder Posted April 3, 2017 Posted April 3, 2017 DuckDuckGo much? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
232showtime Posted April 4, 2017 Author Posted April 4, 2017 hi @TheDcoder I already did a research before posting, but its showing me a lot of installer for php, could you guide me which one is better. ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
Moderators JLogan3o13 Posted April 4, 2017 Moderators Posted April 4, 2017 @232showtime What you have in post #3 would have been much more helpful in your initial post, rather than just a vague "where do I download the language?". I would have responded just the same as TheDcoder given your OP. Perhaps consider giving more information in the future so others aren't offering suggestions which you have already tried 232showtime 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
TheDcoder Posted April 4, 2017 Posted April 4, 2017 (edited) @232showtime You can find the windows builds for PHP here (make sure that you get a zip and not a Debug Pack). I would recommend using Thread Safe download with your computer's architecture and your preferred version of PHP, If I were to download PHP I would download PHP 7.1 x64 Thread Safe. PHP 5.x is the older version and most of the PHP apps you would find online are written with PHP 5.x in mind. PHP 7.x is the latest and faster version with a slightly different syntax. If you are looking to run a web server rather than requiring only PHP, then you can try the XAMPP stack. It is a webserver software bundle with a nice control panel, just install and run the web server . It comes with Apache (the HTTP server), PHP (addon for Apache which processes PHP scripts), Maria DB (database server, drop-in replacement for MySQL, but better) and some other software like FileZilla FTP server . Edited April 4, 2017 by TheDcoder 232showtime 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
232showtime Posted April 6, 2017 Author Posted April 6, 2017 @JLogan3o13 ill do it next time @TheDcoder Noted down, Thanks.. ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now