Jump to content

uneatblepie

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

uneatblepie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Its  sais it is in C:/windows......htere is a php.ini file there, but i'm not sure its right....How can i change the path?
  2. I enabled it, but it still doesn't work.
  3. Damn!I feel like an idiot. When there all in notepad, one underneath each other,its hard for me to notice it. ...still, the error seems to be in tine 3. EDIT: i have the feeling that my MySql doesn't works AT All. i tried deleting the upper code, but the error remains the same. EDIT: yep! php info doesn't even have a MySql section. Ill try to re-install it.
  4. just copied a code and edited it because,the variables were Unexpected. <? php mysql_connect("localhost","username","password")or die("cannot connect"); mysql-select_db("db_name")or die("cannot select database"); ?> or <? php mysql_connect("localhost","username","password")or die("cannot connect"); mysql-select_db("db_name")or die("cannot select database"); ?> the same thing.-Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache Group\Apache2\htdocs\counter.php on line 3
  5. enabled it. My server does support php5,its something with mysql. now i get this in another code: Parse error: parse error, unexpected T_VARIABLE in C:\Program Files\Apache Group\Apache2\htdocs\counter.php on line 2 or Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache Group\Apache2\htdocs\counter.php on line 3 .
  6. I installed the latest version of MySql, but when i test code it writes: Fatal error: Call to undefined function sqlite_open() in C:\Program Files\Apache Group\Apache2\htdocs\cooks.php on line 17. I don't really know anything about MySql. just tried to follow this: http://www.expertsrt.com/tutorials/Matt/install-apache.html
×
×
  • 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.