close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Show if conditional region syntax

Thread began 10/27/2016 4:17 am by Nixtev | Last modified 10/27/2016 4:32 pm by Nixtev | 1080 views | 4 replies

Nixtev

Show if conditional region syntax

I'm busy converting a site with a lot of coding generated by ADDT and other PHP/MySQL extensions over to MySQLi and thought I'd better check before I go any further that what I've got is correct, or if it will cause me problems further down the line.

The code I had was

<?php
// Show IF Conditional TopMenu
if (@$row_Rs_siteinfomnu['site_menu'] >= "2"
AND
@$row_Rs_siteinfomnu['site_menu'] <= "4") {
?>

so does that simply become

<?php
// Show IF Conditional TopMenu
if ($Rs_siteinfomnu->getColumnVal("site_menu") >= "2"
AND
$Rs_siteinfomnu->getColumnVal("site_menu") <= "4") {
?>

or do I need to do anything else?

I also have this one that I need to convert as well but not yet sure if I'm heading in the right direction!

<?php // Hide if RS Field is Null
$field = $row_Rs_dog['photo1_copyr'];
if(strlen($field) > 0){
?>

which I've got as far as changing to

<?php // Hide if RS Field is Null
$field = $Rs_dog->getColumnVal("photo1_copyr");
if(strlen($field) > 0){
?>

but really not sure if that's going to be the right way to do it or not.

Thanks.

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