Επισκέπτης Δημοσ. 9 Δεκεμβρίου 2004 Δημοσ. 9 Δεκεμβρίου 2004 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 Thanks gia to xrono sas
mkst Δημοσ. 9 Δεκεμβρίου 2004 Δημοσ. 9 Δεκεμβρίου 2004 Αυτό εδω θελεις: http://gr.php.net/manual/el/function.strpos.php
Προτεινόμενες αναρτήσεις
Αρχειοθετημένο
Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.