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 SkipVought 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: egims
  • Order by date
  1. egims

    Can't delete from a MySQL Database Using PHP

    Sorry to post such a simple thing to many, but having spend much of the day on this unsuccessfully I'm stumped. In short, using a form that passes and ID to the script I simply wish it to delete the record ID sent. You will see a line in the script "print $id;". I simply added that to see if...
  2. egims

    Rotating SSI with PHP

    jpadie & feherke, Thank you both. It appears that there are some excellent solutions. I really appreciate the help. It is amazing, but in seeking this solution I found 100's of rotating banner programs that all do basically the same thing with minor differences. But absolutely NO scripts that...
  3. egims

    Rotating SSI with PHP

    Thank you again. I more or less follow what you are saying, but a little over my head. Have a nice evening where you are and I will look forward to seeing what you have in mind tomorrow. Much appreciation.
  4. egims

    Rotating SSI with PHP

    That was my thought, but I'm sure you are correct. I was just trying to figure it out as I go. The only need is that the 4 groups of rotating images be kept seperate. In other words they need to rotate within their own groups without venturing into any of the other groups. If you know a better...
  5. egims

    Rotating SSI with PHP

    Yes. Your example is correct. The only difference being I have the blocks (4 accross and 3 down) rather than (3 accross and 4 down). But yes. Thanks!
  6. egims

    Rotating SSI with PHP

    Hi feherke, Well, yes on both counts. What I did in the later case was refer to .htm files (12 .htm file includes), each of which contain the image code. I'm sure there is probably a better way, but..... I am trying to place these includes into the 4 rotating blocks that you already have...
  7. egims

    Rotating SSI with PHP

    feherke, If you are still monitoring this topic I was wondering if I could ask you one more question about the code you gave me? Working perfectly, your code allows me to use 4 include files, and then for them to rotate with each site visit, or screen refersh. Now, I wanted to take that one...
  8. egims

    Rotating SSI with PHP

    feherke, I have the code working perfectly. As suspected it was an error I was making. I failed to name the file with a PHP extension!!!!!!!!!!!!!!!! Thank you again for all your help. You are a credit to these forums. Ed
  9. egims

    Rotating SSI with PHP

    Hello, and thanks. The page does load, however, minus the includes. There are no error messages. Just a large empty block where the includes would otherwise display. Origonally I was attempting to load the page in a subdirectory. After that I decided to attempt loading the page in the root...
  10. egims

    Rotating SSI with PHP

    feherke, If I may trouble you one more time. I don't seem to be able to get the code to function. I'm sure it is something I have done wrong, but I don't know what. I have created the include files: one.htm, two.htm, three.htm, and four.htm The HTML code is as follows: <!DOCTYPE HTML PUBLIC...
  11. egims

    Rotating SSI with PHP

    Perfect. Thank you again. Problem solved.
  12. egims

    Rotating SSI with PHP

    Hi Feherke. THIS IS FANTASTIC! Really! One question... Is the above code based on a scenerio where we are using includes named one.htm, two.htm, three.htm, four.htm You really have no idea of how much I appreciate your help. Ed
  13. egims

    Rotating SSI's with Javascript

    Hello again. Yes, you have it exactly. That's a bummer, for sure. Do you know it this solution can be done in PHP? Do you know of any scripts that can do this? I have seen 1000's of scripts for rotating banners, but what I need is a script that can rotate code. I found one or two that could...
  14. egims

    Rotating SSI's with Javascript

    Hi feherke. Thank you for your help. By "novist at best" I meant that I strictly have a minor ability to pick at existing code. I can not write either javascript or PHP from scratch. By "research", I spent no less than 10 solid hours for two days searching the internet for some script that...
  15. egims

    Rotating SSI's with Javascript

    I just thought I'd ask. I'm a Javascript novist at best and can't figure out how to do what I think is a simple thing with Javascript. The best way to describe what I'm trying to do is like this: Lets say you took a web page and divided it up into 4 equal squares. Then had the HTML content for...
  16. egims

    Rotating SSI with PHP

    I just thought I'd ask. I'm a PHP novist at best and can't figure out how to do what I think is a simple thing with PHP. The best way to describe what I'm trying to do is like this: Lets say you took a web page and divided it up into 4 equal squares. Then had the HTML content for each square...
  17. egims

    Flash video on web won't play unless page is refreshed

    Thanks for checking. Yes, that is the movie. Strangely though I have checked with IE, FF, and Opera, and while it does run in Opera it does not run in IE or FF. Just the picture which will run if you refresh the browser. I suspect that you may have somehow tried twice in some way, after which...
  18. egims

    Flash video on web won't play unless page is refreshed

    I placed a flash video in a web site. The site URL is: http://www.kontechdesign.com When visiting the site the video should play immediately, but it doesn't. Instead just a picture displays and the video does not play unless the page is refreshed. Here is the code I've used: <tr> <td...
  19. egims

    How to import and use an AVI file to create streaming video

    I have an .avi file that I would like to have stream (it has audio and video) from my website using Flash. How do I convert it (if need be) into something Flash can use and then using Flash embed it into my website so that site visitors can view streaming video? If possible, please, just help...
  20. egims

    What is the Base Path on a Secure server?

    I use a web hosting provider named 123ehost.com. I use an email script that needs to know the base path to the account. Normally the base path is: /home/USERNAME/public_html/ ...but in this case I am using their shared secure server. I need a base path to enable my mail script to function. All...

Part and Inventory Search

Back
Top