Jump to content

NickTyson

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

NickTyson's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php include_once('banner.php'); ?> or, if you want to require it to be there <?php require_once('banner.php'); ?>
  2. Hey guys, I'm about to pull out my hair (Welcome to PHP!). I am trying to automate my users registration for my website that automaticaly gives them a ts account. Its not working. Im getting two errors on the echo. Any help? Thanks include("tsac.class.php"); $ts=new tsac(); $connect = $ts->connect("74.208.79.235",51234,"removed","removed"); $create = $ts->adduser('8000',"test","bleh",'0'); if($create) { }else{ echo "Error"; } if($create) { }else{ echo "Error"; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.