do you want a hex editor to edit a php file with or how to code a hex editor in php?![]()
is there a way I can make a page to edit a file which I can read with a hex editor?
do you want a hex editor to edit a php file with or how to code a hex editor in php?![]()
how to code a hex editor in php?
read the conntents in an variable or array and then use
bin2hex or dechex![]()
There are 3 kinds of people: the ones who can count and the others who cannot
okay, if I have the file in the same directory as the script.
the filename is zplayers.att
how do I call it and then to read it
$fp = fopen("zplayers.att","rb");
then you use fread to read some bytes out of the file and use
bin2hex
There are 3 kinds of people: the ones who can count and the others who cannot
Now that I call the file, how do I read it.
can anyone help me?
Bookmarks