Keeping php script seperate from UI

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-04-10T08:20:45Z Indexed on 2010/04/10 8:23 UTC
Read the original article Hit count: 300

Filed under:
|
|

I have php scripts that do things like register, login, upload. I would like to keep the HTML in a seperate file so that say I make a desktop client I can just use the php files to do the login register etc.

Basically to have say a front end, the HTML or desktop client and then only one backend, the php.

Is that possible?

© Stack Overflow or respective owner

Related posts about php

Related posts about ui