Help with suggestions

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
viseshu
Forum Newbie
Posts: 1
Joined: Tue Mar 10, 2009 6:16 am

Help with suggestions

Post by viseshu »

Hi all,
Iam new to this forum n PHP too. I'll have to build a new web application on a oracle database mounted on a unix server. My thoughts are to build it with HTML-Java-PHP-oracle calls to database. Can anyone suggest a good/better architecture for this? This web application would be a fetch and show results from the database to the users who access this website.
Please help me outin this.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Help with suggestions

Post by jaoudestudios »

Why Java? I would use html, php, sql and if required javascript (well actually jquery)
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: Help with suggestions

Post by php_east »

best to use an existing CMS framework and code extension to it.
you achieve the same thing, with loads of acccessories ready made.
due to the framework, they are quite easy to make.

take a look at joomla or drupal or word press. my advise is to try stay well away from its gravity by keeping more towards php, while at the same time benefit from the framework/architecture.
Post Reply