Results 1 to 3 of 3

Thread: appear a load icon in the same page, or in a new page

  1. #1
    Join Date
    Oct 2004
    Posts
    425
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default appear a load icon in the same page, or in a new page

    I do an auto quote car rental system in PHP only(no mysql), and I want when appear the quote, appear a load icon in the same page, or in a new page, what to do ?

  2. #2
    Join Date
    Oct 2007
    Posts
    53
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    Assuming that you are echoing the prices out, why not just include a html tag for an image before or after it? You may echo html within php and it will come out right (though I think it might be prudent to include a file with the source image, or set the image as a variable... I think having attributes in a html tag would screw php up...)

  3. #3
    Join Date
    Oct 2004
    Posts
    425
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    what you mean , include in the same page or in a new page between ?
    my site is http://www.paphoscarhire.com .
    proceed to get quote, i want during processing appears an icon (gif ani) either in the same page or in a new page(between results and quote form page), what is the best ? where to find the proper icon ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •