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 gkittelson 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: sfc
  • Order by date
  1. sfc

    How to delete element from associateive array

    Ok, thanks.
  2. sfc

    How to delete element from associateive array

    Hi, Does anyone know how to delete an element from associative array? For example: $test = Array("test1" => "data1", "test2" => "data2","test3" => "data3"); How to delete test2? Thanks
  3. sfc

    CALL PHP CODE ON THE FLY?

    Hi, I an new to php and I have a quick question. If I want to access database using php code when user finishes entering something on an input field. Does anyone know what is the best way to do that? Thanks.
  4. sfc

    press 'Enter' and click button create different results

    I have a question regarding the difference between clicking a button and pressing 'Enter' key. My page contains a button of name='A' within a form tag. Browser focuses on the button when the page is initially loaded. When I click the button, 'A' with it value will be put into $_REQUEST array...

Part and Inventory Search

Back
Top