Jump to content

GUI using PHP?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Is it possible to make a client side GUI using PHP?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You can use AJAX to make a GUIish window, but thats PHP in conjunction with JavaScript

#3
Cosmet

Cosmet

    Learning Programmer

  • Members
  • PipPipPip
  • 58 posts
Can't you use this: http://gtk.php.net/

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
GTK is an extension to php which allows you to compile the code and create desktop applications (for windows/linux). GTK (although its very new and not widely supported) can be used to create desktop GUI's and Ajax can be used to create web based GUI's.

:)

#5
Centreri

Centreri

    Newbie

  • Members
  • PipPip
  • 28 posts
Yep. Via HTML and CSS. How do you think most forums and all work? Or the post box? That's PHP-powered GUI via HTML and CSS.