Jump to content

KarthikOnIT

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

KarthikOnIT's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi Folks, I am new to webdevelopment,we are developing a quiz game using PHP and MYSQL.I would like to know what would be the best library for PHP for UI development. The library which could handle the compatablity issues across the browsers and provide rich UI. Thanks in advance.
  2. Hi Folks, I am newbie in PHP, we are designing a simple quiz game in PHP. I am trying to draw a horizontal progress bar in PHP.This is like a rectangle of length (10*1)and divided into ten equal parts of size(1*1). The quiz will have ten questions so the blocks will be filled with GREY colour initially, when the user answers the questions it will turn green or red depending on whether it's correct or not. I couldn't find a open source library which could do this. Should I use PHP GD and draw it? Thanks in advance. Karthik
  3. Hi folks, I am trying to integrate "pChart" with my PHP code. When I am trying to run the samples it gives me an error stating "call to undefined function imagecreatetruecolor". The suggestion solution was to load this dll "php_gd2.dll" so I have uncommented extension=php_gd2.dll this part in PHP.INI file. even after that i gives the same error. a. I have tried restarting the server & machine too. Please help me to solve this. Thanks in Advance.
×
×
  • 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.