Search found 1249 matches

Actual Results

Post Posted: December 1st, 2007, 8:56 am

Do you have the drivers installed?

Post Posted: December 1st, 2007, 1:04 am

kc0tma wrote:
I think I'll try that MacFuse and go with the NTFS. Thanks!

Good choice. That's what I use -- I am really happy with it.

Post Posted: December 1st, 2007, 12:58 am

I had the same problem a while back. May I ask what OS you are running? I am assuming Windows (XP or Vista). I forget the name of the program I used, but it worked really well -- it allowed you to copy over the files. Another program I remember off of the top of my head is GetDataBack -- it works fa...

Post Posted: December 1st, 2007, 12:56 am

Sounds like it's the ISP. An ethernet card would not consistently go down at night and come back up during the day, however I have heard of this happening with ISPs.

Tell your ISP to send a tech over there and have 'em take a look.

Good luck :)

Post Posted: November 13th, 2007, 7:37 pm

OOP - Object Oriented Programming. PHP versions 5 and up support it -- it is really great. Do some research on it, I guarantee you will find something. Yes, classes are OO. They really aren't hard to learn once you look into and they are extremely logical. They will also help when learning other lan...

Post Posted: November 13th, 2007, 7:33 pm

This does bring up an interesting dilemma, however. According to W3C( document )... An XML declaration is not required in all XML documents; however XHTML document authors are strongly encouraged to use XML declarations in all their documents. Such a declaration is required when the character encod...

Post Posted: November 13th, 2007, 1:46 pm

Whenever I use just margin: 0 auto; it works fine in IE6. I do have a better idea, though. Why don't you tell me why this doesn't work in IE6. Hmmm? [code]<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN&qu...

Post Posted: November 12th, 2007, 4:56 pm

[php] //Setting the date variable $date = date(l); //echo $date; //The link generation (edit the HTML part to meet your CSS stylesheet name and the address) if($date == 'Monday') { print '<link rel="stylesheet" type="text/css" href="monday.css" />'; } elseif($dat...

Post Posted: November 12th, 2007, 4:52 pm

The text-align center is for IE5, not 6. Whenever I use just margin: 0 auto; it works fine in IE6. Um...sorry, no it doesn't, friend. IE 5, 5.5 and 6 are essentially the same rendering engine underneath. The same rendering engine that was developed a long time before any web developers talked about...

Post Posted: November 12th, 2007, 11:31 am

Simple solution :)
Code: [ Download ] [ Select ]
CSS: body { text-align: center; } body * { text-align: left; } #container { width: 775px; margin: 0 auto; } HTML: <body> <div id="container"> content </div> </body>
The text-align...

Post Posted: November 12th, 2007, 11:26 am

webcosmo wrote:
and some more:
--------------------
...
__________________


and another:
http://www.wordhugger.com/

Post Posted: October 28th, 2007, 2:34 pm

That can't be done in just HTML. You'll need PHP support and a MySQL database. You can find a tutorial for a guestbook here . PHP is not mandatory. You can use any serverside scripting language such as Ruby on Rails, ASP.NET, Perl, or PHP. There are also multiple databases: MySQL, PostgreSQL, MSSQL...

Post Posted: August 17th, 2007, 3:37 pm

joebert wrote:
Stay away from them both, learn a REAL language.

Seriously, the only work youre going to get with PHP is for scammers, spammers, addicts & morons.

Ruby is going to turn out the same way, it's PHP for the 2.0

Oh the irony! This site is written in PHP, remember?

http://www.ozzu.com/index.php

Post Posted: August 17th, 2007, 12:43 pm

See http://us.php.net/mail#72988

Post Posted: August 17th, 2007, 2:24 am

One could just do
Code: [ Download ] [ Select ]
if($_POST['submit']) { }
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.