Forum: PHP Oct 6th, 2009 |
| Replies: 15 Views: 766 Cool, that's good news then. :P |
Forum: PHP Oct 6th, 2009 |
| Replies: 15 Views: 766 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: 396 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 Views: 766 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 Views: 766 |
Forum: PHP Sep 21st, 2009 |
| Replies: 15 Views: 766 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'... |
Forum: MySQL Aug 19th, 2009 |
| Replies: 6 Views: 508 |