mooey1232003
Well-Known Member
I'm having trouble executing a sql script from PHP. I have the following code on the PHP site
The script works because i execute it in sql cmdline. In the cmdline i use
I just don't know what to put in the $SQLString on the site.
Code:
$SQLString = " Begin report_customer.sql ($CustNum)";
The script works because i execute it in sql cmdline. In the cmdline i use
Code:
START report_customer.sql 100
I just don't know what to put in the $SQLString on the site.