Hello there,
I have a problem with referential integrity in InnoDB. Let's say I have three tables: Author, Book and Author_Book which joins Author to Book (a book can have multiple authors and an author can have written multiple books). I have defined foreign keys from Author_Book to Book and...
Hi,
I would like to validate form fields each time the user leaves the field (onblur event), instead of doing it at once, when the form is submited.
If something goes wring, a message should appear in an alert box, the bgcolor of the problematic field should be set to red and the focus should...
Hello there,
Is there any direct way to see if the function ob_start('ob_gzhandler') is indeed working and compressing the file? I can see in the apache log file that the file has been compressed but I was wondering what to do in case someone has o access to the apache log file...
Cheers,
Xavier
Hello there,
I found what looks like a bug to me with IE6. I'm using the document.body.offsetHeight property, and with no dtd or an html dtd, it gives the correct answer (in my case 906). However, using an xhmtl dtd, like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.