Jump to content

prp9

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

prp9's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thank you I did not try it yet but, do i have to add it at the top or does it also work if i put it in the bottom.
  2. How do i post the form data to different php files at once. I tried the following code (two actions) but it doesn't work. the data is sent only to the first php file. <form method="post" action="first.php" action="second.php"> Email<input type="text" name="email" value ="" size="20" /> <input type="submit" value="submit" /> </form> Is there a solution? if not, I also have slightest idea of this, but i dont know how to finish this. i opened first.php and added following at the end: require_once second.php; $pass_on_again = ******* ($email); what do i replace the ******* with?
  3. The link you gave shows a huge book that will take me an year to read. I probably need to know only 10-15% of the information book. And there is definitely tons of information that LOOKS like i dont need to read at all. I will search google for some basic php tutorials, recommend me if you know one. And it would be great if someone wrote out the hard part / core of the code. And i will write, finish and touch up the easy part of the code.
  4. Hello, I want to code/make a php/mysql website as soon as possible. I only know html and how to install php scripts. I made design layout for what i want to make at http://web.e-prp.us/needhelp/index.htm  Which tutorials should i read to just make this website as soon as possible. Please follow all the links and read all the red comments to know my purpose. notes: I have Mysql database w/ user&pass           The buttons don't work. It is just how i want my php website to look like visually. I already looked at php tutorial forums, but this forum seemed more relevant to my problem.
×
×
  • 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.