English 中文(简体)
利用PHP中的AQ(as)
原标题:Making use of SQL Alias (as) in PHP

Im利用以下询问从数据库中提取记录:

$query = "SELECT password, salt,  jobseeker  as type
FROM ip_jobseekers
WHERE ipJ_username =  $username 
UNION
SELECT password, salt,  company  as type
FROM ip_companies
WHERE ipC_username =  $username ;";

$result = mysql_query($query);

//No Such User
if (mysql_num_rows($result) < 1) {
    header( Location: login.php?login=fail ); exit;}

召开新的会议:

//login successful
else {$_SESSION[ user ] = $username;}

我想将用户类别列入本届会议,以便我能够具体说明哪些内容被删除给用户。 可否利用“公司”和“求职者”部分来做这项工作? 我曾多次尝试这样做,但我没有成功。

任何帮助都将受到高度赞赏。

Thanks. Kai.

问题回答

在“正规”和田间之间绝对不存在差别。 你们也可以使用后者。

在您的询问中发现任何错误,你可以提出如下问题:

$result = mysql_query($query) or trigger_error(mysql_error()." ".$query);

用于检测,请在生产环境中转至海关错误网页。

我的个人建议是使用《发展权利宣言》。 利用面向目标的方案,以更快地管理你的法典,并拥有标准结构。

首先,你重新使用<条码>mysql_的一套功能,这些功能非常危险,你应当从《航空行动计划》中转过你的代码。

其次,如果NOT要提出这样的问题,因为你的申请将发展到各地的这个陈词典中(在“EVERYWHERE”的意见中,你或许应该使用某种类别/目标系统,由你在座标上。

并且,你应当知道。 条款(我感觉到与轮学校有可怕的联系,但现在我可以发现所有学校。)





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签