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 wOOdy-Soft 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 cs12xge

  1. cs12xge

    set variable from html form

    Hey Inssider and sophisticate, thanks a ton for both of your help, I have just botten a quantum leap on my program Henry
  2. cs12xge

    query using variables

    Thanks sophisticate, Can you believe that I was stuck on this for 3 days? and iza, thanks for your input too. Henry
  3. cs12xge

    set variable from html form

    Thanks Sophisticate, Just one question... Say I have something like this: <form action=&quot;searcheng.php&quot; method=&quot;post&quot;> <input type=&quot;text&quot; name=&quot;searchText&quot; ...> <input type=&quot;submit name=&quot;submitButton&quot; value=&quot;find&quot;..>...
  4. cs12xge

    set variable from html form

    Hi Everybody, I have another question: I have a .php file that was called from an HTML form <form action=&quot;searcheng.php&quot; method=&quot;post&quot;> <input type=&quot;text&quot; id=&quot;searchText&quot;...> if in the beginning of my .php file has a variable called $str, How...
  5. cs12xge

    query using variables

    HI iza, I tried it out but i don't think that was the way to go, I might have done it wrong, but if you put them in double quotes wouldn't it search for the exact string &quot;$str&quot; instead of the value insde the variable? Thanks for your help anyways :) Henry
  6. cs12xge

    query using variables

    Hi Everybody, this is actually more of a mysql question but i'm working with both that and php. My name is Henry, what I'm trying to do is do a query inside php $findPagesWithKeywords = &quot;SELECT * FROM keyTable WHERE keyword = $tok&quot;; $result...
  7. cs12xge

    search w/ variables

    Hi Ken, thanks for the quick reply!!! i thought I never get it in a year... Well, I tried both method with the two ' and it seemed to be looking for the exact string &quot;$tok&quot; instead of the value inside the variable. then I tried it without the ' and it still could not...
  8. cs12xge

    search w/ variables

    Hey Everybody, My name is Henry, I'm working on a program that uses mysql, and what I'm trying to do is do a query inside php $result = mysql_query(&quot;SELECT * FROM keyTable WHERE keyword = $tok&quot;); $tok being a variable that contains a token from a long...

Part and Inventory Search

Back
Top