ViperG Posted December 5, 2006 Share Posted December 5, 2006 $sqld = "SELECT listingsdbelements_field_value FROM default_en_listingsdbelements WHERE listingsdb_id = $current_ID AND listingsdbelements_field_name LIKE 'price' ";$recordsetdave= $conn->Execute($sqld);So now how do I get the value of price? I need to put it in a variable. Link to comment https://forums.phpfreaks.com/topic/29472-is-this-right/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.