Jump to content

vjgopinath

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by vjgopinath

  1. Hi PFMaBiSmAd, I checked the URL bar and found the parameters missing when I click "Buy Now" button. I have attached the php code and the resulting html output for further check. Thanks a lot! [attachment deleted by admin]
  2. Hi All, I am pretty new to PHP ( I am a C Programmer). I am trying a simple shopping cart website for my friend. IN one of the pages, I am submitting some info, which is actually not showing up in my server side php. Below is the HTML code to submit. <a href="cart.php?action=add&p=5&size=small"> <img src="images/add_to_cart.gif"/> </a> I tried to check the values of the parameters using $action = $_GET['action'] ; Action stored empty. Then I checked the whole array print_r($_GET) which returned Array( ) So, for some reason the value is always empty. I tried the declaration GLOBAL $_GET, but no use. Any help/directions - much appreciated!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.