Jump to content

hi does anybody can help to understand this?


cpljv

Recommended Posts

  hi i have this... variables....

      <?
            $email    = $_REQUEST["email"];
            $name    = $_REQUEST["name"];
            if ((!isset($_POST['submit2'])))  {
        ?>
=========================================================================

ok... i want the $newitem to be equal to $email and $name, but i dont know how to.... does anybody can help me how it goes?

                if (strlen($list) == 0){
                    $newitem = $email;
                } else {
                    $newitem = ', '.$email;
                }

[quote author=Drezard link=topic=118014.msg481960#msg481960 date=1165721863]
So you just want to store a user's name and email that they've submitted on a page in a file?

- Cheers, Daniel
[/quote]

Yes sir, no a user name, just his/her name and email. to a file

for example
Teresa
[email protected]

Carlos
[email protected]

............

when they submit their name and email. to redirect to an website.. i been trying and i cant find the php code

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.