erorrs in mysql coding

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • godzilla
    replied
    thanks bro.

    it is working now.

    Leave a comment:


  • alesh
    replied
    Originally posted by godzilla View Post
    u mean this brother

    $prs = mysql_fetch_array(mysql_query("SELECT id FROM ibwf_users WHERE uid='5'"));
    yes ...!:D

    Leave a comment:


  • godzilla
    replied
    u mean this brother

    $prs = mysql_fetch_array(mysql_query("SELECT id FROM ibwf_users WHERE uid='5'"));

    Leave a comment:


  • Anshul
    replied
    where uid='5'
    remove " symbols

    Leave a comment:


  • godzilla
    started a topic erorrs in mysql coding

    erorrs in mysql coding

    i want to change uid='".$who."'")); into uid='".5."'"));

    i meant that i want to put user id after uid instead .$who.

    i tried to put but i got string error .



    i tried to change

    $prs = mysql_fetch_array(mysql_query("SELECT id FROM ibwf_users WHERE uid='".$who."'"));

    into

    $prs = mysql_fetch_array(mysql_query("SELECT id FROM ibwf_users WHERE uid='"5"'"));


    i dont want to use $who but i want to use a particular user id after uid.


    anybody please help me
Working...
X