Jump to content

m4u_hoahoctro

Members
  • Posts

    11
  • Joined

  • Last visited

m4u_hoahoctro's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I downloaded vinaget source-code from vinaget.us and uploaded it ( chmoded folder and files as tutorial ) But on my website, after setuped, it is still showing some errors that you can see at here: goinghomefm.esy.es I am a newbie, and I haven't any knowledges about web programming, So I need a full guide about setup and config vinaget script thanks for reading
  2. @Ch0cu3r you can go to choione.com and player.vn , they had agario source code and by someway, they setuped successfully agario emulator to thier server
  3. Hi all I heard and found some sources of agario game. At github, I see some source-codes, but I don't know how to install them to my host ( 000Webhost ) This is result page on github about agario source-code https://github.com/search?utf8=%E2%9C%93&q=agario Can someone give me a tutorial ? Thanks
  4. I tried connecting to mysql on my host of 000webhost. and it worked, but I don't know why the error when compile still appears
  5. I tried using both code with above 2 functions, add compiler still announces: Fatal call to undefined.......... In this case, does my computer has some problem ? ok I will create new database on 000webhost and try writting a connected app php thanks
  6. sorry because I haven't had many knowledges about web but I modified above lines as you said, so if not enough, what shoud I do next ?
  7. I found 2 lines extension=php_mysql.dll extension=php_mysqli.dll I remove ";" and restart vertrigo but the problem is still exsiting
  8. I am a newbie, and I have just learned some knowledges about php Today I tried using some command to work with database MySQL In editor of phpdesigner, I typed this code: <?php phpinfo(); // Create connection $db = mysqli_connect("localhost", "booksdb", "TABLEname") or die(mysqli_connect_error()); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?> but when Ctrl + F9 to compile, It show error: Fatal error: Call undefined function mysqli_connect() I saw some questions same me asked on stackoverlow, some ones said the reason is extension mysql has't been enabled yet. But I don't know how to to that ? ( I also setuped Xampp and Vertrigo ) So I need a suggestion from other members Thanks for reading
×
×
  • 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.