Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
kingCODE.txt I gave group & global Writing permission aswell, edit if you like. [/snip] ----- Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 24, 2005 12:28 PM Subject: RE: [PHP]

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 p

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 ma

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
chard" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: 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 multip

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 attach

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
in Line 34. - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 24, 2005 11:28 AM Subject: RE: [PHP] PHP Printing Error Help [snip] This p

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 wh

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
send the email [snip] Thanks, C - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]> Cc: "John Nichel" <[EMAIL PROTECTED]>; Sent: Tuesday, August 23, 2005 2:00 AM Subject: Re:

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 pro

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
#x27;t even email [/snip] - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]>; Sent: Wednesday, August 24, 2005 10:16 AM Subject: RE: [PHP] PHP Printing Error Help [snip] Its Apache server, Linux [/snip]

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 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 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: http://www.p

Re: [PHP] PHP Printing Error Help

2005-08-24 Thread Chirantan Ghosh
C - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Chirantan Ghosh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 23, 2005 10:15 AM Subject: RE: [PHP] PHP Printing Error Help [snip] I am new as you can assume

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-23 Thread Chirantan Ghosh
Nichel" <[EMAIL PROTECTED]>; Sent: 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,

Re: [PHP] PHP Printing Error Help

2005-08-22 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... >> >> > value="1-877-HOMECASH"> > /[/snip] > > I did look up ARRAY. I just didn't understan

Re: [PHP] PHP Printing Error Help

2005-08-22 Thread Chirantan Ghosh
- The PAGE I am testing is http://www.primarywave.com/BrokerOutpost_ContNAGHAM.php Thanks for the help, C - Original Message ----- From: "John Nichel" <[EMAIL PROTECTED]> To: Sent: Monday, August 15, 2005 12:58 PM Subject: Re: [PHP] PHP Printing Error Help Chir

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) How ever the main problem for me is "In

Re: [PHP] PHP Printing Error Help

2005-08-15 Thread Chirantan Ghosh
ut, C - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: 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 h

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 page

[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 pag