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

  • Users: amir4lamp
  • Content: Threads
  • Order by date
  1. amir4lamp

    Is there a php function to download a file from the file system

    Is there a php function to download a file from the file system, NOT simply by using anchor. Because i have to first copy the file into a seperate folder then rename it and then download it. Thanks
  2. amir4lamp

    Using NOT IN in a subquery

    I am using MySQL version 4.0.27-standard everytime i use "not in" in the subquery: select ci.cat_id, ci.cat_title from category_industry ci where ci.cat_id not in (select mc.cat_id from members_categories mc where mc.member_id = 1); it gives me an error message...
  3. amir4lamp

    Where should I look for well oraganized documentation of sessions mgmt

    Hello, I have two questions: Where should I look for well oraganized documentation of session management on the net or books? My next question is, I have tried implementing sessions to secure page navigation using verstions of PHP, sometimes they work well, and sometimes they do not. So...

Part and Inventory Search

Back
Top