c4g Posted December 16, 2008 Share Posted December 16, 2008 Does anyone have an example of a simple mysql extension that given a connection and query string returns the result set to php. I tried looking at the mysql extension in the php source code and lets just say its not straight forwarded. Thanks! Link to comment https://forums.phpfreaks.com/topic/137264-simple-mysql-extension/ Share on other sites More sharing options...
trq Posted December 16, 2008 Share Posted December 16, 2008 I would say thats about as simple as its going to get. What exactly are you looking to do? Link to comment https://forums.phpfreaks.com/topic/137264-simple-mysql-extension/#findComment-717197 Share on other sites More sharing options...
c4g Posted December 16, 2008 Author Share Posted December 16, 2008 I would say thats about as simple as its going to get. What exactly are you looking to do? I'm looking at adding my own memcaching extensions as well as load balancing functionality. The main issue I'm having is how to return the mysql result to the php, everything else I've pretty much covered to some basic degree. Link to comment https://forums.phpfreaks.com/topic/137264-simple-mysql-extension/#findComment-717204 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.