i am getting this error but i think there is no error.
any one look at this

$affiliateForm = array(
      "username"=>array("User Name","text",""),
      "password"=>array("Password","password",""),
      "site"=>array("Your Web Site","text","http://"),
      "email"=>array("Your Email","text","yourname@yoursite.com"),
      "akey"=>array("","hidden",""),
      "ptype"=>array("Payment Method","select","check|paypal"),
      "pemail"=>array("Paypal Email","text",""),
      "address"=>array("Your Address","textarea","")
  );

i am getting Parse error: parse error, unexpected '=', expecting ')' on this line. where is the problem?

=>

should be

=>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.