Connecting Tech Pros Worldwide Help | Site Map

graphic interface lib for a php website?

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 04:57 AM
emiliano
Guest
 
Posts: n/a
Default graphic interface lib for a php website?

anybody can advice me about graphic interface libraries to build a generic
php website

thanks!
Emiliano



  #2  
Old July 17th, 2005, 04:57 AM
Ashmodai
Guest
 
Posts: n/a
Default Re: graphic interface lib for a php website?

emiliano scribbled something along the lines of:
[color=blue]
> anybody can advice me about graphic interface libraries to build a generic
> php website
>
> thanks!
> Emiliano
>
>[/color]

One word: echo.

You don't need graphic interface libraries to build a generic PHP
website. PHP is primarily a Hypertext Preprocessor. The fastest way is
outputting HTML [1] directly via the print() function or the echo statement.

All interface design on a good website is done in HTML and CSS [2], so I
suppose that's where you want to start. Probably you'll want to look
into XHTML rather than HTML if you come from a programming background
and have experience with XML as data storage.

The displayed interface is not rendered by the server but by the
browser. If you want static interface, create Java or C++ programs
rather than websites please. The web is cluttered up by Java interfaces
and Flash "websites" enough already.

[1] http://www.w3schools.com/html/
[2] http://www.w3schools.com/css/
--
Alan Plum, WAD/WD, Mushroom Cloud Productions
http://www.mushroom-cloud.com/
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.