Jump to content

Help with passing id and field info?


imimin

Recommended Posts

What? Can you show us some code or something please.

 

Something like this:

<a href="page.php?id=123">Link</a>

<?php // page.php

echo $_GET["id"]; // 123

[/code]

 

But I don't really get it, would this not just point to the row?  How would I specify the field?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.