Home >Backend Development >PHP Tutorial >Using PHP and ACCESS to write a chat room (9)_PHP tutorial

Using PHP and ACCESS to write a chat room (9)_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:31:24899browse

enterrm.php(as the current mainstream development language)3
The code is as follows:
(as the current mainstream development language)
$ConnID=@odbc_connect("jtfcht","admin","");
                                                                                                                                                                                   WHERE UserID=".$id);
                                                                                                     $sRefRate=(int)$ rArr[3];
if ($sRefRate<2) $sRefRate=2;
if (($rArr[0]==$ps) && ($rArr[1]>=(time() -1800))){
                                                                                                                                                                                                                             🎜>                                                                                                                 WHERE RoomID=".$sNewRoomID);
                                                 If ((strlen(trim($rArr[0]))==0) | | ($rArr[0]==$sPass)){
                                                                             UserID=".$id );



http://www.bkjia.com/PHPjc/509096.html

www.bkjia.com

true

TechArticleenterrm.php (as the current mainstream development language) 3 The code is as follows: ?php (as the current mainstream development language) Development language) ConnID=@odbc_connect("jtfcht","admin",""); if (ConnID) result=@odbc_exec(Con...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn