Hi All!
While this is not a huge problem, it is a recurring one so I thought I would
see if someone else has a nice generic way of handling this situation. I
often set up database tables with a PHP4 interface to handle insertions.
It is always set up on a CGI basis, wherein a form blasts variab
Hi!
I enter some .wav encoded (windows) data into a MySql table as follows:
$data = addslashes(fread(fopen($form_data, "r"),
filesize($form_data)));
$result=MYSQL_QUERY("INSERT INTO
b(audio,filename,filesize,filetype,audio_description) ".
"VALUES
('$data','$form_data_name','$