Search found 1 match

by dirkvu
Wed Jun 04, 2003 2:16 pm
Forum: PHP - Code
Topic: passing variables
Replies: 1
Views: 1020

passing variables

Hey, I want to pass multiple variables with the get method. The names of the variables are the same. It works with one variable: url = http://www.mysite.com/testing.html?name=jon In my code I write : $variabele = $_GET["name"]; But now!!!!!: http://www.mysite.com/testing.html?name=jon&...