I have found the problem with my previous post and PHP functions no longer
working. It seems the code:
include("http://www.domain.com/path/to/file.txt";);
no longer works? If I type in a complete directory path then it works great,
but no Internet include, any one know why?
Thanks
--
PHP Ge
Very strange situation, PHP Version 4.0.3 on one of my production web
servers has started to loose different functionality?? The OS is
Apache/1.3.12 (Unix) (Red Hat/Linux 6.2) PHP/4.0.3 mod_perl/1.21, PHP was
compiled as a module with apxs. The strange thing is, some virtual host
directories have
We have all seen these one-on-one chat systems placed on sites like home.com
and others. You can click on a button and chat live with a customer service
agent. Does anyone know if a PHP based system like this exists? If not, what
are your recommendations for such a system? Java?
Thanks All,
Blake
How would I write an ereg to use the value of $PHP_SELF and look for a
distinct folder? For instance. say I have:
ereg("^/anythinghere/coverage/anthythinghere.html?", $PHP_SELF
||
|||
So basically it is looking for the "/cove
Basically I have array variables, lets say:
---
$folder[0] = "basic";
$folder[1] = "standard";
$folder[2] = "knowledge";
Fruther down in the code:
---
$totalsub_basic = "10";
$totalsub_standard = "24";
$totalsub_knowl
5 matches
Mail list logo