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 biv343 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. blinkbob123

    Browser or PHP for XML Parse

    Hi, sorry to bring this up but I'd also like to know. Cheers
  2. blinkbob123

    XML with PHP

    Hi, i've just started learning xml. I've been using php (output in html) with a mysql database for years but thought i'd find out what the big deal was with xml. I read the xml tutorial over at w3schools.com but there's a couple things I can't understand. Say I wish to do a search from the...
  3. blinkbob123

    Magic Quotes Problem

    Hi cheers, I want to make sure my script works on a server which has magic quotes enable or disabled. Will the following work fine if I use the function fixslashes on any variables which will be used in a mysql insert statement. Cheers $test = fixslashes($_POST['test']) function...
  4. blinkbob123

    Magic Quotes Problem

    Hi, I wish to use magic quotes but it has been disabled on my server. I'm not too great with arrays but tried putting: code:------------------------------------------------------$global = @array(0 => $_GET, 1 => $_POST, 2 => $_ENV, 3=> $_COOKIE, 4=> $_SESSION, 5 => $_SERVER, 6 => $_FILES)...

Part and Inventory Search

Back
Top