Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Participant ,
Jul 24, 2011 Jul 24, 2011

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.

TOPICS
Server side applications
305
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 24, 2011 Jul 24, 2011
LATEST

Something like this

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

gary

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines