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 TouchToneTommy 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. benedictbutlin

    how do i make the page stay in same position

    I'm not very knowledgeable with javascript.i'd found this code that allows me to add additional input fields to my form. works great but when i click the link to add fields the page scrolls goes back to the top and doesn't stay in it's same position. how would i modify the code to make the page...
  2. benedictbutlin

    how do i merge two arrays?

    i have 2 arrays 'my_names' and 'my_values' my_names: Array ( [0] => apple [1] => peach [2] => pear [3] => banana ) my_values: Array ( [0] => red [1] => pink [2] => green [3] => yellow ) how would i merge them so values from 'my_name" become the keys for...
  3. benedictbutlin

    new to sql server and have a couple of questions

    I'm not familiar with microsoft sql server, and have a few questions... - i'm guessing MSSQL sits on a windows OS server only, and the application is not cross compatible with other OS's? Is there a linux version? - is it possible to remote access MSSQL from an sql client? for example, an SQL...
  4. benedictbutlin

    get base or full url... for relative urls via php curl

    I'm using curl to get links from other site pages absolute URLs are all good, but when i come across relative urls... i'm trying to figure out the best way to convert the relative url into an absolute url if the site were my own server there's different way's to get the base or full url, but...
  5. benedictbutlin

    how to limit a while loop with a mysql query

    what is the best way to limit the results of a while loop? i know i can do this as a 'for' loop, but reason i'm using a while loop is that i'm looping a mysql query like so... while ($row = mysql_fetch_array($query)) { } what i'd like to do is limit the loop to 10 results, and the reason...
  6. benedictbutlin

    getting a ftp connect error

    I'm trying to connect to an ftp sever but getting the following error... From what i've googled, it could be a setting that needs to be configured in the php.ini? if this is so, and based on my error can you advise what i'm meant to change, or maybe the code can be made to work without php.ini...

Part and Inventory Search

Back
Top