Page 1 of 1

Move form info to another page???

Posted: Sun Jun 15, 2008 4:38 am
by emhmk1
Is it possible with php to move the content of one form to another form.......for example

the client types in a domain name they want registering, then after a whois lookup they can register the domain but can the domain name be passed on to the next form that requires their details and also if they want multiple domains can it be passed on to a select menu in the 'details' form ???


Ultimate Newbie here so please be gentle!

Many thanks

Re: Move form info to another page???

Posted: Sun Jun 15, 2008 5:10 am
by superdezign
It depends on where this whois lookup is being performed. Ideally, you'd want to perform it on the same form page, anyway.

Re: Move form info to another page???

Posted: Sun Jun 15, 2008 6:06 am
by emhmk1
Thanks for the reply.

It is a seperate form, the domain checker is just an input field with submit then when the whois is checked there is the option to register the domain by clicking the register link.

I will look into your idea if nothing comes of this one...

Cheers...

Re: Move form info to another page???

Posted: Sun Jun 15, 2008 6:19 am
by superdezign
You could use cURL to submit data to the whois lookup, and determine if the results are positive or negative (assuming this is your website, or a third-party website that you have permission to take data from).

Re: Move form info to another page???

Posted: Sun Jun 15, 2008 6:20 am
by emhmk1
What is cURL ?? i'm pretty new to all this and yes it is my website.


Cheers...

Re: Move form info to another page???

Posted: Sun Jun 15, 2008 6:31 am
by superdezign