Jump to content

alecjw

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Everything posted by alecjw

  1. What's your favourite server OS? Mine's Ubuntu Linux because it's the fastest to release security updates, lightweight and you can install a LAMP server in an instant my selecting LAMP server from the boot menu.
  2. alecjw

    Table exists

    So would that query return array("table1_name","table2_name") etc?
  3. If you can find mime.types, insert this on to the end of it: application/x-httpd-phps .phps Or you could try whereis httpd.conf in the bash shell.
  4. alecjw

    Table exists

    Is there a MySQL query which returns whether a table exists or not?
  5. alecjw

    Globals

    Is it possible to define a variable ,then later on declare it global? eg: <?php $var="hello!"; //some code global $var;
×
×
  • 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.