keepingbusy
Programmer
Hello guys,
Not sure where to start with this one so I will try and explain it in my own way.
First off I have a line of script that we previously inserted in between some HTML coding on a web page for individual items. Here is the code:
This was straight forward as the page identified the cid number and associated that with the page shown.
On another website (PHP) I have some other information I would like to link back to the above by inserting the code into a PHP file.
The new site has three common fields (If that is the right description). The fields are called fatherID (Int 11) ListingID (Int 11) and TypeID (Int 11). These fields are also present in the other table.
So what I want it to do is when someone looks at a record/item on the PHP site (Let's say for example, that items unique ID numbers are fatherID=34&ListingID=5&TypeID=45 (but of course, these could be fatherID=34&ListingID=4&TypeID=34 or any other reference numbers stored in the table), I want the first code to be able to know that the fatherID, ListingID and TypeID matches.
I really hope that makes some sense and I apologise in advance if I have not made this very clear.
Please let me know if I can supply any further information and your guidance not the solution would be most advantageous.
Many thanks
Lee
Not sure where to start with this one so I will try and explain it in my own way.
First off I have a line of script that we previously inserted in between some HTML coding on a web page for individual items. Here is the code:
Code:
<script language="javascript" src="[URL unfurl="true"]http://www.oursite.com/users/ourfile.php?cid=2"></script>[/URL]
On another website (PHP) I have some other information I would like to link back to the above by inserting the code into a PHP file.
The new site has three common fields (If that is the right description). The fields are called fatherID (Int 11) ListingID (Int 11) and TypeID (Int 11). These fields are also present in the other table.
So what I want it to do is when someone looks at a record/item on the PHP site (Let's say for example, that items unique ID numbers are fatherID=34&ListingID=5&TypeID=45 (but of course, these could be fatherID=34&ListingID=4&TypeID=34 or any other reference numbers stored in the table), I want the first code to be able to know that the fatherID, ListingID and TypeID matches.
I really hope that makes some sense and I apologise in advance if I have not made this very clear.
Please let me know if I can supply any further information and your guidance not the solution would be most advantageous.
Many thanks
Lee