You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor
Insert into MySQL from PL/SQL. I know, sounds weird.
Hi,
I have this particular scenario:
I am developing a website in PHP/MySQL.
I need to to http_request some data and insert into respective fields in tables.
The only way I know for that is using PL/SQL. But I want the final data to be in my MySQL database.
>I need to to http_request some data and insert into respective fields in tables.
What kind of data are you talking about? Built in Global variables? Can you use the $globals key word to extract the variables you want and use them in the table and write to mysql DB?