Jump to content

validate either if or switch case


oracle765

Recommended Posts

it kind of depends on if there are or can be other values accross in any set and if there are or can be other values down with 5,...10... or higher?

 

and do you need to validate that the values being tested are only in those sets of values or is just getting the number from the end enough?

Edited by mac_gyver
Link to comment
Share on other sites

 

so I can do

 

switch if $policytypeid = substr($policytypeid, -1); then ??

No, because that is not valid syntax,

 

Mac_gyver code will will return the last character from the string stored in $policytypeid. So if   $policytypeid   is set to   FamilyR2  then   substr($policytypeid, -1);   will return 2.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.