View Single Post
  #2   (View Single Post)  
Old 13th June 2009
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by bsdnewbie999 View Post
What should I install in order to start php programming in oopenbsd?
What compiler to use?
You do not need compiler for PHP. PHP is a scripting language which gets interpreted by HTTP server. You need to install PHP Apache module and start Apache sever in order to see how your code would look like on the web.

Just to program in PHP you need an editor. There are two good editors in the base nvi and mg editor.
Reply With Quote