Using PHP’s putenv() function to set environment variables and connecting to an Oracle database
Yay, my first real technical blog post! I’ve been trying to tackle this issue for a while. I’ve been making a connection to an Oracle database using PHP, but I’d have to modify the environment variables to tell PHP where to find the Oracle installation and the tnsnames.ora file. To do this, I would use [...]
