Skip to content

A User interface for Oracle databases using PHP and Xampp. It autogenerates forms and reports.

Notifications You must be signed in to change notification settings

Mansafreo/Oracle-Forms-using-Xampp-and-PHP

Repository files navigation

Oracle-Forms-using-Xampp-and-PHP

This Code is to help anyone who wants to create Forms for an oracle database using PHP The code here is specifically structured for Xampp but the main idea remains the same i.e Connecting PHP to an oracle database

Installation

  • Follow this Link and download all the files
  • Unzip the files
  • Install Xampp
  • Copy the instantClient folder to Xampp or any other place in your hard drive
  • Set a new path system variable which should point to the instant client
  • Copy the files inside the 'php_oci8-2.2.0-7.3-ts-vc15-x86' folder to the php/ext/ folder inside Xampp
  • Clone this respository using git clone or simply download these files
  • Put the contents of this repo inside the 'htdocs' folder in Xampp
  • Edit the php.ini file to uncomment the oci8_12 extension
  • start Xampp
  • Open Localhost and navigate to the path you put this repo

When in doubt, follow this tutorial after downloading the necessary files

Details

  • Once you are done with installation, just enter your database's login credentials
  • All the forms are auto-generated

About

A User interface for Oracle databases using PHP and Xampp. It autogenerates forms and reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published