Help about shoutbox lava

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help about shoutbox lava

    how to direct to main page after i shout? Please Help me thanks

    #2
    PHP Code:
    echo "<meta http-equiv=\"refresh\" content=\"1; url=index.php?action=main&sid=$sid\">";

    //random text here to get rid of opera bug 

    Comment


      #3
      Originally posted by something else View Post
      PHP Code:
      echo "<meta http-equiv=\"refresh\" content=\"1; url=index.php?action=main&sid=$sid\">";

      //random text here to get rid of opera bug 
      also ds can be used

      PHP Code:
      header("refresh: 2; url=index.php?action=main&sid=$sid"); 
      I need some facebook likes, can you please help me
      http://facebook.com/softwarefreakin
      I noticed social media is really powerful
      Well DONE is better than well SAID

      Comment


        #4
        thank you so much something else and softwarefreak

        Comment


          #5
          thnk

          Thank you very much something else and softwarefreak:
          I wish you continued success to you

          Comment


            #6
            sometimes this might not work. . Better to use header function

            Comment

            Working...
            X