An attendee to Espen’s recent webinar asked how to check tables for corruption. This kind of ties into my recent post on InnoDB’s handling of corrupted pages, because the best way to check for corruption is with CHECK TABLES, but if a page is corrupt, InnoDB will crash the server to prevent access to the [...] [...more]
Package: Fiscal Year Date Check Summary: Check if a date is in the same year of another Groups: PHP 5, Time and Date Author: Edwin F. Sturt Description: This class can check if a date is in the same fiscal year of another… Read more at http://www.phpclasses.org/package/7218-PHP-Check-if-a-date-is-in-the-same-year-of-another.html View full post on PHP Classes: Latest entries [...more]
Package: Check Email Summary: Verify whether an e-mail address is valid Groups: Email, PHP 5, Validation Author: Edgar Description: This class can verify whether an e-mail address is valid… Read more at http://www.phpclasses.org/package/7163-PHP-Verify-whether-an-e-mail-address-is-valid.html View full post on PHP Classes: Latest entries [...more]
Package: Check Prime Numbers Summary: Show prime numbers between two values Groups: Algorithms, Math, PHP 5 Author: Afif AHmad Hidayat Description: This class can show prime numbers between two values… Read more at http://www.phpclasses.org/package/6992-PHP-Show-prime-numbers-between-two-values.html View full post on PHP Classes: Latest entries [...more]
I have a php file that may or may not recive data from various forms, i need to know if there was something sent without checking each of the possible vars How can i do this? [...more]