Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7917723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:14:48+00:00 2026-06-03T15:14:48+00:00

I have a variable $RepCom if it isset, I want it to be the

  • 0

I have a variable $RepCom if it isset, I want it to be the value of the input RepCom.

I’m trying to figure out the right way to make this work…

$x_RepCom = '<input name="RepCom" type="text" value="'. if(isset($RepCom)){echo $RepCom; }.'">';

Just dumping the variable is fine, but I get a Undefined error if it is not set.

 $x_RepCom = '<input name="RepCom" type="text" value="'.$RepCom.'">';

So how do I put the if isset for the $RepCom into the value of the input?

I tryed…

$x_RepCom = '<input name="RepCom" type="text" value="<?php if(isset($RepCom)){echo $RepCom; }?>">';

But that just dumps the string <?php if(isset($RepCom)){echo $RepCom; }?> into the value.

What am I missing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:14:52+00:00Added an answer on June 3, 2026 at 3:14 pm

    You would probably want to put the value as an variable:

    if(!isset($RepCom))
        $RepCom='';
    
    $x_RepCom = '<input name="RepCom" type="text" value="'.$RepCom.'">';
    

    Now if it is not set, it will be given value of an empty string, which will prevent the undefined error.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have variable: String colorName = BLUE; I want to set this color to
So let's say I have variable like this one: $q = DB::select('id')->from('reports')->where('field', '=', 'value');;
I have variable that store data datetime UTC from database. I want to make
i have variable such as 1,2,3,4 i want to count of commas in this
I am trying to have some variable properties value and use Maven profile to
i have this code , i want to convert the get(title) to variable ,
I have variable @count of datatype int.I am setting values to this @count. I
I often work with text files which have a variable amount of whitespaces as
I want a two-column div layout, where each one can have variable width e.g.
I have variable call items having array of items which contains following value [[#<Item

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.