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 Mike Lewis 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. sleepingkirby

    "Warning: mysql_data_seek(): Offset 0 is invalid for MySQL

    Here's what I found looking through the mysql manual: -------------------------------------------------------- 18.2.3.9. mysql_data_seek() void mysql_data_seek(MYSQL_RES *result, my_ulonglong offset) Description Seeks to an arbitrary row in a query result set. The offset value is a row...
  2. sleepingkirby

    multiple date select form

    do you want the date to be saved into the database or some arbiturary data?
  3. sleepingkirby

    Calling PHP Function from within HTML file?

    Yes, if you tell the php module (I think it's in the php.ini file... but don't quote me on that) to treat .html extensions as a php file. However, I would advice again such an action. There really is no difference between a php page and a html except that you *can* (not you use) put php code in...
  4. sleepingkirby

    Subtracting dates in WHERE clause

    what format the dates written in? Can you post an example of the dates?
  5. sleepingkirby

    output to excel

    I don't know how this psxlsgen works (and I can't seem to find it's source code anywhere without registering) but I might have a work around. Excel should be able to take in html tables and use that as a table. What about exporting the sql data into a html table and importing that into excel?
  6. sleepingkirby

    php Inputs only 1/2 my data

    I really like to help, I really do, but your code is a bit of a mess. My eys hurt trying to follow it. There are a few things you forgot to submit. I assume this is all through a webpage via a HTML form, right? Before I'd start anywhere else, I'd have the page var_dump your $POST and see...
  7. sleepingkirby

    replace file line

    http://us2.php.net/manual/en/function.preg-match.php: /*------------------------------------------------*/ preg_match (PHP 3 >= 3.0.9, PHP 4, PHP 5) preg_match -- Perform a regular expression match Description int preg_match ( string pattern, string subject [, array &matches [, int flags [, int...

Part and Inventory Search

Back
Top