Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
- From: Jay Blanchard [EMAIL PROTECTED] To: Chirantan Ghosh [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Tuesday, August 23, 2005 10:15 AM Subject: RE: [PHP] PHP Printing Error Help [snip] I am new as you can assume. Hence, I have no clue how to turn

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] I tried looking in the local Root folder of my web site as well as the remote. I don't own the server so didn't know if to look for php.ini file there. Sorry for redundant Qs but I seem to be very lost. On a different Note, This page is the original working version I have:

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] Its Apache server, Linux [/snip] Put the follwoing in a seperate page and run it from the browser. It will give you the path to your php.ini file... ?php phpinfo(); ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
] - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Chirantan Ghosh [EMAIL PROTECTED]; php-general@lists.php.net Sent: Wednesday, August 24, 2005 10:16 AM Subject: RE: [PHP] PHP Printing Error Help [snip] Its Apache server, Linux [/snip] Put the follwoing in a seperate page and run

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] I went to the php.ini File it opened in notepad. I had this info: == ; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
- Original Message - From: Richard Lynch [EMAIL PROTECTED] To: Chirantan Ghosh [EMAIL PROTECTED] Cc: John Nichel [EMAIL PROTECTED]; php-general@lists.php.net Sent: Tuesday, August 23, 2005 2:00 AM Subject: Re: [PHP] PHP Printing Error Help On Mon, August 22, 2005 12:56 pm, Chirantan

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] This page is the original working version I have: http://www.primarywave.com/BrokerOutpost_Contact.php This is the page I want to work allowing the check box values to be reported. http://www.primarywave.com/BrokerOutpost_ContNAGHAM.php I kept almost everything identical so Im at loss

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
. - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Chirantan Ghosh [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Wednesday, August 24, 2005 11:28 AM Subject: RE: [PHP] PHP Printing Error Help [snip] This page is the original working version I have

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] Please find the whole HTML attached. I am sending the whole page because it has multiple PHP. The affecting PHP I thinking is the one retaining info what to email (Line 8 to 52) [/snip] Please copy and paste the code into your e-mail (only the relevant lines) as most cannot receive

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
] To: Chirantan Ghosh [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Wednesday, August 24, 2005 11:43 AM Subject: RE: [PHP] PHP Printing Error Help [snip] Please find the whole HTML attached. I am sending the whole page because it has multiple PHP. The affecting PHP I

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] I put the whole code in .txt version at http://www.primarywave.com/NONworkingCODE.txt I gave group global Writing permission aswell, edit if you like. [/snip] *smacks forehead* Hello? Is this thing on? Post only the relevant code? Can we see the source of the one that works? Only the

RE: [PHP] PHP Printing Error Help

2005-08-24 Thread Jay Blanchard
[snip] I put the whole code in .txt version at http://www.primarywave.com/NONworkingCODE.txt I gave group global Writing permission aswell, edit if you like. [/snip] In the form you have name=InterestedNumber[] in the e-mail bit you have $SelectedNumber. Change them to match. If you want to

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
PROTECTED] Cc: php-general@lists.php.net Sent: Wednesday, August 24, 2005 12:28 PM Subject: RE: [PHP] PHP Printing Error Help [snip] I put the whole code in .txt version at http://www.primarywave.com/NONworkingCODE.txt I gave group global Writing permission aswell, edit if you like. [/snip] *smacks

Re: [PHP] PHP Printing Error Help

2005-08-23 Thread Richard Lynch
On Mon, August 22, 2005 12:56 pm, Chirantan Ghosh wrote: //[snip] You probably want to move into the relm of array's. For each one of your checkboxes, you can do this... input type=checkbox name=InterestedNumber[] value=1-877-HOMECASH /[/snip] I did look up

Re: [PHP] PHP Printing Error Help

2005-08-23 Thread Chirantan Ghosh
: Tuesday, August 23, 2005 2:00 AM Subject: Re: [PHP] PHP Printing Error Help On Mon, August 22, 2005 12:56 pm, Chirantan Ghosh wrote: //[snip] You probably want to move into the relm of array's. For each one of your checkboxes, you can do this... input type=checkbox name=InterestedNumber

RE: [PHP] PHP Printing Error Help

2005-08-23 Thread Jay Blanchard
[snip] I am new as you can assume. Hence, I have no clue how to turn register_globals back On [/snip] Look in your php.ini file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Printing Error Help

2005-08-22 Thread Chirantan Ghosh
is http://www.primarywave.com/BrokerOutpost_ContNAGHAM.php Thanks for the help, C - Original Message - From: John Nichel [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Monday, August 15, 2005 12:58 PM Subject: Re: [PHP] PHP Printing Error Help Chirantan Ghosh wrote: Hi John

[PHP] PHP Printing Error Help

2005-08-15 Thread Chirantan Ghosh
Hi Guys, I am new to PHP coding but that is no excuse for the mess I am making here. The ideal page for my needs is: http://www.primarywave.com/BrokerOutpost_Contact.php (Simple form in PHP where all form values are mailed) I could not make the CHECK BOX work in PHP page so tried in this HTM

Re: [PHP] PHP Printing Error Help

2005-08-15 Thread John Nichel
Chirantan Ghosh wrote: Hi Guys, I am new to PHP coding but that is no excuse for the mess I am making here. The ideal page for my needs is: http://www.primarywave.com/BrokerOutpost_Contact.php (Simple form in PHP where all form values are mailed) I could not make the CHECK BOX work in PHP

Re: [PHP] PHP Printing Error Help

2005-08-15 Thread Chirantan Ghosh
- Original Message - From: John Nichel [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Monday, August 15, 2005 12:31 PM Subject: Re: [PHP] PHP Printing Error Help Chirantan Ghosh wrote: Hi Guys, I am new to PHP coding but that is no excuse for the mess I am making here. The ideal page

Re: [PHP] PHP Printing Error Help

2005-08-15 Thread John Nichel
Chirantan Ghosh wrote: Ho John, I put each check box with name tried to get the values as I get of Name, etc. Somehow it didn't send that info so, now I tried to get the info of the whole TABLE named InterestedNumber(which contains all check boxes) ? //after all codes $mailBody .=