[PHP] Re: Blank page of hell..what to look for

2009-02-02 Thread Frank Stanovcak
Terion Miller webdev.ter...@gmail.com wrote in message news:37405f850902020902j624356ccp4ea869bc45161...@mail.gmail.com... Is there a certain thing that should be suspected and looked at first when getting the php blank page of hell I have errors on and nothing is being output anywhere to

[PHP] Re: Blank page of hell..what to look for

2009-02-02 Thread Lupus Michaelis
Terion Miller a écrit : Is there a certain thing that should be suspected and looked at first when getting the php blank page of hell Did you check error logs from Apache or the one you configured in php.ini ? -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org Seeking for a

[PHP] re: blank page with PHP

2005-08-09 Thread Bruce Gilbert
I guess this would help. The URL to my PHP config is http://www.wealthdevelopmentmortgage.com/test/form_test/info.php -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] re: blank page with PHP

2005-08-09 Thread Sabine
Hi Bruce, the error_reporting level in your php.ini is set to 81, that means only a few sorts of errors will be shown on your site. Even parse-errors are hidden. But you can set it to a different level in your script. Have a look at error_reporting in the manual. Best regards Sabine Bruce

[PHP] Re: Blank page in browser

2005-05-18 Thread zzapper
On Tue, 17 May 2005 11:41:56 +0300, wrote: Dear All, I'm new to PHP programming and I just try to display small information from database on web page but its shows blank page. So my code is mention below and let me know what's wrong in it but when I execute same program on command prompt then

[PHP] Re: blank function parameters

2004-11-03 Thread Matthew Weier O'Phinney
* Giles Roadnight [EMAIL PROTECTED]: If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Read

[PHP] Re: blank function parameters

2004-11-03 Thread Al
Giles Roadnight wrote: Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles

[PHP] Re: blank function parameters

2004-11-03 Thread Daniel Schierbeck
Giles Roadnight wrote: Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles

[PHP] Re: blank function parameters

2004-11-03 Thread Matthew Weier O'Phinney
* Daniel Schierbeck [EMAIL PROTECTED]: Giles Roadnight wrote: If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get

RE: [PHP] Re: blank function parameters

2004-11-03 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 03 November 2004 16:39, Matthew Weier O'Phinney wrote: * Daniel Schierbeck [EMAIL PROTECTED]: Giles Roadnight wrote: If I defined a function with 4 parameters but only

[PHP] Re: blank function parameters

2004-11-03 Thread Daniel Schierbeck
Matthew Weier O'Phinney wrote: * Daniel Schierbeck [EMAIL PROTECTED]: Giles Roadnight wrote: If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok

RE: [PHP] Re: blank function parameters

2004-11-03 Thread Giles Roadnight
Thanks for all the help guys, working great now. Giles Roadnight http://giles.roadnight.name -Original Message- From: Daniel Schierbeck [mailto:[EMAIL PROTECTED] Sent: 03 November 2004 18:37 To: [EMAIL PROTECTED] Subject: [PHP] Re: blank function parameters Matthew Weier O'Phinney

Re: [PHP] Re: blank function parameters

2004-11-03 Thread Jordi Canals
On 3 Nov 2004 16:38:39 -, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: * Daniel Schierbeck [EMAIL PROTECTED]: function foobar ($a, $b, $c = null) { if (isset($c)) { echo 'The third argument was set'; } } That check should be for 'is_null($c)' as the

[PHP] Re: blank emails

2004-09-27 Thread Jed R. Brubaker
But wouldn't that mean that the email that is being sent to my client would be blank as well? Manuel Lemos [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, On 09/27/2004 12:27 PM, Jed R. Brubaker wrote: I have run into a problem with my email class. A bunch of reciepients

[PHP] Re: blank emails

2004-09-27 Thread M. Sokolewicz
Actually, most of the times I encountered this problem was when I was sending complicated mime email. PlainText emails are built up of headers, and the plaintext message. More complex emails use MIME to seperate multiple things, eg. attachments, different versions of the text (some send both a

[PHP] Re: blank emails

2004-09-27 Thread Manuel Lemos
Hello, On 09/27/2004 05:41 PM, Jed R. Brubaker wrote: But wouldn't that mean that the email that is being sent to my client would be blank as well? It depends on the actual cause of the mails being sent as blanks. The class provides some workarounds to avoid some causes that may lead to your

[PHP] Re: Blank db entry??

2002-08-26 Thread JohnP
Forgot to add one thing - I don't need to add the new number after detection to the db but rather just print it out Johnp [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok I have a script done but it does not work - If there is no info in the db row I need the

Re: [PHP] Re: Blank db entry??

2002-08-26 Thread @ Edwin
I think you can use this: http://www.php.net/manual/en/function.mysql-num-rows.php - E Forgot to add one thing - I don't need to add the new number after detection to the db but rather just print it out "Johnp" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

[PHP] Re: Blank db entry??

2002-08-26 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Forgot to add one thing - I don't need to add the new number after detection to the db but rather just print it out Johnp [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok I have a script done but

Re: [PHP] Re: blank (OT)

2002-07-03 Thread Scott Fletcher
No problem! Just saw the www.the-spa.com link so I thought it was an advertisement. It wasn't until after I submitted did I realize I was in error. FletchSOD Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Scott Fletcher wrote: This is a PHP

[PHP] Re: blank

2002-07-02 Thread Scott Fletcher
This is a PHP newsgroup, it is for PHP discussion. This is not a PHP discussion, so it is a spam mail. Please refrain from using it. Matthew [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... subscribe [EMAIL PROTECTED] matthew de Jongh president the spa!

Re: [PHP] Re: blank (OT)

2002-07-02 Thread Chris Shiflett
Scott Fletcher wrote: This is a PHP newsgroup, it is for PHP discussion. This is not a PHP discussion, so it is a spam mail. Please refrain from using it. Actually, I think it is pretty obvious that this guy is just trying to subscribe. Your email (and consequently mine) are more easily

[PHP] Re: Blank emails

2002-06-30 Thread Peter
Can you post the code on here? There must be some headers somewhere because the mail has been sent to you - to header. Have you clicked on the email in Outlook and looked at the headers / message source? César aracena [EMAIL PROTECTED] wrote in message

RE: [PHP] Re: Blank emails

2002-06-30 Thread César Aracena
Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 6:52 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Blank emails Can you post the code on here? There must be some headers somewhere because the mail has been sent to you - to header. Have you clicked on the email

[PHP] Re: blank form

2001-08-08 Thread David Ovens
oops sorry, dont think it was a php problem but a problem with my browser !! - Original Message - From: David Ovens To: php Sent: Wednesday, August 08, 2001 10:56 AM Subject: blank form in my php scripts I am using forms which are posted to itself, each time fields are

Re: [PHP] Re: blank form

2001-08-08 Thread Bjorn Van Simaeys
Hi David, This is indeed not a php problem, but a browser feature. The browser forces a reload whenever you have a '?' in your code! (unless you use some proxy..). I would also like to know how to overcome this - if possible. Greetz, Bjorn Van Simaeys --- David Ovens [EMAIL PROTECTED]