TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,911
  • Total Topics: 21,307
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 362
  • Total: 363
  • tino

[Done!] Join Us! form

Started by mebymyself, October 19, 2006, 08:10:13 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

JPDeni

Change


echo '
<form action="index.php?page='  . $this_article_id  . '" method="post">


to


echo '
<center><form action="index.php?page='  . $this_article_id  . '" method="post">


and change


</form>


to


</form></center>


If you have any other questions, could you put them all in one post, please?

CliMa

Thank you mate all working perfectly !

DOOM666

ok i have three of made up 2 out of the 3 are working and im bafold on why this one wont work. it started when i installed the E-Arcade mod.

ok when i hit submint it will go to the arcade section. here is the code i have.

{
  echo '
<center><h1>Associate Application </h1></center>
<b><p>This must be read, and These steps should be followed by anyone trying out, or going to start the process of becoming part of Empir3 . All this must be done before acceptance, and before a final decision is made. So to better your chances, complete the list below.<br /><br />


1. Read, agree, sign and abide by all posted rules. And those told to you by a High Rank <a   href="http://www.empir3.us/index.php?topic=2.0">Link to Rules/Skript </a>Please Sign<br /><br />

2. Fill out the Empir3 Associate Application completely<br /><br />

3. During your Associate Trial Empir3 Boss & High Ranks will discuss and go over you app & where you were reffered from. <br /><br />

4. Send invites to current members, mainly High Ranks, and Boss<br><br >
6. The trial period will basically depend on you, it will last anywhere from 7 to 30 days. Those that play more often with us, more active on the forums etc. will of course have a quicker trial. So during your Associate Trial, be active as much as possible to better your chances.
<br><br>
Best of luck to you. Hope to see you in game.</p>';
}

if ($context['user']['is_guest'])

{
   echo '
   <h5>Access Denied</h5>
   We are sorry. You must be registred on the site in order to apply for Clan membership.';
} else  {

global $sourcedir, $user_info, $context;

require_once($sourcedir . '/Subs.php');
require_once($sourcedir .'/Subs-Post.php');



// CONFIGURATION SECTION

//send the application by email?
$enable_email=true;

// email address of reqruitment staf member
$email_address='sjreilley@verizon.net';

//post the application on forum?
$enable_post=true;

//board id to which the application should be posted
$board_id=7;

//the id of the this article
$this_article_id = '3';

//article to be redirected when form is submitted
$thank_you_article_id = '4';


//END OF CONFIGURATION SECTION

$show_form= 'true';
if (isset($_POST['submitted'])) {
// Handle the form

// Check required fields
$enroll_errors = array(); //Initialize error array

// Check for a name
if (empty($_POST['psn_name']) ){
$enroll_errors[] = 'You forgot to enter your name.';
}
// Check for an email
if (empty($_POST['email']) ){
$enroll_errors[] = 'You forgot to enter your email address.';
}
// Check for an Socom  ca name
if (empty($_POST['socom_name']) ){
$enroll_errors[] = 'You forgot to enter your In-Game Nickname.';
}       
// Check for an age
if (empty($_POST['age']) ){
$enroll_errors[] = 'You forgot to enter your age.';


if (empty($enroll_errors)) {

                //Everything seems to be OK
     
        $show_form='false';



// email an application

$subject = 'Associate Application';
$body = 'Associate application has been made by ' . $context['user']['name'] .
' from IP Address ' . $user_info['ip'] . '

PSN Name:  ' . $_POST['psn_name'] . '
Email address:  ' . $_POST['email'] . '
Socom CA Name:  ' . $_POST['socom_name'] . '
Socom CON Name: ' . $_POST['con_name'] . '
Age: ' . $_POST['age'] . '
Do you play Con., CA or both: ' . $_POST['both'] . '
Do you have access to log on CA for clan meetings: ' . $_POST['access'] . '
Myspace URL or other profile information: ' . $_POST['myspace'] . '
Any other names on any Socom:  ' . $_POST['other_name'] . '
Name of Room/Server you were recruited in:  ' . $_POST['server'] . '
Recruited by: ' . $_POST['by'] . '
Website referral by:  ' . $_POST['referral'] . '
Currently a member of another clan: ' . $_POST['member'] . '
Trying out for another clan:' . $_POST['trying'] . '</font>
Belong to another clan on any other games: ' . $_POST['mic'] . '
If yes, what clans and on which games:   ' . $_POST['clans'] . '
Past Clans (for all games): ' . $_POST['past'] . '
How often do you play: ' . $_POST['often'] . '
What games do you play online:   ' . $_POST['play'] . '
What can you bring to building Empir3: ' . $_POST['why'] . '
Any web graphic sills, scripting, etc.:  ' . $_POST['graphic'] . '
What do you expect from joining Empir3:   ' . $_POST['expect'] . '
Additional Info (may add anything you like):  ' . $_POST['other'];

$postbody = 'Associate application has been made by [color=blue]' . $context['user']['name'] .'[/color]
<table>
PSN Name: [color=red] ' . $_POST['psn_name'] . '[/color]
Email address:[color=red] ' . $_POST['email'] . '[/color]
Socom CA Name:[color=red]' . $_POST['socom_name'] . '[/color]
Socom CON Name:[color=red]' . $_POST['con_name'] . '[/color]
Age:[color=red]  ' . $_POST['age'] . '[/color]
Do you play Con., CA or both:[color=red]  ' . $_POST['both'] . '[/color]
Do you have access to log on CA for clan meetings:[color=red] ' . $_POST['access'] . '[/color]
Myspace URL or other profile information: [color=red]' . $_POST['myspace'] . '[/color]
Any other names on any Socom: [color=red] ' . $_POST['other_name'] . '[/color]
Name of Room/Server you were recruited in:[color=red]  ' . $_POST['server'] . '[/color]
Recruited by:[color=red] ' . $_POST['by'] . '[/color]
Website referral by: [color=red]  ' . $_POST['referral'] . '[/color]
Currently a member of another clan:[color=red] ' . $_POST['member'] . '[/color]
Trying out for another clan:[color=red] ' . $_POST['trying'] . '[/color]
Belong to another clan on any other games: [color=red] ' . $_POST['mic'] . '[/color]
If yes, what clans and on which games:  [color=red] ' . $_POST['clans'] . '[/color]
Past Clans (for all games): [color=red] ' . $_POST['past'] . '[/color]
How often do you play:[color=red]   ' . $_POST['often'] . '[/color]
What games do you play online: [color=red]  ' . $_POST['play'] . '[/color]
What can you bring to building Empir3: [color=red] ' . $_POST['why'] . '[/color]
Any web graphic sills, scripting, etc.:[color=red]  ' . $_POST['graphic'] . '[/color]
What do you expect from joining Empir3:[color=red]  ' . $_POST['expect'] . '[/color]
Additional Info (may add anything you like):[color=red]  ' . $_POST['other']. '[/color]
</table>';



            if ($enable_email)
mail($email_address, $subject, $body,"From: " . $_POST['email']);



//create new forum post with application

$msgOptions = array(
'id' =>  0 ,
'subject' => '[Pending] Application of ' . $context['user']['name'],
'body' => $postbody ,
'icon' => 'xx',
'smileys_enabled' => true,
'attachments' =>  array(),
);
$topicOptions = array(
'id' => 0 ,
'board' => $board_id,
'poll' =>  null,
'lock_mode' =>  null,
'sticky_mode' =>  null,
'mark_as_read' => true,
);
$posterOptions = array(
'id' => $context['user']['id'],
'name' => $context['user']['name'],
'email' => $user_info['email'],
'update_post_count' => true,
);
   
if ($enable_post)
            createPost($msgOptions, $topicOptions, $posterOptions);

// Redirect to thank you page
header('Location: http://' . $_SERVER['HTTP_HOST'] .'/index.php?page=' . $thank_you_article_id);

} else {
// Redirect to error page
//header('Location: http://' . $_SERVER['HTTP_HOST'] . '/index.php?page=' . $enroll_error_article_id);
echo '<h2 class="error">Error!</h2>';
echo '<p class="error">The following error(s) occured:<br />';

foreach ($enroll_errors as $msg) {
echo " - $msg<br />";
}
   echo "<p>Please, correct all errors and try again.</p>" ;



}
} //else {

// Display the form

echo '
<form action="index.php?page='  . $this_article_id  . '" method="post">
        <INPUT id="submitted" name="submitted" type="hidden" value="TRUE" />
<TABLE class = "bordercolor" cellSpacing="1" cellPadding="1" width="95%" border="0">
<TR class ="windowbg">
<TD width = "200px">* PSN Name:</TD>
<TD><INPUT id="psn_name" name="psn_name" type="text" value ="';
if (isset($_POST['psn_name'])) echo $_POST['psn_name'];
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">* Email address:</TD>
<TD><INPUT id="email" name="email" type="text" value ="';
if (isset($_POST['email'])) echo $_POST['email']; else echo $user_info['email']; 
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">* Socom Ca Name:</TD>
<TD><INPUT id="socom_name" name="socom_name" type="text" value ="';
if (isset($_POST['socom_name'])) echo $_POST['socom_name'];
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">* Socom CON Name:</TD>
<TD><INPUT id="con_name" name="con_name" type="text" value ="';
if (isset($_POST['con_name'])) echo $_POST['con_name'];
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">* Age:</TD>
<TD><INPUT id="age" name="age" type="text" value ="';
if (isset($_POST['age'])) echo $_POST['age'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Do you play Con., CA or both:</TD>
<TD><SELECT id = "both" name = "both" style="WIDTH: 152px" value ="';
if (isset($_POST['both'])) echo $_POST['both'];   
echo '" />
<OPTION value="No Answer" selected>--------------------------</OPTION>
<OPTION value="Confrontation">Confrontation</OPTION>
<OPTION value="Combined Assault">Combined Assault</OPTION>
<OPTION value="Both">Both</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Do you have access to log on CA for clan meetings:</TD>
<TD><SELECT id = "access" name = "access" style="WIDTH: 152px" value ="';
if (isset($_POST['access'])) echo $_POST['access'];   
echo '" />
<OPTION value="No Answer" selected>--------------------------</OPTION>
<OPTION value="Yes">Yes</OPTION>
<OPTION value="No">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Myspace URL or other profile information: </TD>
<TD><INPUT id="myspace" name="myspace" type="text" value ="';
if (isset($_POST['myspace'])) echo $_POST['myspace'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Any other names on any Socom: </TD>
<TD><INPUT id="other_name" name="other_name" type="text" value ="';
if (isset($_POST['other_name'])) echo $_POST['other_name'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Name of Room/Server you were recruited in: </TD>
<TD><INPUT id="server" name="server" type="text" value ="';
if (isset($_POST['server'])) echo $_POST['server'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Recruited by: </TD>
<TD><INPUT id="by" name="by" type="text" value ="';
if (isset($_POST['by'])) echo $_POST['by'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Website referral by: </TD>
<TD><INPUT id="referral" name="referral" type="text" value ="';
if (isset($_POST['referral'])) echo $_POST['referral'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Currently a member of another clan:</TD>
<TD><SELECT id="member" name="member" style="WIDTH: 160px" value ="';
if (isset($_POST['member'])) echo $_POST['member'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Trying out for another clan: </TD>
<TD><SELECT id="trying" name="trying" style="WIDTH: 160px" value ="';
if (isset($_POST['trying'])) echo $_POST['trying'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Belong to another clan on any other games:</TD>
<TD><SELECT id="mic" name="mic" style="WIDTH: 160px" value ="';
if (isset($_POST['mic'])) echo $_POST['mic'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">If yes, what clans and on which games:</TD>
<TD><INPUT id="clans" name="clans" type="text" value ="';
if (isset($_POST['clans'])) echo $_POST['clans'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Past Clans (for all games):</TD>
<TD><INPUT id="past" name="past" type="text" value ="';
if (isset($_POST['past'])) echo $_POST['past'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">How often do you play: </TD>
<TD><INPUT id="often" name="often" type="text" value ="';
if (isset($_POST['often'])) echo $_POST['often'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">What games do you play online:</TD>
<TD><INPUT id="paly" name="play" type="text" value ="';
if (isset($_POST['play'])) echo $_POST['play'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">What can you bring to building Empir3:</TD>
<TD><TEXTAREA id="why" name ="why" rows="4" cols="40" value ="';
if (isset($_POST['why'])) echo $_POST['why'];   
echo '" ></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Any web graphic skills, scripting, etc.:</TD>
<TD><INPUT id="graphic" name="graphic" type="text" value ="';
if (isset($_POST['graphic'])) echo $_POST['graphic'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">What do you expect from joining Empir3:</TD>
<TD><TEXTAREA id="expect" name="expect" rows="4" cols="40" value ="';
if (isset($_POST['expect'])) echo $_POST['expect'];
echo '" ></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">Additional Info (may add anything you like):</TD>
<TD><TEXTAREA id="other" name = "other" rows="4" cols="40" value ="';
if (isset($_POST['other'])) echo $_POST['other'];   
echo '" ></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg2">
<TD colspan="2" align="center">
<INPUT type="submit" value="Submit">
<INPUT type="reset" value="Reset"></TD>
</TR>
</TABLE>
</form>

';
}

JPDeni

The problem with the arcade was to be a problem that a lot of people had. I was never able to figure out why.

DOOM666

i dont get i have two more that do work one for my graphix team and one more for a challenge us page and they still work.

here is the code that works for my challenge us page,


{
  echo '
<center><h1>Challenge Empir3</h1></center>';
}

if ($context['user']['is_guest'])

{
   echo  '
   <h5>Access Denied</h5>
   We are sorry. You must be registred on the site in order challenge Empir3.';
} else  {

global $sourcedir, $user_info, $context ;

require_once($sourcedir . '/Subs.php');
require_once($sourcedir .'/Subs-Post.php');

// CONFIGURATION SECTION

//send the application by email?
$enable_email=true;

// email address of leader
$email_address='killacal77@yahoo.com ';

//post the application on forum?
$enable_post=true;

//board id to which the application should be posted
$board_id=19;

//the id of the this article
$this_article_id = '6';

//article to be redirected when form is submitted
$thank_you_article_id = '7';


//END OF CONFIGURATION SECTION

$show_form= 'true';
if (isset($_POST['submitted'])) {
// Handle the form

// Check required fields
$enroll_errors = array(); //Initialize error array

// Check for a name
if (empty($_POST['clan_name']) ){
$enroll_errors[] = 'You forgot to enter your clan name.';
}
// Check for a clan tag
if (empty($_POST['clan_tag']) ){
$enroll_errors[] = 'You forgot to enter your clan tag.';
}
// Check for the type of challenge
if (empty($_POST['challenge']) ){
$enroll_errors[] = 'You forgot to enter the type of challenge.';
}       
// Check for a date
if (empty($_POST['date']) ){
$enroll_errors[] = 'You forgot the date.';

// Check for a requested time
if (empty($_POST['time']) ){
$enroll_errors[] = 'You forgot to request a time.';
        }
// Check for a map
if (empty($_POST['map']) ){
$enroll_errors[] = 'You forgot the map.';
        }
// Check for weapon stipulations
if (empty($_POST['weapon']) ){
$enroll_errors[] = 'You forgot the weapon stipulations.';
        }

if (empty($enroll_errors)) { //Everything seems to be OK
     
        $show_form='false';



// email an application

$subject = 'Clan Challenge';
$body = 'A challenge has been made by ' . $_POST['clan_name'] .
' from IP Address ' . $user_info['ip'] . '

Email address:  ' . $_POST['email'] . '
Clan Name:  ' . $_POST['clan_name'] . '
Clan Tag:  ' . $_POST['clan_tag'] . '
Type of Challenge:  ' . $_POST['challenge'] . '
Date: ' . $_POST['date'] . '
Requested Time: ' . $_POST['time'] . '
Socom CA or CON: ' . $_POST['ca_con'] . '
Your Map: ' . $_POST['map'] . '
Weapon stipulations: ' . $_POST['weapon'] . '
Additional Comments: ' . $_POST['comments'];


$postbody = 'A challenge has been made by[color=blue] ' . $_POST['clan_name'] . '[/color]
<table>
Clan Name: [color=red] ' . $_POST['clan_name'] . '[/color]
Clan Tag:[color=red]  ' . $_POST['clan_tag'] . '[/color]
Type of Challenge:[color=red]  ' . $_POST['challenge'] . '[/color]
Date:[color=red]  ' . $_POST['date'] . '[/color]
Requested Time:[color=red]  ' . $_POST['time'] . '[/color]
Socom CA or CON:[color=red] ' . $_POST['ca_con'] . '[/color]
Your Map:[color=red]' . $_POST['map'] . '[/color]
Weapon stipulations:[color=red] ' . $_POST['weapon'] . '[/color]
Additional Comments:  [color=red]' . $_POST['comments'] . '[/color]
</table>';


            if ($enable_email)
mail($email_address, $subject, $body,"From: " . $_POST['email']);



//create new forum post with application

$msgOptions = array(
'id' =>  0 ,
'subject' => '[Pending] challenge from ' . $_POST['clan_name'],
'body' => $postbody ,
'icon' => 'xx',
'smileys_enabled' => true,
'attachments' =>  array(),
);
$topicOptions = array(
'id' => 0 ,
'board' => $board_id,
'poll' =>  null,
'lock_mode' =>  null,
'sticky_mode' =>  null,
'mark_as_read' => true,
);
$posterOptions = array(
'id' => $context['user']['id'],
'name' => $context['user']['name'],
'email' => $user_info['email'],
'update_post_count' => true,
);
   
if ($enable_post)
            createPost($msgOptions, $topicOptions, $posterOptions);

// Redirect to thank you page
header('Location: http://' . $_SERVER['HTTP_HOST'] .'/index.php?page=' .

$thank_you_article_id);

} else {
// Redirect to error page
//header('Location: http://' . $_SERVER['HTTP_HOST'] . '/index.php?page=' . $enroll_error_article_id );
echo '<h2 class="error">Error!</h2>';
echo '<p class="error">The following error(s) occured:<br />';

foreach ($enroll_errors as $msg) {
echo " - $msg<br />";
}
   echo "<p>Please, correct all errors and try again.</p>" ;



}
}
//else { // Display the form

echo '
<form action="index.php?page='  . $this_article_id  . '" method="post">
        <INPUT id="submitted" name="submitted" type="hidden" value="TRUE" />
<TABLE class = "bordercolor" cellSpacing="1" cellPadding="1"

width="95%" border="0">
<TR class ="windowbg">
<TD width = "200px">* Clan Name</TD>
<TD><INPUT id="clan_name" name="clan_name"

type="text" value ="';
if (isset($_POST['clan_name'])) echo $_POST['clan_name'];
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">* Clan Tag:</TD>
<TD><INPUT id="clan_tag" name="clan_tag" type="text"

value ="';
if (isset($_POST['clan_tag'])) echo $_POST['clan_tag'];
echo '" /></TD>
                                                </TR>
                                                 <TR class ="windowbg">
<TD width = "200px">* Email address:</TD>
<TD><INPUT id="email" name="email" type="text" value ="';
if (isset($_POST['email'])) echo $_POST['email']; else echo $user_info['email']; 
echo '" /></TD>
                                               </TR>
<TR class ="windowbg2">
<TD width = "200px">* Type of Challenge:</TD>
<TD><INPUT id="challenge" name="challenge"

type="text" value ="';
if (isset($_POST['challenge'])) echo $_POST['challenge'];
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">* Date:</TD>
<TD><INPUT id="date" name="date" type="text" value

="';
if (isset($_POST['date'])) echo $_POST['date'];
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">* Requested Time:</TD>
<TD><INPUT id="time" name="time" type="text" value

="';
if (isset($_POST['time'])) echo $_POST['time'];   
echo '" /></TD>

</TR>
<TR class ="windowbg">
<TD width = "200px">Socom CA or CON:
</TD>
<TD><SELECT id = "ca_con" name = "ca_con" style="WIDTH: 152px" value ="';
if (isset($_POST['ca_con'])) echo $_POST['ca_con'];   
echo '" />
<OPTION value="No Answer" selected>--------------------------</OPTION>
<OPTION value="Confrontation">Confrontation</OPTION>
<OPTION value="Combined Assault">Combined Assault</OPTION>

</SELECT></TD>


</TR>
<TR class ="windowbg2">
<TD width = "200px">* Your Map:</TD>
<TD><INPUT id="map" name="map" type="text" value

="';
if (isset($_POST['map'])) echo $_POST['map'];   
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "200px">* Weapon stipulations:</TD>
<TD><INPUT id="weapon" name="weapon" type="text"

value ="';
if (isset($_POST['weapon'])) echo $_POST['weapon'];   
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "200px">Additional Comments:</TD>
<TD><TEXTAREA id="comments" name = "comments"

rows="4" cols="40" value ="';
if (isset($_POST['comments'])) echo $_POST['comments'];   
echo '" ></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg">
<TD colspan="2" align="center">
<INPUT type="submit" value="Submit">
<INPUT type="reset" value="Reset"></TD>
</TR>
</TABLE>
</form>

';
}

DOOM666

ok just to let you know that i got it to work the promble was the key words i used.

i had this

<TR class ="windowbg">
<TD width = "200px">What games do you play online:</TD>
<TD><INPUT id="paly" name="play" type="text" value ="';
if (isset($_POST['play'])) echo $_POST['play'];   
echo '" /></TD>


when i changed it to this it word

<TR class ="windowbg">
<TD width = "200px">What games do you play online:</TD>
<TD><INPUT id="games" name="games" type="text" value ="';
if (isset($_POST['games'])) echo $_POST['games'];   
echo '" /></TD>


it was just the words i was use i was using play changed it to games it work.

JPDeni

Ah. I see. Excellent. Thanks for posting your solution. There must be something in the arcade thing that uses the "play" variable.

That's a mystery solved!  :up:

Vapor

Tons of typos in your form, but sweet work anyways  :laugh:

umiya

Lets say one wanted to change the posted text to another color.  I.E. after the form is filled out the areas they filled in would be red and the questions would be in white.

Vapor

Just add this around the text :


<font color="#FF0000">put your text here</font>


Just change the hex color code to suit your needs...the text color above is RED, and for white change it to "000000" .

Hope that helps

This website is proudly hosted on Crocweb Cloud Website Hosting.