Jump to content

JohnMPHP

New Members
  • Posts

    2
  • Joined

  • Last visited

JohnMPHP's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Does anyone know how to install PHP? I download a couple of installations and no exe will run. They are looking for a microsoft library MSVCR110.dll. I tried a test but it does not work. <!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </html>
  2. Hello I am a desktop / database programmer. I wish to write a program to read data from a database and populate a combobox in an html page. I have read that PHP can do this. Is this correct? I would prefer not to have to use a web server since this is a local app and there will be one page and it will be static excpet for a few selection criteria (like a combobox). All the examples I see are for web pages. If this can be done can someone point me in the right direction? Thanks JM
×
×
  • 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.