Jump to content

winnij

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

winnij's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, For a website php and mysql are used. A recordset contains names and a filelocation. Each name an each fillelocation needs to become a variable. I would achieve that by a for loop, see example. for($i=0; $totalRows_RS-1 ; $i++){ ($tab +($i+1)) = $row_RS['name']; ($link + ($i+1)) = $row_RS['location']; } PHP returns Parse error: parse error, unexpected '='.. Has anyone an idea to solve this problem?
×
×
  • 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.