Search found 3 matches

by bdean
Mon Nov 27, 2006 7:04 am
Forum: PHP - Code
Topic: outputting a hex file
Replies: 5
Views: 479

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi Thanks...
by bdean
Mon Nov 27, 2006 2:17 am
Forum: PHP - Code
Topic: outputting a hex file
Replies: 5
Views: 479

Thanks for the reply. No, it's not that. I have the hex values but when I output the file the hex editor doesn't think it's a hex file just a text file so I must need to do something with the format of the file or how I output but for the life of me can't work it out.
by bdean
Sun Nov 26, 2006 1:37 pm
Forum: PHP - Code
Topic: outputting a hex file
Replies: 5
Views: 479

outputting a hex file

Hi I wonder if anyone can help me. I have a MySQL table that contains a series of hex colour codes and I need to output them to a file. This I can do ok but I need the file to be in a hex format so that when a hex editor opens it reads it correctly. At the moment all I seem to do is create it as a t...