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

  1. madhatt30

    PHP Functions more than once

    I am aware of that fact. however this is a php page. you can run php code just about anywhere. and yes the images do load from the database on the first loop through. It just doesn't call a second time.
  2. madhatt30

    PHP Functions more than once

    <script language="JavaScript"> function refreshIt() { <?php echo getUserImage(); ?>; } </script> <?php function getUserImage() { //mycode here for php } ?> .. body on load refreshes ever 5 sec .... everything works fine the first time around but it doesn't execute the php part of it more...
  3. madhatt30

    PHP Functions more than once

    I am trying to find out how to call a function more than once. for example function myfunction() { // Some Code here } ... rest of php page myfunction(); the myfunction() gets called numerous times
  4. madhatt30

    Javascript image change

    Thank you that really is a good idea :). I have since spent the last 12 hours on this and have also found another way around as well. I may still use your idea though lol. I shall show the source here in case it helps someone else as well. <script language="JavaScript"> var dat1; var...
  5. madhatt30

    Javascript image change

    I have the javascript image refresh only down, but i'm trying to refresh a webcam image ever 5 sec but I need to be able to change the source for the other cams. For example I view my webcams for 3 hours during those 3 hours The webcams switch every hour on the hour. If the hour two comes along...

Part and Inventory Search

Back
Top