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

    Counting a specific character before a certain point in a string.

    Uhg, I'm going to have to explain my whole problem. I need a function that will replace all spaces in a string with " AND " unless there is an odd number of quotation marks before the specific space and also after it. This might take some serious coding and I'm kind of new to PHP so...
  2. dabsoft

    Counting a specific character before a certain point in a string.

    I need a function that will count how many instances of the specified character there are before a certain point in a string? How would I do this?
  3. dabsoft

    Variable undefined error.

    Forget it, I just went into php.ini and set the error reporting to E_ERROR for fatal errors only instead of E_ALL.
  4. dabsoft

    Variable undefined error.

    I use an if statement to check if a variable has been defined, but the stinkin' thing blurts out an error on my page. My if looks like this: if (!$submit) And on my page it blurts out this: Warning: Undefined variable submit in http://dabsoft/webdir/index.php on line 32. What do I do to...
  5. dabsoft

    I need a case-insensitive INSTR().

    Where might I find one? Thanks in advance.

Part and Inventory Search

Back
Top