Jump to content

User Interface GUI with PHP/Javascript


isaac_cm

Recommended Posts

I am very board from the ordinary HTML forms elements UI it look soo bad when compared to .net aspx sites , so I search the net and ebooks to find a new UI tools and I found GTK but I am not so impressed also with this tool I searched again and found some tool using javascript for interface but I notice a bug in it: "it is working only with IE not FFox"

see what I mean here (enter admin/admin for login):
http://www.valdersoft.com/store/admin/login.php

so does any body have an idea , how to make a good UI in PHP sites because I hated .net and I am intended to use PHP 4 ever

thanks
Link to comment
https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/
Share on other sites

form elements can be styled using css to look any way you'd like, such as:

<input type='text' name='user_input' style='background-color: #cccccc; border: 1px solid black; padding: 2px; font-weight: bold;' />

Is that what you mean?

asp and php are both server side, and don't really have anything to do with the way your page looks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.