[PHP] Re: output

2003-10-25 Thread J. Cox
reporting = ~E_ALL > > display_errors = Off > > Any ideas ? > I'm assuming that you are trying to turn off error reporting. http://www.php.net/manual/en/function.ini-set.php Should get you started, or you could suppress the errors with @. Am I in the right ballpark? J. Cox htt

[PHP] Re: Re: Session hijacking

2003-10-19 Thread J. Cox
e manual;) Nice catch. J. Cox http://www.xaraya.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Session hijacking

2003-10-19 Thread J. Cox
f by default and mentioned that they were going away in the future. In addition, take a look at some of the other suggestions that were made, beyond this one. J. Cox http://www.xaraya.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Choosing a CMS?

2003-10-19 Thread J. Cox
"Joel Konkle-Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I've looked at PHPNuke, just because that's the only thing that jumps to > mind, but I want to make sure I'm not missing anything before I dive in > with it. Have a look at Xaraya -- http://www.xaraya.com It may

[PHP] Re: PHP "Smart Refresh" for looping server lookups

2003-09-20 Thread J. Cox
ance =) Why not do a meta refresh with the time as a variable to be configured? Seems to me to be the easiest way to do it. J. Cox http://www.xaraya.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail problem

2003-07-26 Thread J. Cox
"Paul Marinas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, i have to send some e-mails with pictures, in html format, i was > wondering if anyone knows where to find a php class that dose this. http://phpmailer.sourceforge.net/ should d

[PHP] Re: PHP should know my data!

2003-07-24 Thread J. Cox
"Chris Hubbard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hmm. You're right. Maybe something like the following would help: > > if ($_SESSION["irony"]) > { > $rs = enjoyJoke($_POST["msg"]) > }else{ > $rs = fixProblem($_POST["msg"]) > } > echo "". $rs .""; > > ?> This isn't

[PHP] Re: Replacing newlines (\n) with smething else

2003-07-13 Thread J. Cox
sn't work. > > $article = str_replace("\n", "", $article); > > What am I doing wrong? $article is the string to replace the newlines > in. I tried this with a period and that works as expected. Can I not > replace newlines this way? why not just: $article = nl2b

Re: [PHP] Re: Q:What is the easiest way to test my PHP+Html pages?

2002-07-27 Thread J. Cox
your pages, no need to upload > since you can point your webserver to where you are developing your php. > > andrew Or you could use something like FoxServ: http://foxserv.linuxmax.net/portal.php J. Cox http://www.dinerminor.com http://www.postnuke.com -- PHP General Mailing List (htt