Copy link to clipboard
Copied
quote:...
Originally posted by: Newsgroup User
whatalotofrubbish wrote:
> First is defined as a variable with a run time value of #first#
> Last is similarly defined as #last#.
It looks as though you have been following an old tutorial or
Dreamweaver help file, which gives the examples of variables in that
format. The problem is that format is for ColdFusion, not PHP.
Your variables should be $_GET['first'] and $_GET['last'].
--
David Powers, Adobe Community Expert
Author, "The Essential Gui
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Newsgroup User
whatalotofrubbish wrote:
> First is defined as a variable with a run time value of #first#
> Last is similarly defined as #last#.
It looks as though you have been following an old tutorial or
Dreamweaver help file, which gives the examples of variables in that
format. The problem is that format is for ColdFusion, not PHP.
Your variables should be $_GET['first'] and $_GET['last'].
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now