Hello,
can we run php in mikrotik. I have Mikrotik 3.30. Please tell if we can then how.
urgently waiting for answer.
my mean was i want to run php with html files in MIKROTIK Router OS 3.30. Can we run php with php commands in RouterOS.What do you mean? MPLS penultimate hop popping? As I remember the answer is yes =)
Hello Fewi,No, you cannot.
Please clear me one more thing. How can i connect my mikrotik server with my external page.Run a webserver that runs your PHP code. Use an external login page server combined with a Hotspot as outlined in these examples: http://wiki.mikrotik.com/wiki/Manual:Cu ... t#Examples
Ensure you add the external server to the walled garden so it's reachable for unauthenticated users.
It's fairly simple to do, really.
The hotspot miniserv does not support PHP. It isn't even a complete web server, as it only responds to a few predefined requests (e.g., login, status, logout). The closest thing I can think of would be to implement your GUI on an external web server, and use a redirect page on the RB to pass to the the web server whatever arguments it will need.i want to design a system in php with mysql for controlling our user in mikrotik. i want to execute commands in mikrotik with api... so for this i want to paste php files in our routeros files instead of hotspot html files.