Jump to content

smartflower2002

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by smartflower2002

  1. check php.ini and httpd.conf u will find the limitation there somewhere
  2. did u edit php.ini or httpd.conf or any conf file?
  3. hey guys first i would like to tell u something about myself and my comp, i am on windows 7 x64, and i am a php coder, and i am ready to do anything for my below issue.. 1) i downloaded and installed apache from apache.org and its working like a charm. 2) i downloaded the complete x64 mysql installer from here, and installed, no error nothing. that tooo works like charm. 3) i downloaded and installed php vc6 safe thread zip and configured apache to work with it.. now that too works like a charm. now the issue, i enabled mysql.dll and mysqli.dll in php.ini and checked in phpinfo() and i can see both the extenstions are enabled. so i made a short test script like mysql_connect("localhost", "root", "******") or die(mysql_error()); echo("it works"); and i ran it, i get a blank white screen after many seconds.. then i ran phpmyadmin, and tried to log in into it, same error. i verified the mysql server is running, and i tried to log into it using console and passed. so can anyone tell me what is the issue? i did one check myself, i turned off mysql server manually, and re-ran both, myscript and phpmyadmin, same error, so my best guess is php cannot communicate with mysql.. can u pleaes please help me, i need this badly
  4. hey guys i am new to scripting, but i know about php and phpbb heys im facing a error and i have no idea where to ask help.. coz the script creater is not available anywhere.. i tried to search him i have a webserver where curl is enabled.. and when i run that script get this error [phpBB Debug] PHP Notice: in file /script.php on line 84: curl_error(): 31 is not a valid cURL handle resource [phpBB Debug] PHP Notice: in file /script.php on line 84: curl_error(): 32 is not a valid cURL handle resource but when i run the same script in my localhost, it works like charm,, doesnt give any any error this are line 30, 31 and 32 of the script $sql = "SELECT * FROM " . CONFIG_TABLE; if( !($result = $db->sql_query($sql)) ) im sending u a screenshot of curl information of my localhost as well as webserver top one is webserver php info from phpbb and second is my localhost,, plz help i need this script badly
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.