Re: [PHP] Product details not being displayed, based on passed id

2005-04-28 Thread John Nichel
Mark Sargent wrote: Hi All, ok, so let me understand this. To be able to use GET/POST and some others, I need this turned on, yes..? Do you all have it set to on..? If no, how do you get around this..? Cheers. No. With globals off, php just doesn't _magically_ transform mydomain.com/script.php

Re: [PHP] Product details not being displayed, based on passed id

2005-04-27 Thread Mark Sargent
Richard Lynch wrote: http://php.net/register_globals On Wed, April 27, 2005 12:20 am, Mark Sargent said: Petar Nedyalkov wrote: On Wednesday 27 April 2005 08:54, Mark Sargent wrote: Hi All, this page, http://webmonkey.wired.com/webmonkey/99/21/index3a_page3.html?tw=programmin g has c

Re: [PHP] Product details not being displayed, based on passed id

2005-04-27 Thread Richard Lynch
http://php.net/register_globals On Wed, April 27, 2005 12:20 am, Mark Sargent said: > Petar Nedyalkov wrote: > >>On Wednesday 27 April 2005 08:54, Mark Sargent wrote: >> >> >>>Hi All, >>> >>>this page, >>> >>>http://webmonkey.wired.com/webmonkey/99/21/index3a_page3.html?tw=programmin >>>g >>> >>>h

Re: [PHP] Product details not being displayed, based on passed id

2005-04-27 Thread Mark Sargent
Petar Nedyalkov wrote: On Wednesday 27 April 2005 08:54, Mark Sargent wrote: Hi All, this page, http://webmonkey.wired.com/webmonkey/99/21/index3a_page3.html?tw=programmin g has code that is supposed to pass an id via the url string to the same page, and display info of a particular product, bas

Re: [PHP] Product details not being displayed, based on passed id

2005-04-27 Thread Petar Nedyalkov
On Wednesday 27 April 2005 08:54, Mark Sargent wrote: > Hi All, > > this page, > > http://webmonkey.wired.com/webmonkey/99/21/index3a_page3.html?tw=programmin >g > > has code that is supposed to pass an id via the url string to the same > page, and display info of a particular product, based on the

[PHP] Product details not being displayed, based on passed id

2005-04-26 Thread Mark Sargent
Hi All, this page, http://webmonkey.wired.com/webmonkey/99/21/index3a_page3.html?tw=programming has code that is supposed to pass an id via the url string to the same page, and display info of a particular product, based on the id being passed. Everything works fine, until I click the link, and i