Recent content by shinigamisnight

  1. S

    php: Getting variable name, not variable value when passing values to another page.?

    $actorID is storing an integer that I want passed. I've tried it these ways: echo'<a href="http:// okaram. spsu.edu/~lwatling/Project/ movie.php?id=$actorID">Submit</a>'; returns $actorID echo'<a href="http:/ /okaram. spsu.edu/~lwatling/Project/ movie.php?id=actorID">Submit</a>'; returns...
  2. S

    php: Getting variable name, not variable value when passing values to another page.?

    $actorID is storing an integer that I want passed. I've tried it these ways: echo'<a href="http:// okaram. spsu.edu/~lwatling/Project/ movie.php?id=$actorID">Submit</a>'; returns $actorID echo'<a href="http:/ /okaram. spsu.edu/~lwatling/Project/ movie.php?id=actorID">Submit</a>'; returns...
Back
Top