Jump to content

jlong32

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About jlong32

  • Birthday 10/07/1985

Profile Information

  • Gender
    Male
  • Location
    Lexington

jlong32's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. where would i put the - character in the following code in order to make it left justified? printf("%30s ","School");
  2. I am getting information from a database (non-local) and bringing it into a string.  I now want to print the entire string in column form.  I keep receiving the error message Parse error: parse error, unexpected T_STRING in /home/httpd/vhosts/khsaa.org/subdomains/admin/httpdocs/jerrod/index.php on line 12 this is the code I am using:  $coaches=mysql_fetch_array(mysql_query("SELECT KHSAA_Schools.* FROM KHSAA_Schools where member=\"T\""));   $coachlist=mysql_query("SELECT bacoach FROM KHSAA_Schools WHERE member=\"T\" and ba=\"T\"); (line 12 of my code) -> while($coaches=mysql_fetch_array($coachlist));       echo vprintf("Coach: %s",($coaches[bacoach]));   print mysql_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.