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>