jeudi 14 juillet 2016

Insert into database \t \n

Write arbitrary data to the database you can be achieved by simple conversion:

PHP Code:

//Save example:
new tmpInput[256], tmpOutput[256 2];
format(tmpInput,sizeof tmpInput,"sdnajnda\n\tćłśą ..."); StringToHexString(tmpInput,tmpOutput); //tmpOutput = "73646E616A6E64615C6E5C74E6B39CB9202E2E2E" - save this

//Load example:

new tmp_data[256], tmp_hexdata[256 2]; tmp_hexdata "73646E616A6E64615C6E5C74E6B39CB9202E2E2E"; HexStringToString(tmp_hexdata,tmp_data);
//tmp_data = "sdnajnda\n\tćłśą ..." 
Output data StringToHexString is two times greater than the input data.

Include:
ADM.inc

This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting.



Insert into database \t \n

Aucun commentaire:

Enregistrer un commentaire