Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: wilch ; Forum: PHP and child forums
Forum: PHP Oct 6th, 2009
Replies: 15
Solved: form validation
Views: 748
Posted By wilch
Cool, that's good news then. :P
Forum: PHP Oct 6th, 2009
Replies: 15
Solved: form validation
Views: 748
Posted By wilch
Hi Planet,
The reason why the insert could be failing is because the db expects the userid to be an integer, whilst in your case if you are using the following code to generate your userid, then the...
Forum: PHP Oct 2nd, 2009
Replies: 5
Views: 387
Posted By wilch
Hi jbob, i didn't thoroughly analyze your code, but did a quick run through it, and i found 2 errors to start of with.
- line 83, the value being echoed into the hidden control's value attribute,...
Forum: PHP Oct 2nd, 2009
Replies: 15
Solved: form validation
Views: 748
Posted By wilch
Hi there !
Ok in the file testsel1.php, you need to do the following:
- revalidate the count of checked drivers, and ensure there are 7 (or less ??)
- generate the random id.
- save both drivers...
Forum: PHP Sep 22nd, 2009
Replies: 15
Solved: form validation
Views: 748
Posted By wilch
No problem !
Forum: PHP Sep 21st, 2009
Replies: 15
Solved: form validation
Views: 748
Posted By wilch
Here's the idea, though i have not tested the code, the logic is correct.


<?php

$sql = "SELECT * FROM options LIMIT 65";
$rs = mysql_query($sql);

echo "<form name='frmChk'...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC