LOGIN

Tagged entries: "webstuff"

Didn’t want to lose this one.

IE7 intro [dean.edwards.name] [Slashdot / Mar 12]

» Read More

posted by erin at 04:53 PM on 13 March 2004  tag in del.icio.us Digg!
tags: webstuff
 

Themeworld.com has an impressive list of fonts and smilies and and and…

» Read More

posted by erin at 04:52 PM on 21 December 2003  tag in del.icio.us Digg!
tags: webstuff
 
posted by erin at 01:59 PM on 26 November 2003  tag in del.icio.us Digg!
tags: webstuff
 

I keep forgetting the exact answer to this one, so figured I’d note it:

[PHP] Re: include_once vs require_once

Basically, as I understand it, require() and require_once() are replaced during parsing—before code execution. And include() and include_once() are replaced during code execution. Thus, a required file is always imported into the file whereas an included file is only imported if the include() statement is executed.

» Read More

posted by erin at 11:03 PM on 21 November 2003  tag in del.icio.us Digg!
tags: webstuff