PHP/SQL compare two table ID and view the name -


i making script our online game site, want compare result table tabl , view id name.

enter image description here

from i've show last characteridx

now problem part, comparing 2 tables

enter image description here

problm solved! alot!

try this:

$sql = 'select * '.$db_gam.'.dbo.cabal_character_table characteridx = '.$saint_owner; echo "sql= ", $sql; $query = mssql_query($sql); 

this output sql command, can check if sql output , send database correct , expect be.

however, think error in fact using mssql_ , mysql_ next eachother:

make this:

$query = mssql_query('select * '.$db_gam.'.dbo.cabal_character_table characteridx = '.$saint_owner); 

to start.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -