[PHP] PHP Dynamic menu building

2003-12-05 Thread K. Praveen Kumar
8 I want to build menu from this. Please suggest me the way to do so. Thanks in Advance -- Thanks Regards Praveen Kumar SoftPro Systems Ltd ---SOFTPRO DISCLAIMER-- Information contained in this E-MAIL and any attachments are confidential

[PHP] [Newbie Guide] For the benefit of new members

2003-12-09 Thread Ma Siva Kumar
] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar

[PHP] [Newbie Guide] For the benefit of new members

2003-12-13 Thread Ma Siva Kumar
] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar

[PHP] DGS Search Script Modifications

2003-12-15 Thread K. Praveen Kumar
in Countris.overview and Credits.description then it should display http://localhost/overview.php?CountryId=1 and http://localhost/description.php?CountryId=10CreditId=3 Please suggest me where I can modify the script to get the script working for me. -- Thanks in Advance Praveen Kumar SoftPro Systems Ltd

[PHP] DGS Search Modifications

2003-12-15 Thread K. Praveen Kumar
in Countris.overview and Credits.description then it should display http://localhost/overview.php?CountryId=1 and http://localhost/description.php?CountryId=10CreditId=3 Please suggest me where I can modify the script to get the script working for me. -- Thanks Regards Praveen Kumar SoftPro Systems Ltd

[PHP] [Newbie Guide] For the benefit of new members

2003-12-18 Thread Ma Siva Kumar
] 10. Ask smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar

[PHP] [Newbie Guide] For the benefit of new members

2003-12-18 Thread Ma Siva Kumar
/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106

[PHP] [Newbie Guide] For the benefit of new members

2003-12-23 Thread Ma Siva Kumar
/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP

[PHP] [Newbie Guide] For the benefit of new members

2003-12-28 Thread Ma Siva Kumar
/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106

Re: [PHP] [Newbie Guide] For the benefit of new members

2003-12-28 Thread Ma Siva Kumar
regards, Ma SivaKumar -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-01-03 Thread Ma Siva Kumar
/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106

[PHP] [Newbie Guide] For the benefit of new members

2004-01-09 Thread Ma Siva Kumar
/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP

[PHP] [Newbie Guide] For the benefit of new members

2004-01-12 Thread Ma Siva Kumar
questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd

[PHP] [Newbie Guide] For the benefit of new members

2004-01-27 Thread Ma Siva Kumar
questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P

[PHP] [Newbide Guide] For the benefit of new members

2004-02-04 Thread Ma Siva Kumar
questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P

[PHP] [Newbie Guide] For the benefit of new members

2004-02-11 Thread Ma Siva Kumar
questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P

[PHP] Re: weird header() (bug may be)

2004-02-12 Thread Anil Kumar K.
This is not a bug. Here you expect that the script should end executing after the statement:header('Location:to_another_page.php') if the if statement is true. But it won't and it proceeds to the next statement; the next header statement:header('Location:to_previous_page.php'); An exit statement

[PHP] [Newbie Guide] For the benefit of new members

2004-02-18 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] Re: Cybercash Dynamic Module

2004-02-24 Thread Anil Kumar K.
On Tue, 24 Feb 2004, Suhas wrote: /snipped If I get the permission to complie PHP with give module, can I just go with ./configure --with cybercah=DIR ? I think it will kill my original install. Is there any way to append the configuration as needed? I am sure many of you may have

[PHP] Re: server side redirects

2004-03-04 Thread Anil Kumar K.
On Thu, 4 Mar 2004, matthew oatham wrote: Hi, I have a page that checks to see if a session exists and if so does a server side redirect - i tired using header(Location: membersArea.php); but I got an error about headers already sent, guess HTTP 1.1 needs the redirect string of the form:

[PHP] [Newbie Guide] For the benefit of new members

2004-03-05 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] [Newbie Guide] For the benefit of new members

2004-03-11 Thread Ma Siva Kumar
smart questions   http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] [Newbie Guide] For the benefit of new members

2004-03-16 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] [Newbie Guide] For the benefit of new members

2004-03-24 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd

Re: [PHP] PHP charset encoding

2004-03-31 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-03-31 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] [Newbie Guide] For the benefit of new members

2004-04-08 Thread Ma Siva Kumar
smart questions http://catb.org/~esr/faqs/smart-questions.html [contributed by Jay Blanchard) Hope you have a good time programming with PHP. Best regards, -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG

[PHP] [Newbie Guide] For the benefit of new members

2004-04-12 Thread Ma Siva Kumar
you have a good time programming with PHP. -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] [Newbie Guide] For the benefit of new members

2004-04-22 Thread Ma Siva Kumar
you have a good time programming with PHP. -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] [Newbie Guide] For the benefit of new members

2004-05-11 Thread Ma Siva Kumar
] -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-05-06 Thread Ma Siva Kumar
you have a good time programming with PHP. -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] [Newbie Guide] For the benefit of new members

2004-05-02 Thread Ma Siva Kumar
you have a good time programming with PHP. -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] [Newbie Guide] For the benefit of new members

2004-05-24 Thread Ma Siva Kumar
] -- Integrated Management Tools for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-05-24 Thread Ma Siva Kumar
for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-05-30 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-02 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, No 21, First Main Road, Jai Nagar, Arumbakkam, Chennai - 600106 Tel : +91 44 55191757 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-09 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-14 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-18 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-25 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-06-30 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-07-08 Thread Ma Siva Kumar
-- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-07-14 Thread Ma Siva Kumar
for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-07-21 Thread Ma Siva Kumar
for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-07-26 Thread Ma Siva Kumar
for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-08-01 Thread Ma Siva Kumar
for leather industry -- http://www.leatherlink.net Ma Siva Kumar, BSG LeatherLink (P) Ltd, Chennai - 600106 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3