|
Posted by Jerry Stuckle on 12/18/03 11:49
prieditis@lookaheaddecisions.com wrote:
> Hi,
>
> I'm looking for someone to do some relatively straightforward
> server-side (back-end) php programming for me. Here are the basic
> specs:
>
> -secure user registration, login, password; registration might include
> standard info like name, tel, etc. Presumably these would be stored in
> an SQL database in some encrypted format.
> -some simple SQL retrieval and storage of items and associated
> information upon login
> -ability to have one user send a message to another user, upon login of
> both users, and the other to accept, each with a simple button click;
> timeout if second user does not accept. I'm not sure if you'd call this
> socket programming.
> -ability to retrieve, store, and display certain user-specific SQL
> information upon login
>
> That's really about it. Ideally, I'd like something that makes it
> flexible for me to develop or easily modify the front-end (display of
> the info) without having to know all the backend details.
>
> If you are interested, please send me
> (prieditis@lookaheaddecisions.com):
>
> -realistic cost and time estimate
> -prior php programming experience (websites, etc)
> -resume
>
> Thanks,
>
> Armand Prieditis
>
Armand,
The problem here is going to be "ability to have one user send a message to
another user...". HTTP is a pull protocol. You can't reliably just send a
message to another person through it - the browser has to request a page.
The rest is pretty basic.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|