Skip to main content
Inspiring
July 24, 2011
Question

How to add a form only on a detailpage with a specific id

  • July 24, 2011
  • 1 reply
  • 303 views

Hi, I hope somebody can help me with this.

I have created a detailpage. The id is passed through the URL and it works.

Now I want to add a form only on a detailpage with a specific id.

How do I accomplish this?

Any help is greatly appreciated.

This topic has been closed for replies.

1 reply

July 24, 2011

Something like this

<a href="your_cont_form.php?your_id=<?=$row['your_id']; ?>">

gary