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 Mike Lewis 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. callshakeel

    home destroy session after some time ?

    hi, I'm registering a session for user of mysite, using fuctionsession_destroy(); session_start(); session_register("user"); $user = $username; but i want that if there is no activity by user for last one hour then automatically destroy his session, Is there any way to store session for...
  2. callshakeel

    How to recover data, due to physical crash

    Can any body help me to recover data, using transaction log, i'v a backup of database, I want to recover my lost data, due to power break at the time of inerting data?
  3. callshakeel

    create table error

    Error in creating table in MS SQL using PHP script; code is as below: $qstr="CREATE TABLE Catagory(catID int(4) NOT NULL, catName varchar (15) NOT NULL,description text NULL PRIMARY KEY catID)"; $result = $conn->Execute($qstr); $qstr="CREATE TABLE Item(itemID int(4) NOT NULL...
  4. callshakeel

    writing DTS to Transfer a file

    Plz help me, I want to import a file from a server to my pc, i'v done it by MS SQL server, but now i want to write a DTS file to do this thing i'v the IP and user & password of the server. can anybody give me code to connect and fransfer, also for schedule. thanx
  5. callshakeel

    php error in displaying large database

    plz tell me how to optimize SQl code. how to index for faster select how to monitor the server performence
  6. callshakeel

    php error in displaying large database

    thanks for ur consideration i used syntax set_time_limit(0); but there is no effect the problem is same
  7. callshakeel

    php error in displaying large database

    plz help me, i want to display records of more than 500 person in a table of 500 * 25 ,but while displaying php get slow and gives error and don't print all records it prints some of them, If there are less the 100 records in the database it works fine I'm using IIS server and SQL...
  8. callshakeel

    protected password

    i'm developing a web based system, here is a server and mainy clients, i'm generally taking the password of user and matching it. Is password not safe while travelling ? Is there any way to traverse password in safe way? plz help me .
  9. callshakeel

    win2k installation on win98

    hi, I'v win98 on my machine with 64MB ram. I want to install win2k server instead of win98. when i boot my system by win2k CD it goes to win98. How can I install win2k on my machine? I don't want to have win98.
  10. callshakeel

    www service is terminating w/out apparent reason or explanation

    My web and ftp services are terminating w/out apparent reason or explanation. I need help troubleshooting it. No clue where to start. If I "start" the service from the IIS console, it just stops again after a few seconds. I re-starts the IIS service completely (from the IIS console)...

Part and Inventory Search

Back
Top