Jump to content

Alternative to PHP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
LukeyJ

LukeyJ

    Learning Programmer

  • Members
  • PipPipPip
  • 93 posts
Hi guys.

I've used PHP for quite a while on and off but never really touched the object oriented side of it.

After learning Java, C++ and loving the clean syntax's they provide, I've gone back to PHP and attempted to learn OOP.

The problem is, the syntax to me looks ugly. I can't stand the look of it.

Is there a good alternative to PHP in terms of web-scripting that is widely supported, available on free hosting, easy as the Wamp setup and provides good OO support.

Is Java an option, if not, what would you guys suggest?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You have several other choices. Perl, Ruby, and ASP are the three that are most popular.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Java does have a server version. You can also use C++ to code CGI based pages. ASP.NET is another option.

I'm not sure what your options will be as far as free/cheap hosting, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
I have a hosting account. Amazing deal, less than $2 a month! Hostpear.com - A Fresh Taste In Every Byte

#5
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
Perl, Ruby, C++ as CGI, Python, etc. There are many choices.