Easy problem, I'll handle this one:

When you pass variables, the string looks like this:
   www.thisistheURL.com?firstVariable=somevalue&secondVariable=moreinfo

notice that the variables are separated by an ampersand. and that the
variables are seperated from the URL with a question mark. 

Easy to get tripped up on this one.

Jim
 
-------Original Message-------
 
From: Bruce Levick
Date: Sunday, December 22, 2002 11:19:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] mmmmmmm.....merry xmas
 
Bruce Levick - VivamotionIts been a hard day...christmas celebrations and I
have stopped my development thought.

I am passing two variables in a link like such.

http://localhost/starttest.php?titlelink=illustrations?ITID=5

Am I connecting these variables correctly?? I am using the 2 variables
passed to perform a query select from a table. I am getting an undefined
variable. The "$ITID" variable. It seems to be reading the two variables as
one whole one.

Can anybody point out the obvious for me??

Cheers








-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

. 


Reply via email to