When I used to write ISAPI DLLs, I could create a web app XYZ.DLL and
call it like this:
(real example http://www.craznar.com/cgi-bin/cz.dll/freestuff )
Is there any way to achieve this with PHP ?
e.g.
Such that I would have something like:
$_GET['path'] = '/option1/suboption2'
$_GET['x'] = 4;
Can I do this:
or do I explicitly have to
--
Spam:newsgroup( at)craznar.com@ verisign-sux-klj.com
EMail:<01100011 001011100110001 001110101011100 10011010110
110010101000000 011000110111001 001100001011110 10011011100
110000101110010 001011100110001 101101111011011 0100100000>
call it like this:
(real example http://www.craznar.com/cgi-bin/cz.dll/freestuff )
Is there any way to achieve this with PHP ?
e.g.
Such that I would have something like:
$_GET['path'] = '/option1/suboption2'
$_GET['x'] = 4;
Can I do this:
or do I explicitly have to
--
Spam:newsgroup( at)craznar.com@ verisign-sux-klj.com
EMail:<01100011 001011100110001 001110101011100 10011010110
110010101000000 011000110111001 001100001011110 10011011100
110000101110010 001011100110001 101101111011011 0100100000>
Comment