10 Forum Posts by "hwnd"
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.
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.
Goonies 2 was sooper fun. The ladder was a bitch to find.
vi is great for minor updates but not to develop in.
php.net has a great online manual. save your money.
put this on a tag (font, a, div, span etc)
style="color:#ff0000;" onMouseover="style.color='#00ff00';" onMouseout="style.color='#ff0000';"
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;"
input type="text" name="box" value="Search"
onBlur="if (box.value=='') { box.value='Search'; }"
onFocus="if (box.value=='Search') { box.value=''; }"
I anxiously await the arrival of Killer Instinct 3. One day, It will be true.

