Our database project is about creating a web application where the user can add or edit information. My concern is How do I connect Oracle 11g with my PHP?
Note: Our teacher did not teach us about doing all of these. Our teacher wants us to learn by "self-discovery." Hope you can help.
Armando IIIArmando III
-
I don't get it: do you want to use Oracle or MySQL?user1822– user18222015年02月11日 11:45:19 +00:00Commented Feb 11, 2015 at 11:45
-
I think she said Oracle.Armando III– Armando III2015年02月11日 12:17:26 +00:00Commented Feb 11, 2015 at 12:17
-
So why did you install MySQL amd phpMyAdmin then? phpMyAdmin is only for MySQLuser1822– user18222015年02月11日 12:19:04 +00:00Commented Feb 11, 2015 at 12:19
-
I really don't know what I'm doing. :( I'm just following online tutorials. Do you have any idea what OCi8 is? (Not sure if its the right term) How do I connect oracle with my html? Thank you very much for responding @a_horse_with_no_nameArmando III– Armando III2015年02月11日 12:24:14 +00:00Commented Feb 11, 2015 at 12:24
-
"HTML" can not connect to anything. It's a static markup language. You will need PHP, JSP/Java (or something similar) if you want a web application that displays data from a database in the browser. That question is however far too broaduser1822– user18222015年02月11日 12:26:24 +00:00Commented Feb 11, 2015 at 12:26
1 Answer 1
Try the free underground PHP and Oracle manual http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
answered Feb 15, 2015 at 23:19
lang-sql