Προς το περιεχόμενο

PHP + MS Sql erwthsh


Επισκέπτης

Προτεινόμενες αναρτήσεις

Δημοσ.

Hello guys

 

Ok here is my question:

 

First of all I want to take a binary row from my ms sql so I query like this:

 

$test = mssql_query("SELECT binaryfield FROM somewhere WHERE ....");

then fetch the query: $row = mssql_fetch_row($test);

 

So now I have the the binary field that I wanted ($row[0]). Then I convert bin to hex: strtoupper(bin2hex($row[0])).

 

let's say that the $row[0] is like: ACD0E3BB34567EE23D11BEAAB9CD002

 

and I want to check if A78E43???AC exists into the $row[0]. The ??? means that I don't care about those 3 characters...

 

How can I check that?

 

To egrapsa sta agglika :P

 

Thanks gia to xrono sas

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...