wantstolearnphp Posted March 17, 2011 Share Posted March 17, 2011 Please help me I have 5 months to get a grasp on this... please help Quote Link to comment https://forums.phpfreaks.com/topic/230895-if-i-got-mysql-do-i-need-to-worry-about-dbaordbm-functions-sorry-im-a-newb/ Share on other sites More sharing options...
Pikachu2000 Posted March 17, 2011 Share Posted March 17, 2011 It isn't real clear just what your question actually is. Quote Link to comment https://forums.phpfreaks.com/topic/230895-if-i-got-mysql-do-i-need-to-worry-about-dbaordbm-functions-sorry-im-a-newb/#findComment-1188568 Share on other sites More sharing options...
wantstolearnphp Posted March 17, 2011 Author Share Posted March 17, 2011 I have WAMPSEVER 2.1 one installed and don't know how to set my php.ini file so that I can start following sams php in 24 hours section 12 on DBA and DBM databases. Its stalling my study big time. I was wondering if anyone could help with that or if I had to know dba or dbm if I have MySql? I got PHP 5.3.5 Details: http://www.php.net/manual/en/ref.dba.php I tried to use the function: --------------------------------- var_dump( dba_handlers() ); --------------------------------- which is supposed to give me a quick listing of available handlers. But when I run this, I get: ----------------------------------- Fatal error: Call to undefined function dba_handlers() in c:\wamp\www\dba_function.php on line 10 ---------------------------------- Thanks in Advance for help, I need to continue studying Quote Link to comment https://forums.phpfreaks.com/topic/230895-if-i-got-mysql-do-i-need-to-worry-about-dbaordbm-functions-sorry-im-a-newb/#findComment-1188570 Share on other sites More sharing options...
Pikachu2000 Posted March 17, 2011 Share Posted March 17, 2011 The database abstraction layer isn't installed. HERE is the manual entry, including installation instructions. Quote Link to comment https://forums.phpfreaks.com/topic/230895-if-i-got-mysql-do-i-need-to-worry-about-dbaordbm-functions-sorry-im-a-newb/#findComment-1188654 Share on other sites More sharing options...
wantstolearnphp Posted March 17, 2011 Author Share Posted March 17, 2011 Thank you man I greatly appreciate it! Quote Link to comment https://forums.phpfreaks.com/topic/230895-if-i-got-mysql-do-i-need-to-worry-about-dbaordbm-functions-sorry-im-a-newb/#findComment-1188722 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.