Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys!

I need your help in my project on database for which i use oracle for back-end and PHP for front-end.
please suggest me what type of database software i start.
& please help me for the resources could help me on it
Thanks in advance :suss:
Posted

Well, the software you need is obviously php and Oracle. IF you're at the point of asking a question like this, I would hope that you're writing somethign for fun, and not that anyone will use it. No-one writes a well designed, secure database application their first time.

This forum is a good resource for asking specific questions, and there's tons of articles to be found with a google search for you to read up on the basics before you start.
 
Share this answer
 
passcheck wrote:
please suggest me what type of database software i start


Do you mean what alternative database there are? Because I thought you had already chosen Oracle. In which case this makes you question redundant and pointless.

Anyway, there are plenty of alternatives such as: MySQL[^] (which is typically used in conjuction with PHP), SQL Server[^] and many, many more, but those are the main ones.

passcheck wrote:
please help me for the resources could help me on it


I assume you know how to set up the PHP and Oracle servers. If you don't then Google[^] is a good resource definitely worth investigating.

To connect from PHP to Oracle, use the OCI8 functions, documentation found here[^]. Other database classes (for different databases) can be found here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900