Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

hathyan

@hathyan
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • My php and Msql problems
    H hathyan

    I solved my problem As i write, it's a stupid one :$ I replace this

    $userid2 = $result2['id'];

    by this one

    $userid2 = $result2['userid'];

    thanks anyway !! :rose:

    Linux, Apache, MySQL, PHP help php database mysql

  • My php and Msql problems
    H hathyan

    Hi I just have that stupid problem and hoping that you can help me on it. I try to take specific value (user ID for selected user name) from my database to deal with it. but it's seems that nothing happen ! :confused: the code is:

    $query2 = MYSQL_QUERY("SELECT userid FROM users WHERE username LIKE '" . $username . "'") ;

            while ($result2 = MYSQL\_FETCH\_ARRAY($query2)) {
            $found2 = '1'; $userid2 = $result2\['id'\]; }
    

    echo $userid2;

    Linux, Apache, MySQL, PHP help php database mysql
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups