Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GBrigden

    URL Variables and Windows XP

    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(&quot;\.svg$&quot...
  2. GBrigden

    URL Variables and Windows XP

    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(&quot;\.svg$&quot;, $_GET[file] )) { # # It's an SVG file so get the file's size # $size = filesize($_GET[file])...
  3. GBrigden

    URL Variables and Windows XP

    Sorry......the js looks like this ' this.url = url; var params = [ &quot;file=&quot;+this.file, &quot;start=&quot;+start, &quot;length=&quot;+length ]; getURL(this.url + &quot;?&quot; + params.join(&quot;&&quot;), this);' and the php like this..... '# # This is a...
  4. GBrigden

    URL Variables and Windows XP

    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

Part and Inventory Search

Back
Top