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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 770

  1. 770

    FOR loop failure

    The 1st line inside the function below gives me this error: &quot;... Undefined variable: search_str ...&quot; Yet when I substitute the numeral 3 for expr2 - it works! -------------------------------------------------- function find_more_hits(){ for ($i = 1 ; $i < strlen($search_str) ...
  2. 770

    DEFINE - why won't it work?

    My script reads: define (&quot;WEEK&quot;, $week); if (defined(WEEK)){ echo &quot;week IS defined.&quot;; } I never get to the echo; Why is my define failing?

Part and Inventory Search

Back
Top