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...
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...
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)...
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.