[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the

[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the

Re: [PHP] Posting Data?

2009-01-02 Thread Jim Lucas
Stephen Alistoun wrote: Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do

[PHP] Posting Data to MySQL

2004-06-24 Thread Tom Chubb
I am trying to design a form that posts the data to a DB, but being new to PHP/MySQL, it takes me ages to hand write the code and I'm sure there must be an easier way to do it? My form has 100 fields using 20 rows and 5 columns and it's taking me ages to write the code for it. Can anyone advise

RE: [PHP] Posting Data to MySQL

2004-06-24 Thread Robert Sossomon
was in the DB before). If you pass me some specifics I might be able to give you a hand. Robert -Original Message- From: Tom Chubb [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:19 AM To: [EMAIL PROTECTED] Subject: [PHP] Posting Data to MySQL I am trying to design a form

RE: [PHP] Posting Data to MySQL

2004-06-24 Thread Tom Chubb
. The database table also has a datepost so I can select from the week ending when I posted them. Thanks to everyone who has responded. Tom -Original Message- From: Robert Sossomon [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 15:30 To: 'Tom Chubb'; [EMAIL PROTECTED] Subject: RE: [PHP] Posting Data

Re: [PHP] Posting Data to MySQL

2004-06-24 Thread Eric Marden
From: Tom Chubb [mailto:[EMAIL PROTECTED] I am trying to design a form that posts the data to a DB, but being new to PHP/MySQL, it takes me ages to hand write the code and I'm sure there must be an easier way to do it? A couple things you can try: Dreamweaver MX 2004 is very capable of

Re: [PHP] Posting Data to MySQL

2004-06-24 Thread Eric Marden
I got it. So yeah, try dreamweaver, as that might speed up / automate your production. The other thing to try is condensing your code, depending on how your DB is set up. That is, you can use a simple loop to build the form (you code for one row of the form, and loop it out 20 times)... name

Re: [PHP] Posting data using fsockopen() causes session problem

2003-01-10 Thread Marek Kilimajer
You can make a special case - if a special cookie is present, session is not required. Then your client script would send the cookie. Max Davy wrote: Hi, I finally figured out how to use fsockopen() to post data when my server responded with a Document Moved error. I knew the document was

[PHP] Posting data using fsockopen() causes session problem

2003-01-09 Thread Max Davy
Hi, I finally figured out how to use fsockopen() to post data when my server responded with a Document Moved error. I knew the document was where I said it was ... After many hours I realised that the location the document had allegedly been moved to was the login screen that the user would be

[PHP] posting data with curl

2002-03-01 Thread wm
is there a way using curl or another way to post data to a script, but then to actually be tranferred to that page? (of course i mean without a submit buttonan auto post sort of thing) using curl the script seems to wait for return data and doesn't give control to the url that the data was passed