Re: [PHP-DB] forms with php/mysql

2003-06-10 Thread Philippe Rousselot
Thanks for your concern,

but I put there the files for people to look at and not the running ones. 
And as you can notice there are no passwd or username in the connection.php 
that I put in a non accessible folder fr security reasons.

Philippe


Le Lundi 9 Juin 2003 20:48, Matthew Moldvan a écrit :

 FYI, you should keep your connection.txt as connection.php so we can't all
 read the database password and host and put what we want in it. :)

 Regards,
 Matt.

 -Original Message-
 From: Philippe Rousselot [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 05, 2003 4:18 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP-DB] forms with php/mysql


 done

 you can find the files at

 www.alcatorda.com/jcp/test/files.html

 and try it at

 www.alctorda.com/jcp/test/enregistrer.php

 I am sure it is full of bad codding but it works.

 I just have to make it nice now.

 Philippe

 Le Jeudi 5 Juin 2003 06:15, Peter Beckman a écrit :
  1. Search the archives, they are here:

 http://www.php.net/mailing-lists.php

  2. If you aren't a coder, you probably cannot do what you ask; there

 aren't

  any pre-built simple systems that do exactly what you ask.  You could
  look on freshmeat.net or sourceforge.com, but I doubt you'd find what you
  are looking for.
 
  Peter
 
  On Thu, 5 Jun 2003, Philippe Rousselot wrote:
   Hi,
  
   I need for an association to create a form using php/mysql. If I can
   understand php, I am not a coder, so if someone had the code I need, I
   would really be greatful.
  
   I need :
  
   1. on a page someone identify himself or register to the service using
   a form where the person enter name, email(username) and password. 2.
   once registered, the person can access a secured zone containing a form
   3. the persone can fill the form, abandon half way and save the result,
   then come back and have the previously recorded information appearing
   again.
  
   all data need to be in a Mysql database.
  
  
   Thank you very much for your help.
  
   Philippe
  
  
   --
   PHP Database Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php

 ---

  Peter Beckman  Internet

 Guy

  [EMAIL PROTECTED]

 http://www.purplecow.com/

 ---


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] forms with php/mysql

2003-06-06 Thread Philippe Rousselot
Hi,

Thanks all for your answers. 

What I mean by I am not a coder is that it will take me 3 month to do it while 
doing only that, because I code in PHP once a month. And since I help an 
association I cannot really spend my time doing this.

What I can do is to take bits of code and put them toggether without too much 
trouble. I just found php classes repository, it is not bad at all. 

I got most of the elements. 

Philippe

Le Jeudi 5 Juin 2003 12:02, Becoming Digital a écrit :

  If you aren't a coder, you probably cannot do what you ask; there aren't
  any pre-built simple systems that do exactly what you ask.

 Yes and no.  I agree that someone without coding experience (or a desire to
 learn) cannot tackle this problem, but what Philippe has requested is a
 simple user authentication system with sessions, of which there are many. 
 Still, customization to fit his system will require an understanding of the
 code, which will likely prove problematic.

 To the poster, check out the PHP Classes Repository for a number of
 authentication classes.  Don't expect them to work if you don't understand
 the code, though.

 Edward Dudlik
 Becoming Digital
 www.becomingdigital.com


 - Original Message -
 From: Peter Beckman [EMAIL PROTECTED]
 To: Philippe Rousselot [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, 05 June, 2003 00:15
 Subject: Re: [PHP-DB] forms with php/mysql


 1. Search the archives, they are here: http://www.php.net/mailing-lists.php

 2. If you aren't a coder, you probably cannot do what you ask; there aren't
 any pre-built simple systems that do exactly what you ask.  You could look
 on freshmeat.net or sourceforge.com, but I doubt you'd find what you are
 looking for.

 Peter

 On Thu, 5 Jun 2003, Philippe Rousselot wrote:
  Hi,
 
  I need for an association to create a form using php/mysql. If I can
  understand php, I am not a coder, so if someone had the code I need, I
  would really be greatful.
 
  I need :
 
  1. on a page someone identify himself or register to the service using a
  form where the person enter name, email(username) and password.
  2. once registered, the person can access a secured zone containing a
  form 3. the persone can fill the form, abandon half way and save the
  result, then come back and have the previously recorded information
  appearing again.
 
  all data need to be in a Mysql database.
 
 
  Thank you very much for your help.
 
  Philippe
 
 
  --
  PHP Database Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

 ---
 Peter Beckman  Internet Guy
 [EMAIL PROTECTED] http://www.purplecow.com/
 ---

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] forms with php/mysql

2003-06-06 Thread Philippe Rousselot
done

you can find the files at 

www.alcatorda.com/jcp/test/files.html

and try it at 

www.alctorda.com/jcp/test/enregistrer.php

I am sure it is full of bad codding but it works.

I just have to make it nice now.

Philippe

Le Jeudi 5 Juin 2003 06:15, Peter Beckman a écrit :

 1. Search the archives, they are here: http://www.php.net/mailing-lists.php

 2. If you aren't a coder, you probably cannot do what you ask; there aren't
 any pre-built simple systems that do exactly what you ask.  You could look
 on freshmeat.net or sourceforge.com, but I doubt you'd find what you are
 looking for.

 Peter

 On Thu, 5 Jun 2003, Philippe Rousselot wrote:
  Hi,
 
  I need for an association to create a form using php/mysql. If I can
  understand php, I am not a coder, so if someone had the code I need, I
  would really be greatful.
 
  I need :
 
  1. on a page someone identify himself or register to the service using a
  form where the person enter name, email(username) and password.
  2. once registered, the person can access a secured zone containing a
  form 3. the persone can fill the form, abandon half way and save the
  result, then come back and have the previously recorded information
  appearing again.
 
  all data need to be in a Mysql database.
 
 
  Thank you very much for your help.
 
  Philippe
 
 
  --
  PHP Database Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

 ---
 Peter Beckman  Internet Guy
 [EMAIL PROTECTED] http://www.purplecow.com/
 ---


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] forms with php/mysql

2003-06-05 Thread Becoming Digital
 If you aren't a coder, you probably cannot do what you ask; there aren't
 any pre-built simple systems that do exactly what you ask.

Yes and no.  I agree that someone without coding experience (or a desire to
learn) cannot tackle this problem, but what Philippe has requested is a simple
user authentication system with sessions, of which there are many.  Still,
customization to fit his system will require an understanding of the code, which
will likely prove problematic.

To the poster, check out the PHP Classes Repository for a number of
authentication classes.  Don't expect them to work if you don't understand the
code, though.

Edward Dudlik
Becoming Digital
www.becomingdigital.com


- Original Message -
From: Peter Beckman [EMAIL PROTECTED]
To: Philippe Rousselot [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, 05 June, 2003 00:15
Subject: Re: [PHP-DB] forms with php/mysql


1. Search the archives, they are here: http://www.php.net/mailing-lists.php

2. If you aren't a coder, you probably cannot do what you ask; there aren't
any pre-built simple systems that do exactly what you ask.  You could look
on freshmeat.net or sourceforge.com, but I doubt you'd find what you are
looking for.

Peter

On Thu, 5 Jun 2003, Philippe Rousselot wrote:

 Hi,

 I need for an association to create a form using php/mysql. If I can
 understand php, I am not a coder, so if someone had the code I need, I would
 really be greatful.

 I need :

 1. on a page someone identify himself or register to the service using a form
 where the person enter name, email(username) and password.
 2. once registered, the person can access a secured zone containing a form
 3. the persone can fill the form, abandon half way and save the result, then
 come back and have the previously recorded information appearing again.

 all data need to be in a Mysql database.


 Thank you very much for your help.

 Philippe


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] forms with php/mysql

2003-06-05 Thread Philippe Rousselot
Hi,

I need for an association to create a form using php/mysql. If I can 
understand php, I am not a coder, so if someone had the code I need, I would 
really be greatful.

I need :

1. on a page someone identify himself or register to the service using a form 
where the person enter name, email(username) and password.
2. once registered, the person can access a secured zone containing a form
3. the persone can fill the form, abandon half way and save the result, then 
come back and have the previously recorded information appearing again.

all data need to be in a Mysql database.


Thank you very much for your help.

Philippe


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] forms with php/mysql

2003-06-05 Thread Peter Beckman
1. Search the archives, they are here: http://www.php.net/mailing-lists.php

2. If you aren't a coder, you probably cannot do what you ask; there aren't
any pre-built simple systems that do exactly what you ask.  You could look
on freshmeat.net or sourceforge.com, but I doubt you'd find what you are
looking for.

Peter

On Thu, 5 Jun 2003, Philippe Rousselot wrote:

 Hi,

 I need for an association to create a form using php/mysql. If I can
 understand php, I am not a coder, so if someone had the code I need, I would
 really be greatful.

 I need :

 1. on a page someone identify himself or register to the service using a form
 where the person enter name, email(username) and password.
 2. once registered, the person can access a secured zone containing a form
 3. the persone can fill the form, abandon half way and save the result, then
 come back and have the previously recorded information appearing again.

 all data need to be in a Mysql database.


 Thank you very much for your help.

 Philippe


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Forms and PHP

2001-04-15 Thread CK Raju




I am using PHP4.0.0 on Mysql3.23.31 on a RH6.2(kernel2.4).

I am unsuccessful in attempting to have the FORM work with POST method, while there is 
a select with option alongwith other variables that I am accepting directly from 
text fields.
 
Its something like this
form action=analyse.php method=post
select name=
?php 
/ / I try to  populate from a table in MySQL (which works)--
/ / like this, which is in a loop--getting tableid and tablefield
 option value=$tableid$tablefield/option
?
/select
My problem starts here when I accept other variables before posting the form contents.

eg: 

input name=xxx type=text



 
input type="submit" name="submit" value="Proceed"
/form

In my analyse.php, when I try to list out the various variables posted from here, it 
doesn't show up. I even tried adding all the variables as input type=hidden before 
submitting the form, but it still doesn't show up.

When there is no select /select section, the whole variables show up.
 
Where could I be wrong ? 

Raju 
--