close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Security rule logged in as owner

Thread began 4/10/2012 7:11 pm by jo271221 | Last modified 4/11/2012 8:02 am by jo271221 | 797 views | 1 replies

Jason ByrnesWebAssist

when you store the event in the database, you should have a column in the events table for the event owner.

in security assist, when a person logged in, their id is stored in a session, in the event owner column, store the ID of the logged in user.


On the update page, there will be a recordset used to display the current event, in this case, it is being filtered by the eventid querystring variable:
?eventid=96609

so the recordset SQL will look something like this:

SELECT * FROM events WHERE eventid = paramEventID

in the variables section:
Name: paramEventID
type: integer
default value: -1
run time value: $_GET['eventid']


you will need to edit the recordset to include the the event owner column and compare it against the user ID session variable.

WHERE eventid = paramEventID AND eventOwner = paramUserID

new variable:
name: paramUserID
type: integer
default value: -1
run time value: $_SESSION['userID']

bear in mind that i don't know your database structure, or session variable names, so any code above is purely for example

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...