Jump to content

suma237

Members
  • Posts

    282
  • Joined

  • Last visited

    Never

Posts posted by suma237

  1.  

    solution1--

    <tr>

          <td align="left" valign="top">Desired Password</td>

          <td><input name="password" type="password" id="password"></td>

        </tr>

    <tr>

          <td align="left" valign="top">Confirm  Password</td>

          <td><input name="password2" type="password" id="password"></td>

        </tr>

     

    solution2

     

    check the condition

    if(password1!=password2)then display error message

     

  2. check the loop is executing or not?

     

    while($fldb = mysql_fetch_field($result3))

    {

    if ($fldb->name!='match_id' && $fldb->name!='match_name' && $fldb->name!='score' && $fldb->name!='result' && $fldb->name!='date')

        {

    echo"im here";

    $m=$fldb->name;

    echo "<option value=$m>$m</option>";

        }

    }

  3. try this

    $big = $row_Recordset2['bigimagename'];

     

    <td valign="top" aliign="CENTER">

     

                <a href="editphoto.php?id=<?=$big?>">click here to view</a></td>

    edit.php

    $id1=$_REQUEST['id'];

    <img src="<?=id1?>" border="0" align="top" />

  4. configure php.ini...try this im not sure

     

    SMTP = localhost ip; for Win32 only

    smtp_port = portnumber

    sendmail_from= mailid; for Win32 only

     

    ; For Win32 only.

    ;sendmail_from = mailid

     

    ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").

    ;sendmail_path =

     

     

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