FreeGroup - phpBlocks Demo

Demo for the Visual Programming SDK for PHP


You can integrate the visual component easily into your current PHP project. Inspect the PHP source code for further information. But keep in mind: it is absolute easy to integrate.
Database Excel export

Run Edit PHP Code
Create a Excel file from a database table and provide them as CSV download.

1) Load the data from the database
2) Store the result in the variable named "result"
3) convert the variable "result" to CSV
4) provide the CSV as downloadable file.


Database Excel export with data modification

Run Edit PHP Code
Select any data from an mySQL database and provide them as CSV download.

1) inspect the example above
2) iterate over all rows
3) modify the column with the index "2" and set the value to "blubber"
4) ...


Simple Adder

Run Edit PHP Code
Add 2 numbers and print out the result. Very simple but the ideal start point to understand phpBlocks.

Adder working with PHP Variables

Run Edit PHP Code
Add two variables set by a PHP script. The first showcase for a PHP integration of phpBlocks into your project.
Simple interactive calculator

Run Edit PHP Code
Add two variables entered by a user.