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. lwinsor

    Is there an in() function or something like it

    I want to test if $foo is equal to 1 or 5 or 9 or 'apples' Is there a function like: $isthere= $foo in(1,5,9, 'apples'); I've seen it in other languages, but I don't knwo the equivalent here. Thanks.
  2. lwinsor

    Create Temporary Table...Select

    I am fairly experienced with MySQL, but I cannot get the CREATE TEMPORARY TABLE syntax to work. I want to put a SELECT query into a temporary table so I can run a bunch of other queries against it, but I can't figure out the syntax. I'm trying with a single field test table, and it's still not...
  3. lwinsor

    User information using PHP

    Try $REMOTE_ADDR
  4. lwinsor

    retrieving binary files from a database

    <A HREF="http://phpbuilder.com/columns/florian19991014.php3" TARGET="_new">http://phpbuilder.com/columns/florian19991014.php3</A><br> <br> I'm doing the same thing. I got MAJOR useful code from the link above.<br> <br> I think the variable you're looking for is $form_data_type

Part and Inventory Search

Back
Top