Website using PHP code how can I fire it off in a html page?

Smith

New member
I have a PHP script that inserts information into an Oracle database table. The PHP script contains the connection details (username & password). How can I hide the script so the connection details cannot be found but still fire it off when I need to?
 
Are you running it in a web server? Does the server have PHP? If you don't have a development server on your computer, you'll need one to work with PHP

If you don't have a server set up, go to this page:
http://www.apachefriends.org/en/xampp.html

And download the right one for your operating system.
 
Back
Top