GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 26-Jan-2007, 21:21
ctrohaya ctrohaya is offline
New Member
 
Join Date: Nov 2006
Posts: 29
ctrohaya is on a distinguished road

checkbox


could someone check my coding.. checkbox is not functioning. i dont know where is the mistake.
PHP Code:

<form name="form1" method="post" action="">
  <input type="checkbox" id="show" name="show" value="Show">Show
  <input type="checkbox" id="no" name="no" value="no">Dont Show
</form>
    
<?php
if($show == "checked"){
    echo "<td align=\"left\">"."<FONT SIZE=1 face = arial><textarea cols=\"60\" rows=\"2\" name=\"Catatan\">$Catatan</textarea>\n";
    print "<input type=\"submit\"  name = \"butang\" value=\"Add\"></td>\n\n";
    echo "</tr>";
   echo "</table></form>"; 
   echo "</center>"; 
   }
 if($no == "checked"){
     echo "<td align=\"left\">"."<FONT SIZE=1 face = arial><textarea cols=\"60\" rows=\"2\" name=\"Catatan\" style=display:none>$Catatan</textarea>\n";
    print "<input type=\"submit\"  name = \"butang\" value=\"Add\"></td>\n\n";
    echo "</tr>";
   echo "</table></form>"; 
   echo "</center>"; 
   }
?> 

 

Recent GIDBlogFirst week of IA training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review my Javascript JdS Web Design Forum 1 15-Nov-2006 04:51
[GIM][MODULE]Contact List cable_guy_67 FLTK Forum 9 04-Dec-2004 12:19
Please help to solve me a problem with multiline texrbox and checkbox mithila MS Visual C++ / MFC Forum 0 08-Sep-2004 22:08

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 06:11.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.