Results 1 to 2 of 2

Thread: Need help --> PHP Nuke

  1. #1
    Join Date
    Feb 2005
    Posts
    32

    Default Need help --> PHP Nuke

    I have an error on my page that says
    case "MySQL":
    $rows=mysql_num_rows($res);
    return $rows;
    break;;

    case "mSQL":
    $rows=msql_num_rows($res);
    return $rows;
    break;;


    the lines in red are the lines pointed out as error,..... anyone have a clue how to fix this?

  2. #2
    Join Date
    Mar 2005
    Posts
    34

    Default

    try to post thiz to phpnuke.org.. you'd probably find the answer

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •