|
-
February 7th, 2008, 04:43 PM
#6
Well the function looks like:
function LookUpIdById($parent_id,$child_id)
{
$where = "where PARENT_ID=$parent_id and CHILD_ID=$child_id ";
return($this->LookUpOneColumn("ID",$where));
}
It works fine if i put in the numbers but not the variables like I said I will try that int function :-)
Similar Threads
-
By embro1001 in forum Other Tutorials Forum
Replies: 0
Last Post: July 16th, 2005, 05:25 PM
-
By journy101 in forum Newbie Security Questions
Replies: 1
Last Post: May 1st, 2003, 06:16 AM
-
By jethro in forum Other Tutorials Forum
Replies: 5
Last Post: November 3rd, 2002, 03:09 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|