Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for php

How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)

How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)
PHP is everywhere, it has a huge Ecosystem of Libraries (like User's Session Management, Security, ...) which are still lacking in REBOL (though Rebol has all the network protocols and the very nice Parse to process strings, building a well-organised reusable framework takes time), so it makes sense to use ...more»

Fastest Way to Generate Propel Schema for PHP Symfony Framework

Fastest Way to Generate Propel Schema for PHP Symfony Framework
In our article "Creating an OOP Class-Based Language with a Prototype-Based OOP Language", we said: Why try to create a class-based OOP language from a prototyped-base OOP language ? The reasons to do so are numerous like simulating an other language or use it as a model for building Semantic Layers ...more»
7 Dec by admin in All, Internet, Interoperability, php

How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)

How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)
We have seen how to call Rebol Cgi from C#/ASP.NET through HttpWebRequest or Process.StartInfo. We're now going to see how to do so in PHP. PHP can relatively easily interface with Perl thanks to the Apache_Note function. This function can work with Perl because Perl has libraries suitable for that purpose. Unfortunately ...more»

Protect access to your Rebol Script with PHP (kind of Easy Distributed Web Service)

Protect access to your Rebol Script with PHP (kind of Easy Distributed Web Service)
As we have seen since the very beginning, Rebol has the amazing power of being able to execute code remotely. Behind the scene, it will transparently load the script from the server and execute it on your machine as if the web storage was an extension of your disk space. Since ...more»