Jump to content

Ernster

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Ernster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I got 2 forms that submit data to 2 different databases I want to merge the forms into 1 but still work seperately. So 1 submit button but 2 different form methods, for example: <form method="post" action="http://www.url1.com> <form method="post" action="http://www.url2.com> However, both forms have name and email fields, but I want JUST 1 name and email field but I want the data to submit to the 2 seperate databases. So how can I do this, and what would I type. Im a PHP newbie. Please helpe me, thanks
  2. Hi there thanks.. Yeah I want it as 1 form, but I tried doing it but it only procecced one of the form methods.. How do i make it process both of them at the same time?
  3. Hi there, I have two forms which I want to kind of merge...obviously the 2 forms have 2 different methods set eg <form method="post" action="blahblahblahblah target="_new"> Is it possible to have 1 submit button for the 2 forms...so when a user clicks the submit button, the 2 seperate form methods both work.. If so how would I write it...thanks very much
  4. Hi I need some help, I am a huge newbie to PHP so please dont talk to technical. Basically im building a joomla site anyway I dont how to show the latest 5 records (basically the text submitted in text boxes on a page) I want to show the 5 most ecent entriesthe same page just beneath the text boxes. How do I do this and which variables/tags do I need to use? Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.