ViperG Posted December 5, 2006 Share Posted December 5, 2006 [code]$sqld = "SELECT listingsdbelements_field_value FROM default_en_listingsdbelements WHERE listingsdb_id = $current_ID AND listingsdbelements_field_name LIKE 'price' ";$recordsetdave= $conn->Execute($sqld);[/code]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/29473-is-this-right/ Share on other sites More sharing options...
drifter Posted December 5, 2006 Share Posted December 5, 2006 well for one you need a % when you use like and list search are usually slowalso depending on what you are doing, you can visit pear.php.net and get a DB class - that will help you a lot Link to comment https://forums.phpfreaks.com/topic/29473-is-this-right/#findComment-135298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.