Jump to content

Help with a variable question


Emperio

Recommended Posts

Hi i got a question about a variable

I try to do this

    while($i<=$userstats3[lineupgrade])

    {

      $line$i='test';

      print "'$line$i'";

      $i++;

    }

 

But its not working

I want to give the variable of 'test' a name+$i so when i = 2 it must be the line2..

But this shows error can someone tell me how to do it right?

Link to comment
Share on other sites

${"line$i"};

It working great but if i want to use it in a if i use it like this:

if{${"line$i"}==2}

{

something happens;

}

I get this error

Parse error: syntax error, unexpected T_IS_EQUAL, expecting '}' in /home/a6767130/public_html/setline1.php on line 27

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.