close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Can you write a show if rule for LIKE? Can you have 2 session variables on one page, one inside the other?

Thread began 12/27/2021 12:08 am by jo271221 | Last modified 12/27/2021 9:08 am by Ray Borduin | 190 views | 2 replies |

jo271221

Can you write a show if rule for LIKE? Can you have 2 session variables on one page, one inside the other?

This obviously works
<?php
if ("" . $WADAtbl_directorylistings->getColumnVal("salesrep") . "" == 'SB' ) {
?>
<input type="button" class="formButton ResultsPageButton unstyled UpdateButton" value="" onclick="document.location.href='user-update.php?id=<?php echo($WADAtbl_directorylistings->getColumnVal("id")); ?>';"/>
<input type="button" class="formButton ResultsPageButton unstyled DeleteButton" value="" onclick="document.getElementById('WADADeleteRecordID').value=<?php echo($WADAtbl_directorylistings->getColumnVal("id")); ?>;document.getElementById('deleteBox').style.display = 'block';document.getElementById('deleteMessage').style.display = 'table';" />
<?php
}
?>

I tried this
$WADAtbl_directorylistings->getColumnVal("salesrep") . "" == '%SB'

I just need SB, SBEB, SBJJ - so any of those combinations in the sale rep field will validate access.
If I cannot do LIKE, maybe elseif - I don't know how to write the else if, so is that is what I should do, can you please send me an example.

Also I want the user id of 9068 to have access to all the buttons via session ID, but I am already restricting the content of the page with the session accesslevel and the buttons are obviously within the content. Does it work to 'nest' session variable restrictions?

Thank you!

Sign in to reply to this post

jo271221

FTP in private message

Sign in to reply to this post

Ray BorduinWebAssist

if (in_array($WADAtbl_directorylistings->getColumnVal("salesrep"), array("SB", "SBEB", "SBJJ"))) {

or maybe just:
if (strpos($WADAtbl_directorylistings->getColumnVal("salesrep"), "SB") === 0) {

Sign in to reply to this post
Did this help? Tips are appreciated...

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...