Relevant Pages
- Re: simple login script issue
... IMHO it's not good to store passwords in a session, the session can be readable for the wrong persons on the web server and those someone can get the passwords. ... $result=mysql_query("select userid from users ... login did work, then the password was right and you get the userid value, store that into the session instead of the password and next time you need to fetch something that has to do with the current user, you use the $_SESSIONin your sql query. ... (alt.php) - simple login form
... on submit i run a param query to check if the userid and password exist if ... would like to store to the contactusername in a session and rediret the user ... how do i check if the param select query returned a record and how do i ... access the userid from my sql query to store it in a session ... (microsoft.public.dotnet.framework.aspnet.security) - simple login form
... on submit i run a param query to check if the userid and password exist if ... would like to store to the contactusername in a session and rediret the user ... how do i check if the param select query returned a record and how do i ... access the userid from my sql query to store it in a session ... (microsoft.public.dotnet.languages.csharp) - RE: Exporting to Excel
... GetUserId ... Static Function GetUserIdAs String ... 'Open the specific query with the data to be exported ... You can use this to drive a loop that will export a worksheet per userid. ... (microsoft.public.access.externaldata) - Re: Access combo box-show name, not ID, in table?
... created a record you would store that person's name. ... Now use the Combo Box Wizard to create a combo box to find a record ... Now that you have a form, you can make a query based on the form's Record ... >> what table to open etc...but provide a nice menu that opens up a nice form. ... (microsoft.public.access.gettingstarted) |
|