Results 1 to 3 of 3

Thread: How to increment on load of page ?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Talking How to increment on load of page ?

    HI all i got this php that plays a real audio songs. I want to the value of song=1507 be changed(incremented by one) each time the page reloads or get refreshed. For example the start point i want to specify it as song=1520 and it keep incrementing it each time the page get re loaded.I be happy if some one show me how that can be done.Thanks


    VB Code:
    1. <html>
    2.  
    3. <head>
    4.  
    5. <title></title>
    6. </head>
    7.  
    8. start point song=1507 --- end point song=1520
    9.  
    10. <body bgColor=#336699 leftmargin="0" topmargin="0">
    11. <OBJECT  CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT=60 WIDTH=285>
    12. <PARAM NAME="controls" VALUE="ControlPanel,StatusBar">
    13. <PARAM NAME="console" VALUE="Clip1">
    14. <PARAM NAME="autostart" VALUE="true">
    15. <PARAM NAME="src" VALUE="http://localhost/new/play.php?d=04&[B]song=1507[/B]">
    16.  
    17. </OBJECT>
    18. </body>
    19. </html>

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: How to increment on load of page ?

    One way would be to store the value in a cookie then read it each time the page is loaded and add 1....HTH

  3. #3
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: How to increment on load of page ?

    Quote Originally Posted by lintz
    One way would be to store the value in a cookie then read it each time the page is loaded and add 1....HTH
    I think me meant globally, if that is the case then you''ll need something like MySQL or a flatfile database to do it for each download :-)

    Cheers,

    Ryan Jones
    My Blog.

    Ryan Jones.

Posting Permissions

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



Click Here to Expand Forum to Full Width