Be a Supporter!
Response to: MYSQL UPDATE function Posted September 24th, 2001 in Programming

If you can't figure out what's wrong with an sql statement.. try logging into mysql and selecting the database you are using.. then run the sql statement from the command line.. mysql should tell you right where the problem is.

Response to: authentication scripts Posted September 24th, 2001 in Programming

Check zend.com.

I remember seeing an article on phpbuilder.com about that very subject with some nice coding.. might not have everything you need but it did have a basic, stable user system.

Response to: The Goonies Posted September 24th, 2001 in General

Goonies 2 was sooper fun. The ladder was a bitch to find.

Response to: zombie movies Posted September 24th, 2001 in General

Dead Alive.

Response to: Anyone use Vi? Posted September 23rd, 2001 in Programming

vi is great for minor updates but not to develop in.

Response to: totally unimportant Posted July 29th, 2001 in Programming

php.net has a great online manual. save your money.

Response to: simple "a:hover" style script? Posted July 12th, 2001 in Programming

put this on a tag (font, a, div, span etc)

style="color:#ff0000;" onMouseover="style.color='#00ff00';" onMouseout="style.color='#ff0000';"

Response to: simple html question Posted June 24th, 2001 in Programming

Style tags tend to work better on all browsers.

body topmargin="0" marginheight="0" marginwidth="0" style="margin-top: 0px; margin-height: 0px; margin-width: 0px;"

Response to: HTML "value" boxes... Posted June 24th, 2001 in Programming

input type="text" name="box" value="Search"
onBlur="if (box.value=='') { box.value='Search'; }"
onFocus="if (box.value=='Search') { box.value=''; }"

Response to: MORTAL KOMBAT 5!!!! Posted April 4th, 2001 in General

I anxiously await the arrival of Killer Instinct 3. One day, It will be true.