PHP frontend question.

Out of context: Reply #6

  • Started
  • Last post
  • 16 Responses
  • fusionpixel0

    make your edits here:

    if ($number < 1) {
    print "<CENTER><P>There Were No Results for Your Search</CENTER>";
    }
    else {
    while ($number > $i) {
    $thename = mysql_result($result,$i,"name");
    $theemail = mysql_result($result,$i,"email...
    print "<p><strong>Name:</strong> $thename<br><strong>E-Mail:</strong>
    $theemail</p>";
    $i++;
    }
    }

    google sometimes speaks the language better than other humans, due to the lack of understanding of the scope of the whole project but google sometimes can "read" your mind ;)

View thread