Search found 28 matches
- Fri Jun 09, 2006 4:28 am
- Forum: PHP - Code
- Topic: Editing Checkbox
- Replies: 1
- Views: 125
Editing Checkbox
Hi All ! Im editing a php page and i have to retrive the value of a checkbox and im not sure how to get that :cry: The part of the code is below. Kindly tell me how to get back the value of check box and display it on the page, this code displays the checkbox as checked always irrespective of whethe...
- Thu Jan 12, 2006 12:21 am
- Forum: PHP - Code
- Topic: Error !!
- Replies: 6
- Views: 260
- Thu Jan 12, 2006 12:02 am
- Forum: PHP - Code
- Topic: Error !!
- Replies: 6
- Views: 260
- Wed Jan 11, 2006 9:49 pm
- Forum: PHP - Code
- Topic: Error !!
- Replies: 6
- Views: 260
- Wed Jan 11, 2006 9:15 pm
- Forum: PHP - Code
- Topic: Error !!
- Replies: 6
- Views: 260
Error !!
hi guyz !! hey i gotta problem in thisone.. i know its simple but what to do ?? :( the code is below, im viewing a radio button, plzz tell me what am i missing. echo '<tr><td> if ($row['5'] == sig) { echo "Significant Breakthrough"; } elseif ($row['5'] == maj) { echo "Major Breakthrou...
- Thu Dec 29, 2005 8:17 pm
- Forum: PHP - Code
- Topic: link problem ! :D
- Replies: 2
- Views: 444
- Tue Dec 27, 2005 8:50 pm
- Forum: PHP - Code
- Topic: link problem ! :D
- Replies: 2
- Views: 444
link problem ! :D
hi guyz ! i got a problem in linking... hope u can solve that. the code for my page is below: <?php if(!isset($_COOKIE['user_id'])||empty($_COOKIE['user_id'])){ echo "Please login first"; exit();} include ('header.inc'); $page_title="Objective Achievement"; $user_id=$_COOKIE['use...
- Wed Dec 21, 2005 11:38 pm
- Forum: PHP - Code
- Topic: Radio Buttons
- Replies: 4
- Views: 365
- Wed Dec 21, 2005 10:44 pm
- Forum: PHP - Code
- Topic: Radio Buttons
- Replies: 4
- Views: 365
- Wed Dec 21, 2005 10:24 pm
- Forum: PHP - Code
- Topic: Radio Buttons
- Replies: 4
- Views: 365
Radio Buttons
hi all ! im supposed to edit a form and in that form there is a radio button as well. im not sure how to retrive the value of the radio button from database. kindly help. the code is given below: i couldnt get the value of the radio button. the database table structure is also given below: <?php inc...
- Wed Dec 21, 2005 12:43 am
- Forum: PHP - Code
- Topic: help needed ! radio buttons
- Replies: 13
- Views: 495
- Wed Dec 21, 2005 12:14 am
- Forum: PHP - Code
- Topic: help needed ! radio buttons
- Replies: 13
- Views: 495
- Tue Dec 20, 2005 11:32 pm
- Forum: PHP - Code
- Topic: help needed ! radio buttons
- Replies: 13
- Views: 495
- Tue Dec 20, 2005 10:36 pm
- Forum: PHP - Code
- Topic: help needed ! radio buttons
- Replies: 13
- Views: 495
- Tue Dec 20, 2005 9:55 pm
- Forum: PHP - Code
- Topic: help needed ! radio buttons
- Replies: 13
- Views: 495
HawleyJR | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] Actually im using a simple form in which user key in values. If a user wants to edit what they have submitted, for that im writi...