Forum: PHP Dec 12th, 2008 |
| Replies: 0 Views: 266 lines of code is:
$que_id = uniqid();
$que['Yes'] = No;
$que['No'] = No;
$que[$_POST['r1']] = Yes;
$que_words1= $_POST['q1'];
$sql = "INSERT INTO `tbl_CT_Questions`... |
Forum: PHP Dec 5th, 2008 |
| Replies: 2 Views: 3,426 hi stephen84s,
thx for your response.
well my problem starts from here only. i have done the text box enable/disable but find problem in php/mysql code part to get the values and insert into db... |
Forum: PHP Dec 5th, 2008 |
| Replies: 2 Views: 3,426 Hi,
i have a html form for questionnaire whr i have few question.
each one has 2 radio button (yes/no). if value for radio button 'yes' is selected then activate text box to write the comment.... |
Forum: PHP Dec 4th, 2008 |
| Replies: 6 Views: 586 i did ..it gives result object id #2 |
Forum: PHP Dec 3rd, 2008 |
| Replies: 6 Views: 586 i can use MD5 hash for random numbers (even i m using it ) but the problem is data is not inserting into db.also not showing any error.
till now cudnt find the reason. |
Forum: PHP Dec 3rd, 2008 |
| Replies: 6 Views: 586 dear frnds,
i hace wrote this code to generate unique id for questionnaire and a query to save it into database with two more value (response id and date)
individually i have checked and unique... |