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 gkittelson 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. stmosaic

    File upload and data insertion problem

    The connection code has the "or die" in it, that was why I knew it was ok. However, your pointing out "the MySQL syntax says database.tablename" was right on the money!! Mea culpa, I'm an idiot. DB name is msi, table name is speakers. Works like a charm when you give it the right instructions...
  2. stmosaic

    File upload and data insertion problem

    DRJ478, It revealed: MySQL insertion failed: Table 'msi.msi' doesn't exist How bizarre! There are no instances of my calling a table by that name. Though it does look like a pix.jpg construct. I've suspected the $pix = $newname; might be part of the problem. Just can't figure out how to deal...
  3. stmosaic

    File upload and data insertion problem

    I've been modifying a php script that inserted data into my database to include an image file upload. Previously, it inserted the data just fine. But now it goes through the motions, but doesn't put anything into the database. The new code I added for the file upload seems to be working fine...
  4. stmosaic

    Passing PHP array to Perl

    Haunter, The perl part already exists and is used for routing and other purposes. I was trying to help my employer and become familiar with PHP. I've had to pass this project on to our perl consultant to finish, it was taking me waaay too long to figure out. For my next attempt, I'm just going...
  5. stmosaic

    Passing PHP array to Perl

    The perl part already exists and is used for routing and other purposes. I was trying to help my employer and become familiar with PHP. I've had to pass this project on to our perl consultant to finish, it was taking me waaay to long to figure out. For my next attempt, I'm just going to start...
  6. stmosaic

    Passing PHP array to Perl

    Paul, I thought I was passing the values through the form upon submittal since the PHP is rendering the array of choices into html on that first page example. Here's what the php renders: <code> <input type="checkbox" name="ptitle[]" value="Farmington Villas" checked>Farmington Villas<br>...
  7. stmosaic

    Passing PHP array to Perl

    I'm very weak in Perl/PHP, spent the last 2 days figuring out passing multiple checkboxes to a PHP page and was able to figure it out with some help from online tutorials. But now I'm stuck, I've searched for any working solutions similar to my dilemma: how to pass the dynamic PHP array to Perl...
  8. stmosaic

    Sorting an Array of Hashes

    My apologies, I'm new to the forum and posted this incorrectly.
  9. stmosaic

    Sorting an Array of Hashes

    I'm very weak in Perl/PHP, spent the last 2 days figuring out passing multiple checkboxes to a PHP page and was able to figure it out with some help from online tutorials. But now I'm stuck, I've searched for any working solutions similar to my dilemma: how to pass the dynamic PHP array to Perl...
  10. stmosaic

    Passing PHP array to Perl

    I'm very weak in Perl/PHP, spent the last 2 days figuring out passing multiple checkboxes to a PHP page and was able to figure it out with some help from online tutorials. But now I'm stuck, I've searched for any working solutions similar to my dilemma: how to pass the dynamic PHP array to Perl...

Part and Inventory Search

Back
Top