Manipulating a MySQL database.
How exactly would this be done? Here's my guess:
open(FILEHANDLE, "|/my/sql/path"); #Is there a typical MySQL path?
#SQL commands go here. (I'd also like to know how'd they'd look).
close(FILEHANDLE);
Can you guys fill in the blanks?
Orpheus posted this at 08:17 — 20th August 2000.
They have: 568 posts
Joined: Nov 1999
Your way off....
Go to hotscripts.com and read some of the docs there.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.