[PHP] PHP Not Working

2001-06-29 Thread Black S.
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

[PHP] Function No Longer works

2001-06-29 Thread Black S.
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

[PHP] php chat or customer support center

2001-05-08 Thread Black S.
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,

[PHP] Properly formatted ereg??

2001-04-10 Thread Black S.
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

[PHP] Is their a function for this?

2001-04-04 Thread Black S.
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";