I'm currently trying to test something out so I wrote this real quick but I'm having problems with getting it to work. My code is:
and in the address bar I'm putting inPHP Code:<?php
$campaign = $_GET['campaign'];
$name = $_GET['name'];
$rate = $_GET['rate'];
$sid = $_GET['sid'];
$status = $_GET['status'];
if ($sid == test)
echo $name;
?>
"http://www.money4shop.com/credit.php?campaign=xxx&name=True.com&rate=xxx&sid=test&status=xxx"
and I keep getting the error "Fatal error: Call to undefined function: array() in /home/gtdott14/public_html/credit.php on line 2"
I've tried using paranthesis and that didn't work either. I orginally thought it was parenthesis but then I looked online and it shows brackets.




Bookmarks