Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    hi all new to php
    I am using php myadmin to create a database.
    I want to test within phpmyadmin wherether the database works!!
    how do i create a query to enter something into the fields ive created?
  2.  permalink
    to run a simple Query just type in something like:

    SELECT * FROM table_name; <-- Replace table_name with the name of the table you're working with.

    That will select all the information from that table. To insert actual information into the database from PHP MyAdmin I'm not too sure about.
  3.  permalink
    thanks seth eventually figured it out but thanks anyway
Add your comments
    Username Password
  • Format comments as (Help)