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 derfloh 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: sam8599
  • Content: Threads
  • Order by date
  1. sam8599

    body onload help

    Hi All, I have to scripts and am using 1. <body onLoad="begintimer()"> 2. <body onload="volchange(7); setTimeout(playitnow, 50);" onunload="DeInit();" > Not able to get both the scripts to work with one onLoad command. Please suggest how can I combine both of them TIA.
  2. sam8599

    How to delete records from Database if day passed

    Hi, I am trying to learn is that compare the row 'item_exp' to the current time, if the time has passed, the record needs to be remove from the database. I will use cronjob to run it. $SQL = "Delete from $store_item where item_exp < UNIX_TIMESTAMP (date_sub(now() interval 1 day))"...
  3. sam8599

    timestamp not showing correctly

    Hi All, I moved my server and SQL database and now getting errors showing timestamp old server the time stamp format was 20050316134117 with `time_stamp` timestamp(14) NOT NULL and the new server has 2006-04-21 15:27:11 with `time_stamp` timestamp NULL default CURRENT_TIMESTAMP, the...
  4. sam8599

    Call to undefined function: doerror() in php

    Hi All, I am getting errors when I call in the page Fatal error: Call to undefined function: doerror() in /home/u3/html/modules/Playlist/req.php on line 50 I am using php4 The php.ini file I am using is [PHP] ; This is the default PHP 4-style version of the php.ini settings file. ; It...
  5. sam8599

    Countdown time loops in 30secs

    Hi, I am using this customised script to display the countodwon of the songs. Using Linux server, SQL4.1 and php+java //tables in MYSQL `date_played` datetime NOT NULL default '0000-00-00 00:00:00', `duration` mediumint(9) NOT NULL default '0', //examples of data dateplayed...

Part and Inventory Search

Back
Top