|
|
Right, I have just built a list page and a detail page to test this out. I have
done this hundreds of times in asp, but it doesn't seem to be working in php!
1/On the list page I have a list of database records that link to the detail
page.
2/When the link is clicked I have a go to detail page and I am passing the url
parameter of fld_id
3/On the detail page I have the move to sepcific record behaviour which is
collecting the fld_id parameter
Is that not right? Is it handled differently in PHP to how it should be done
in asp?
Mat
|
|