PDA

View Full Version : اجرایی کردن برنامه های PHP در ویندوز



oxygenws
سه شنبه 05 اردیبهشت 1385, 23:10 عصر
برنامه جالبی به نام WinBinder وجود داره که می تونه فایل های PHP شما رو اجرایی کنه....
یک چیزی شبیه فریم ورک های بازمتن...
این کد رو ببینید:


<?php

// Code sample: A Windows application with only three lines

include "../include/winbinder.php"; // Include WinBinder library
wb_create_window(NULL, PopupWindow, "Hello world!", 480, 320); // Create application window
wb_main_loop(); // Enter message loop

?>

که تصویر زیر درست میشه:

http://hypervisual.com/winbinder/pic/minimal.png

منبع: http://hypervisual.com/winbinder/index.php