Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud
Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.
Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
Try Cloud SQL Free
Cut Cloud Costs with Google Compute Engine
Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
Simple solution for testing and documenting short code snippets.
...Tired of opening an editor to test short code snippets for functionality, saving the file and then running it in a browser? PH_Playground provides a simple solution on a single browser page.
Enter the code to be tested into the "PHP" or "JS" window and press "Run". The result will appear as Rendered or Raw HTML as you choose. In the background the code has been saved to a log file.
Works on any machine running PHP.
Log files are found in the Playground.log directory, sorted by year and month. A new log file is started every day and numbered accordingly.
...
class.debug.php
provide simple functions to set control infos in your code,
with many options to output this info in your browser and/or write in a logfile
- output of infos in browser, logfile or browser and logfile
- (browser) output infos based on a error level
- (browser) output infos compact or every message in a new line
- (browser) output info based on a special pattern
- (browser) output infos marked with special colors (html)
- (logfile) log infos based on a error...
openDebug is a simple PHP debugger for use in small websites.
openDebug will generate extra HTML/Javascript code which 'attaches' to the HTML output.
Then the coder can look up his variables, queries and check for errors.