Change class module problem
// | Select Quest from Character where Name ='nick' | of full 2nd quest & 3rd quest character & copy full result 0x...
// Quest number 2 code
$corecc['q2c'] = '0x';
// Quest number 3 code
$corecc['q3c'] = '0x';
i don't know where should i get those codes...
can someone help?
Re: Change class module problem
Quote:
$getquest=mssql_query("declare @it varbinary(50); set @it=(select [Quest] from [Character] where [Name]='"nick"'); print @it");
$principal=mssql_get_last_message();
Later with strstr function can delete '0x' and must owe understand the codes on Quest
Re: Change class module problem
fixed...
just deleted the x0 :P thanks!
// | Select Quest from Character where Name ='nick' | of full 2nd quest & 3rd quest character & copy full result 0x...
// Quest number 2 code
$corecc['q2c'] = ' ';
// Quest number 3 code
$corecc['q3c'] = ' ';