Jump to content

Sbosh

New Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Sbosh

  1. Good day everyone. My name is Sbosh am i am still a newbie in PHP as i am still a newbie in the group.

    Can someone please explain to me why my computer won't display my ip address?

    I have the following code:

    <?php

    $ip_address = $_SERVER['REMOTE_ADDR'];

    echo $ip_address;
        

    ?>

    But the output is always some dots and a 1 like so:  ::1

     

  2. Good day everyone. I go by the nickname Sbosh and I am a newbie in PHP.

    I am currently learning php using video tutorials. I need help with regards to php queries.

    I have the following code:

    "SELECT 'food', 'calories' FROM 'diet' ORDER BY 'id'"

    which is supposed to display content from a table inside phpmyadmin which i created manually using phpmyadmin. But It gives an error saying i must check the MariaDB version on how to right this query, something like that.

    Please assist on the proper way of writing this code. Again I am a newbie in PHP and just starting to learn, so your help will be highly appreciated.

×
×
  • 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.