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 bkrike 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: *

  • Users: cs12xge
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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