Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cristii00

    PHP-MySQL-Flash tutorial anyone?

    i need a good tutorial integrating these three: Flash MX, PHP4 and MySQL. mainly inserting, modifying and erasing from a database. know any?
  2. Cristii00

    flash-php-mySQL tutorial anyone?

    i need a good tutorial integrating these three: Flash MX, PHP4 and MySQL. mainly inserting, modifying and erasing from a database. know any?
  3. Cristii00

    check to see if i already have the data

    i need to check the database and see wether the information i'm about to enter doesn't already exist. what's the best way to do that? here's the code i'm using to insert the new data. but before that i should see wether either one (the cod &quot;cod&quot; or the name) is already there. <?php...
  4. Cristii00

    2 words variable problem

    tanks daniel
  5. Cristii00

    2 words variable problem

    here is my code: .......... $sql= &quot;SELECT * FROM names&quot;; $sql_result = mysql_query($sql,$connection) or die (&quot;Could not select data&quot;); while($myrow = mysql_fetch_array($sql_result)) { print( &quot; <tr> <td>&quot;.$myrow[&quot;id&quot;].&quot;</td>...
  6. Cristii00

    2 words variable problem

    I have a table in the database and one of the fields needs to have two or more words. Let's say it's a field called &quot;name&quot; and i have in it names like &quot;John William Johnson&quot;, &quot;Alley Cat&quot; and others. I take out all the fields in the table in a php file, and these...
  7. Cristii00

    foreign keys in mySql

    thanx :) now i got the idea.
  8. Cristii00

    foreign keys in mySql

    Do i need to declare foreign keys in MySql to use them with PHP to bind two or three tables together? actually what is the exact use of foreign keys?

Part and Inventory Search

Back
Top