Recent content by lsanne16

  1. L

    help with optical audio on Samsung LN52A650 HDTV to YAMAHA HTR-5660 receiver?

    I'm trying to connect from my tv's (Samsung LN52A650) optical audio output to my receiver (YAMAHA HTR-5660) optical input. I purchased a basic toslink to toslink cable. My problems are that (1) the cable doesn't snap into the tv input..it seems that it should be the right size, but if I get it...
  2. L

    php/sql code..form with dependent fields?

    I have an sql database with table_invoices, fields `invoice` and `date`. I have a form with two text fields, "invoice" and "date". When user enters invoice #, I want the date to automatically appear when match found. Can some1 give me an idea of a php code for this? and also changes if they...
  3. L

    need help with php/sql form entry?

    hi, I'm having trouble posting multiple form fields in an sql db. for one field 'name', I use: $query = "INSERT INTO new_table (`name`) VALUES ('" . $system->cleanvars($_POST['name']) . "')"; $system->check_mysql(mysql_query ($query) , $query, __LINE__, __FILE__); now if I have multiple...
Back
Top