Click here to Skip to main content
15,895,813 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionMoving Line Pin
sanforjackass10-Aug-09 4:30
sanforjackass10-Aug-09 4:30 
AnswerRe: Moving Line Pin
Luc Pattyn10-Aug-09 5:16
sitebuilderLuc Pattyn10-Aug-09 5:16 
AnswerRe: Moving Line Pin
Marc Firth10-Aug-09 23:01
Marc Firth10-Aug-09 23:01 
QuestionHow to GET similar pages like mine? Pin
CoderForEver8-Aug-09 9:50
CoderForEver8-Aug-09 9:50 
AnswerRe: How to GET similar pages like mine? Pin
Marc Firth10-Aug-09 1:55
Marc Firth10-Aug-09 1:55 
Questionunix projects Pin
dewpra8-Aug-09 7:52
dewpra8-Aug-09 7:52 
AnswerRe: unix projects Pin
LloydA11113-Aug-09 9:29
LloydA11113-Aug-09 9:29 
QuestionHelp with checkbox and drop down menu values Pin
Artakazezs7-Aug-09 3:19
Artakazezs7-Aug-09 3:19 
I need help with how i can insert values from a checkbox and dropdown menu into mysql database and also display these values on a page using php.
here is what i have

<form action="view.php" method="post" enctype="multipart/form-data">
<table width="421" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><div align="center"><strong>Student BioData</strong></div></td>
</tr>
<tr>
<td width="82">Name</td>
<td width="215"><input name="name" type="text" id="name" size="40" /></td>
</tr>
<tr>
<td>Class</td>
<td><select name="class" id="class">
<option selected="selected"></option>
<option value="class">jss1</option>
<option value="class">jss2</option>
<option value="class">jss3</option>
</select>
</td>
</tr>
<tr>
<td>Age</td>
<td><input type="text" name="age" id="age" /></td>
</tr>
<tr>
<td>ClassTeacher</td>
<td><input type="text" name="teacher" id="teacher" /></td>
</tr>
<tr>
<td>Checked Values</td>
<td>Tall
<input type="checkbox" name="checked[]" id="tall" />
Short
<input type="checkbox" name="checked[]" id="short" />
Fat
<input type="checkbox" name="checked[]" id="fat" />
Thin
<input type="checkbox" name="checked[]" id="thin" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</form>
<p>
<table width="220" height="138" border="1" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top">&nbsp;</td>
</tr>
</table>
<p>
AnswerRe: Help with checkbox and drop down menu values Pin
fly9047-Aug-09 3:47
fly9047-Aug-09 3:47 
QuestionHow to get value on variable ? Pin
udch6-Aug-09 16:51
udch6-Aug-09 16:51 
AnswerRe: How to get value on variable ? Pin
fly9046-Aug-09 20:22
fly9046-Aug-09 20:22 
GeneralRe: How to get value on variable ? Pin
udch7-Aug-09 3:01
udch7-Aug-09 3:01 
GeneralRe: How to get value on variable ? Pin
fly9047-Aug-09 3:21
fly9047-Aug-09 3:21 
GeneralRe: How to get value on variable ? Pin
udch7-Aug-09 3:50
udch7-Aug-09 3:50 
Questionwhat's the best php IDE for windows Pin
Jeff Circeo6-Aug-09 16:42
Jeff Circeo6-Aug-09 16:42 
AnswerRe: what's the best php IDE for windows Pin
fly9046-Aug-09 20:30
fly9046-Aug-09 20:30 
GeneralRe: what's the best php IDE for windows Pin
Jeff Circeo7-Aug-09 0:10
Jeff Circeo7-Aug-09 0:10 
AnswerRe: what's the best php IDE for windows Pin
Aman Bhullar7-Aug-09 3:19
Aman Bhullar7-Aug-09 3:19 
GeneralRe: what's the best php IDE for windows Pin
Jeff Circeo7-Aug-09 4:15
Jeff Circeo7-Aug-09 4:15 
QuestionDoes ! work as an operator to check whether handles are null or not, especially file handles ? Pin
parth_patel6-Aug-09 13:54
parth_patel6-Aug-09 13:54 
AnswerRe: Does ! work as an operator to check whether handles are null or not, especially file handles ? Pin
Reptar06-Aug-09 20:28
Reptar06-Aug-09 20:28 
AnswerRe: Does ! work as an operator to check whether handles are null or not, especially file handles ? Pin
fly9046-Aug-09 20:33
fly9046-Aug-09 20:33 
Questionsupplied argument is not a valid Image resource Pin
Reptar06-Aug-09 10:31
Reptar06-Aug-09 10:31 
AnswerRe: supplied argument is not a valid Image resource Pin
fly9046-Aug-09 20:45
fly9046-Aug-09 20:45 
GeneralRe: supplied argument is not a valid Image resource Pin
Reptar06-Aug-09 21:20
Reptar06-Aug-09 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.