This topic is locked

Help with where syntax please

8/4/2007 4:13:47 PM
PHPRunner General questions
C
chaz author
global $conn;

$strSQLExists = "select * from characters where acct=".$_SESSION["_characters_OwnerID"];


would that work?

E
evert0n 8/5/2007


global $conn;

$strSQLExists = "select * from characters where acct=".$_SESSION["_characters_OwnerID"];


would that work?


Can you explain it?