Forum: Apple Hardware Sep 22nd, 2006 |
| Replies: 2 Views: 1,713 Try putting it on a different channel and enable "Interference Robustness".
"Base station Interference Robustness, which provides improved performance when 2.4GHz devices like cordless phones and... |
Forum: PHP Sep 21st, 2006 |
| Replies: 9 Views: 3,152 |
Forum: PHP Sep 20th, 2006 |
| Replies: 1 Views: 1,749 What about this article ..
http://www.devshed.com/c/a/PHP/Creating-a-Fraud-proof-Voting-System |
Forum: PHP Sep 20th, 2006 |
| Replies: 9 Views: 3,152 Try this code:
<?php
$mydata = unserialize($row['services']);
if (is_array($mydata) == false) {
echo 'It is not an array!';
exit;
} |
Forum: PHP Sep 19th, 2006 |
| Replies: 9 Views: 3,152 You definitely want to unserialize your data before you can use it:
<?php
$myData = unserialize($row['services']);
var_dump($myData); // see what's inside
?>
If you are dealing with array... |
Forum: eCommerce Sep 19th, 2006 |
| Replies: 23 Views: 16,768 I find that another barier - is the quality of product images. But I guess you can count it as a part of the web site setup costs. :) |
Forum: eCommerce Sep 19th, 2006 |
| Replies: 16 Views: 6,877 We use PSI Gate from Canada a lot. |
Forum: Post your Resume Sep 19th, 2006 |
| Replies: 2 Views: 1,687 Where can I see your portfolio? |