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 Chriss Miller 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: stacybk
  • Content: Threads
  • Order by date
  1. stacybk

    a list of numbers

    I have a comma separated list of numbers that I need to add additional numbers to. First, I want to check if the number is there before I add it. Is there a function that does this? Like in MySQL I would say "number IN thelist". Thanks.
  2. stacybk

    Variables

    I have a loop. In each iteration of the loop I need to use a different array. At the beginning of the loop I set the array name to a variable. For instance, if $x is the loop counter, I write $myarray = "thearray$x"; I'm not sure how to reference it later. For instance, if I use...
  3. stacybk

    How do I get rid of the spaces?

    I have the following piece of code: '<a href=&quot;'.$phpbb_root_path. &quot;viewforum.php?f=$line['forum_id']&amp;o=$fid&quot; . '&quot;>' . $line_topic_title . &quot;</a>&quot; The end of the URL it produces looks like the following: viewforum.php?f=756&o%20=%2017 How do I get rid of those...
  4. stacybk

    Select Box

    I have a select box that I created going through my database in PHP. I display that box on my website. When someone makes a choice, I don't want anything to happen, but when the data from the whole page is posted, I want to know the what the user chose. Any ideas?
  5. stacybk

    Help with variables

    I have the following piece of code. $template->assign_block_vars('topicrecentpopular', array( 'TOPICSPOPULAR' => $poppost, 'TOPICSPOPULARC' => $poppostc, 'TOPICSPOPULARVIEW' => $popviewpost...

Part and Inventory Search

Back
Top