Recent content by Joanzn

  1. J

    ASP.NET LoginName control problems?

    I'm trying to get the user name of the person logged in when they're logged in and says guest when they're not.. heres the code on the masterpage: <asp:LoginView ID="LoginView3" runat="server"> <AnonymousTemplate>Welcome to Some.Com Guest</AnonymousTemplate>...
  2. J

    PHP $_POST array Organization?

    I'm trying to figure out a simpler way to code a PHP script so that the $_POST array can be easily dissected. Soo .. I have 10 input="text" fields in a form: <form action="scores2.php" method="POST"> <table> <tr> <td>Player 1 Name: </td> <td><input type="text" name="name1" /></td>...
Back
Top