Forum: PHP Apr 27th, 2006 |
| Replies: 1 Views: 4,387 It seems to look like you can, however I have never done it first hand. Check out this tutorial:
http://www.phpfreaks.com/tutorials/61/0.php |
Forum: Windows NT / 2000 / XP Apr 26th, 2006 |
| Replies: 43 Views: 256,413 Ran into this same problem with a customer's PC at work today with exact same issues as tschrock described. I was cleaning viri from the PC and went to reboot and BAM, no registry! Good times! |
Forum: Web Browsers Apr 26th, 2006 |
| Replies: 7 Views: 1,476 IE7 as a "improvement" over IE6 is incredible. The tabbed browsing and RSS features are neat, however Microsoft has once again failed to make IE7, thus far, compatible with CSS and XHTML. They... |
Forum: Web Browsers Apr 26th, 2006 |
| Replies: 2 Views: 1,357 It sounds like his computer isn't taking DNS settings correctly. Try a:
ipconfig /displaydns
This should show the DNS servers being used by the computer's cache. If it's showing nothing or... |
Forum: Motherboards, CPUs and RAM Apr 26th, 2006 |
| Replies: 4 Views: 1,460 First thing I would do is confirm all of your hardware is properly seated in your motherboard. Give that a go and try it out again. If that's not the case, double check temps on CPU, HDD, and Video... |
Forum: HTML and CSS Apr 26th, 2006 |
| Replies: 6 Views: 42,741 In the 'view_ad.php' file you are calling into the IFRAME, you need to define the background color. You can do this a myriad, perhaps the easiest would be to ensure that the body tag has a BG Color... |
Forum: JavaScript / DHTML / AJAX Apr 26th, 2006 |
| Replies: 5 Views: 14,847 Or even simpler and "W3C Correct"
<span style="cursor: hand;">Text with Hand Icon</span>
If you're feeling sassy you could even tie that span to a class and add that to the CSS file to keep your... |
Forum: PHP Apr 26th, 2006 |
| Replies: 5 Views: 5,479 Alright, to process a form to a Database is a pretty simple task, however with no experience it's going to be some work. Below is a link I would suggest taking a look at to get started:... |