Search results

  1. T

    What is the modern sounding salsa song I heard on the radio?

    I heard it about a week ago on La Kalle in Chicago, and I've been searching for it ever since. I tried to remember some words so I could look it up, but after a long day at work I forgot what they were. The singer sounded quite a bit like Marc Anthony, but with a slightly higher tone. I...
  2. T

    For scientific journals, is it more common to refer to a publication as a...

    ..."publication" or as a "paper"? I had an argument with a Spaniard who claimed that for English language science journals the term "paper" is used in place of "publication". I have no experience in the subject and am wondering if that is correct, specifically in American journals.
  3. T

    Why won't my php insert into mysql work?

    I have a test db names "Customers" and a test table named "test" which contains 2 fields. ID which is auto increment and Name which is varchar 20. When I do a hard coded insert $name = "Will" echo $name; // this echo works $db = mysql_connect('localhost', 'user', 'pass','Customers'); echo...
Back
Top