Thanks for the response....I have checked the ini file and the variable is On, but still getting same error...
Here is the code in full:
<?
set_magic_quotes_runtime(0);
#
# This is a simple attempt to prevent the download of just
# any file on our server
#
if ( eregi("\.svg$"...
Thanks for the help...
I have now set the code to......
'#
# This is a simple attempt to prevent the download of just
# any file on our server
#
if ( eregi("\.svg$", $_GET[file] )) {
#
# It's an SVG file so get the file's size
#
$size = filesize($_GET[file])...
Sorry......the js looks like this
'
this.url = url;
var params = [
"file="+this.file,
"start="+start,
"length="+length
];
getURL(this.url + "?" + params.join("&"), this);'
and the php like this.....
'#
# This is a...
Hi,
As a new user of PHP, I have hit a problem. I am trting to call a PHP from my .js file. Using the getURL statement, I am passing 3 params to the .php but the .php is ignoring them. Is there something I am missing, possibly in the set-up.
TIA,
Gary
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.