I'm trying to port an application from WinREXX to PHP. What is the PHP
equivalent of the x2c() (hexadecimal to character) and c2x() (character to
hexadecimal) functions?
Is this hexdec() and dechex() functions? Or hex2bin()?
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsub
I'm using IIS 5.0 on Windows 2000. I installed PHP 4.1.1 configured to be a
CGI interpreter.
I'm trying to require a file located on another W2K computer on our LAN with
this code:
require 'computername\\sharename\\functions.php';
However, when I try to execute this PHP script, I get this e
2 matches
Mail list logo