dpppic5186 2016-09-07 08:45
浏览 27

php中的用户名,电子邮件或电话号码登录系统

I want to build login system in PHP if user input username or email or phone number and password then user login successful

field username email and password in the wp_users table

and phone number is wp_metauser table if user enter phone number then match meta_key= phone_no and meta_value=674637388273

     field        value           comments                table
OR   email       =674637388273                            wp_users 
OR   username    =674637388273                            wp_users 
OR   meta_value  =674637388273   if phone no then         wp_metauser 
And  meta_value  = 'phone_no'     //is string             wp_metauser 
AND  Password    =********                                 wp_users 

I have a query but show error

 $query = "select * from  wp_users where ( user_login='$email' OR user_email = '$email' OR 'select * from  wp_usermeta where meta_key='phone_no' and meta_value='$email'') and user_pass='$password'";
  • 写回答

2条回答 默认 最新

  • donglun1020 2016-09-07 08:49
    关注

    Kindly see the example of inner join in w3school.com

    SELECT column_name(s)
    FROM table1
    JOIN table2
    ON table1.column_name=table2.column_name;
    
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b