Mysql Php

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

September 25, 2008

Delphi for PHP mysql dbevent sample

noamrachmany posted video:


Delphi for PHP mysql dbevent sample

Filed under Howto by administrator

Permalink Print

September 21, 2008

How do you tell if the row returned form MySQL is the last of it’s type?

mysql
RobbDogg asked:


I’m fetching results form a MySQL query using PHP. In my while loop I’m using a switch statement to execute blocks of code based on the results of a certain field type. After I have retrieved all the results for based on a certain field, I need to execute one last bit of code. Is their a way to tell if the row returned by the MySQL query is the last row matching a certain field? I figure it would be best to use an if statement to test if the result is the last row matching a certain field and execute my remaining code. Any other suggestions?

Filed under Programming & Design by administrator

Permalink Print 2 Comments

How to store some data in mysql database through php script?

mysql
Venki K asked:


I have mysql installed in my system.I want to use it in php script. to store some html form inputs.

Filed under Programming & Design by administrator

Permalink Print 4 Comments

September 19, 2008

How do you determine the number of rows in a mySQL table with PHP?

mysql
~*Stephanie S asked:


I want to determine the number of rows in a mySQL table and store it in a variable. Could someone please help me with the syntax?

Filed under Programming & Design by administrator

Permalink Print 1 Comment