How to read from Items in Warehouse table in PHP?

Results 1 to 3 of 3
  1. #1
    Member Kosik is offline
    MemberRank
    Oct 2007 Join Date
    92Posts

    How to read from Items in Warehouse table in PHP?

    Please, how to read in PHP from table Warehouse in column Items?
    I have
    Code:
    $query = mssql_query("SELECT Items FROM warehouse WHERE AccountID='acc'");
    but it writes:
    Code:
    ??˙�?‡O� €������??˙�?‡O� €������ ?
    Plz help...


  2. #2
    Account Upgraded | Title Enabled! magicswe is offline
    MemberRank
    May 2005 Join Date
    Sweden, GothenburgLocation
    1,247Posts

    Re: [Help]How to read from Items in Warehouse table in PHP?

    You have to convert the items from the "FFFF" codes to TXT. Then make it display the TXT.

    How to fix it.
    A) Code it yourself.
    B) Steal it, rewrite using a premade script. (suggestion: webshops)

  3. #3
    Member Kosik is offline
    MemberRank
    Oct 2007 Join Date
    92Posts

    Re: [Help]How to read from Items in Warehouse table in PHP?

    How to code it please?



Advertisement