Extensive PHP Articles, Resources and Links

Tuesday, May 18, 2004

Getting The Date Of Included Files


If you're using separate files in PHP via include or fopen then use this code to get the date the files were last modified on your main page:

$filemod = filemtime("filename");
echo "Last modified ";
echo date("j F Y", $filemod);


MySQL Moves on Clustering Technology


The developer of one of the world's most high-profile, open-source databases, Sweden's MySQL AB, this week launched MySQL Cluster, a new open-source database clustering technology for applications that need continuous availability. [More...]

MySQL Adds High-end Enterprise Features to Database


Swedish open source database, MySQL, plans to unveil a new software feature and partner program, raising the question about how well it's faring against proprietary database sellers. At the urging of its customers, MySQL is adding new high-end enterprise features to its database that improve the product's availability and reliability of applications, said Alex Roedling, senior product manager for MySQL in Palo Alto, California. [More...]