Page 1 of 1
What is efficient, Oracle or MySQL in PHP? Help !
Posted: Tue Dec 28, 2010 8:34 am
by phazorRise
I'm a newbie. I have some plans about desiging an application in PHP. So I want to know the best Database for PHP.
Re: What is efficient, Oracle or MySQL in PHP? Help !
Posted: Tue Dec 28, 2010 9:22 am
by mikosiko
efficient in term of what?
both DB's provide good API's to connect/work from PHP... maybe you should clarify what are you looking for
Re: What is efficient, Oracle or MySQL in PHP? Help !
Posted: Tue Dec 28, 2010 11:09 am
by phazorRise
I want a BD that can provide ability to store large amount of data in a single field with ease of access.
I'm familier with LOB in Oracle. I tried to use it in my small project in ASP. But I faced some difficulties.
And I don't know much about MySQL.