hey every1, ok well I have this script, well its one big fucntion really, I didnt write it and I dont fully understand it. The problem I have is this function outputs its resluts by
The variable $data is around 50 or so sql insert querys, how can I execute that string on the same page? I dont know if I have explained it very well, but its the best I can do for the mo.
Kind Regards
Ciaran Mc Cann
| Code: |
|
$data = my_function($arugment); return $data; |
The variable $data is around 50 or so sql insert querys, how can I execute that string on the same page? I dont know if I have explained it very well, but its the best I can do for the mo.
Kind Regards
Ciaran Mc Cann
