Recent content by dav1

  1. D

    How to set a predefined ...cart.php?item=gift and still be able to add on to the end...

    ...with data from a form? The action part of the form has the address then at the end ...cart.php?item=gift but when it sends in the data in the form i.e. from the text box it doesnt append to this it just overwrites it so it becomes ...cart.php?amount=1. how can i make it so it adds to the end...
  2. D

    how do I print a link when using php within html without it being on a new line....

    ...When i do print "<a href...? sorry I wasnt clear...it is within the body of the html but around <?php ?> tags and also within an if statement so i cant close the php then open them again because of the if. When i try print <a href=$website_link>Click Here</a>, it works but it does the...
Back
Top