[PHP] Re: Storing binary data within a php script.

2004-12-19 Thread Jamie
Thanks Jed, Im just trying your method. If i have any problems ill reply to this post Jamie Jed Smith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] This is done in a few examples using base64_encode() and base64_decode(). A particular OpenGL example I can recall encoded a small

[PHP] Re: Storing binary data within a php script.

2004-12-18 Thread Jed Smith
This is done in a few examples using base64_encode() and base64_decode(). A particular OpenGL example I can recall encoded a small (~20k) DLL directly into the PHP source that relied upon it, then unpacked it at runtime. Ah, there it is: ** snip ** if ( is_file( SimpleWndProc.dll ) ?