Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: medora
Forum: Apple Hardware Sep 22nd, 2006
Replies: 2
Solved: Strange problem
Views: 1,713
Posted By medora
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
Posted By medora
Forum: PHP Sep 20th, 2006
Replies: 1
Views: 1,749
Posted By medora
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
Posted By medora
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
Posted By medora
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
Posted By medora
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
Posted By medora
We use PSI Gate from Canada a lot.
Forum: Post your Resume Sep 19th, 2006
Replies: 2
Views: 1,687
Posted By medora
Where can I see your portfolio?
Showing results 1 to 8 of 8

 


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

©2003 - 2009 DaniWeb® LLC