PDA

View Full Version : login system using php and mysql


dme69
11-19-2006, 11:20 PM
Hello all,
I know that there are some topics on such question but i did not find any clear answer.
I want to use a user login managment made with php and mysql (from a CMS) and i want to use it with solo mode. After having the user name and session, I want to use this information to make request in mysql.

Is it possible ? Does someone already make something like that ? And is it possible to have example ?

Thanks for your help.

Dominique.

PS : For the moment i want to make a prototyp ...

mmenti
11-20-2006, 05:59 AM
Openlaszlo works with any server-side technology, as long as that technology is able to return XML (can't think of any that can't...).
There's some database examples using jsp in the docs here: http://www.openlaszlo.org/lps/docs/guide/data_app.html#d0e22673

Same principles apply with php or other server-side technologies.