Mysql Php

March 23, 2009

PHP MySQL report

SullivanSoftware posted video:


PHP MySQL reports

Filed under Howto by administrator

Permalink Print

March 1, 2009

How to store input from checkboxes into MySQL using PHP?

mysql
web2newyork asked:


I want to add categories to a companies database. Based on another tutorial I made three tables:

companies
categories
lookup_category

lookup_category somehow stores the relationship between the other two, but the tutorial’s example code was full of errors and gaps, so I’m stuck.

What’s the most efficient/flexible way to add “a categories dimension” to a collection of records in MySQL? Can anyone give a stripped down working example without BS?

Thanks!

Filed under Programming & Design by administrator

Permalink Print 1 Comment

February 20, 2009

How do I add a table row after counting mysql data with php?

mysql
project96gsr asked:


After I do a mysql_num_rows to count the database how would I echo a
at the start of the count and a

at the end of the count? I have something like this but it doesn’t seem to work:

if ($count_gallery == 0) {
echo ‘
‘;
}

echo “ $gallery

“;

if ($count_gallery == 3) {
echo ‘

‘;
}

Filed under Programming & Design by administrator

Permalink Print 2 Comments

January 24, 2009

What is the easiest way to practise using PHP and mySQL?

mysql
bob1704 asked:


I want to start using PHP and mySQL to help me with my work. Does anyone know if and how I can set up somewhere locally on my computer or something where i can test my pages and database as if it were live on a web server?

Filed under Programming & Design by administrator

Permalink Print 4 Comments

January 20, 2009

Crear base de datos mysql + php registro de usuarios prte2

tatpe posted video:


http://www.videotutoriales.us/

Más detalles de Tutorial y tambien los scripts, visita nuestra web: http://www.videotutoriales.us/

Filed under Howto by administrator

Permalink Print

January 15, 2009

PHP mysql clase - como conectase a mysql con php

wpersei posted video:


Como conectar php con mysql por medio de una clase simple, y consultar a la base de datos por Oscar Gallardo www.imperionet.com

Filed under Education by administrator

Permalink Print 2 Comments

December 30, 2008

Mysql Data Manipulation Part One

nadinepro posted video:


PHP Mysql tutorials, Arabic

Filed under Education by administrator

Permalink Print

September 30, 2008

Delphi for PHP mysql query sample

noamrachmany posted video:


Delphi for PHP mysql query sample

Filed under Howto by administrator

Permalink Print 3 Comments

September 26, 2008

Php Mysql

fannehh posted video:

php mysql

Filed under Tech by administrator

Permalink Print 23 Comments

how do you insert multiple values into a single column in a mysql databse using php?

mysql
science_guy asked:


how do you insert multiple values into a single column in a mysql databse using php? and how do you get them back from database and separate them back into singulr variables?

Filed under Programming & Design by administrator

Permalink Print 2 Comments