How to run SQL Queries with phpMyAdmin

Category

Php

I made this tutorial for all the beginners in mysql and php. It is very simple and you will simple be able to execute queries in phpmyadmin section of your cpanel host admin.

Here is a small tutorial I put together that explains the easiest method.

 

 

1) Login to your phpMyAdmin. You can find the phpmyadmin link in your cpanel section of your server admin. Ask your host if you have problems.
phpqueries

PHP Beginning Steps

Category

Php

Well here is a small tutorial for advanced php programmers. It is nice to hav all the code ready when you need it.

<?php ................ ?>

<?php print "Here put some text" ; ?>

<img src="<?= "../images/embedded_php.gif" ?>" width="380" height="23" hspace="0" vspace="0">

<script language="php"> print "My First Embedded PHP Example"; </script> - another way to do it

Commenting out

# This is a comment!
// This is also a comment!