help pls

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

    help pls

    hello friends, tell me how i can forward my users or do something.. so that my user see this page http://anysite.com/popup.php.. actually.. i want my users to come on this page if mysql value is >0 .. so how can i do so???

    #2
    like they are in forums.. n suddenly somebody send them popup.. now if they click to view anything (in forum or any other link on site) then that popup page sud get open.

    Comment


      #3
      try this

      <?php

      $url = $_GET['url'];

      header("Location: $url");

      ?>
      Did I help you?
      You can help me too
      Your donations will help me finance my studies.

      Comment


        #4
        no just have the query then a exit() then else
        Creator of
        Epix.Mobi

        Keep an Eye on us Big things coming soon!!!!
        Need something for your site hit me up here

        http://coding-talk.com/forum/main-fo...r-your-wapsite

        Comment


          #5
          Sounds more like hes looking for a java script then anything else.... Google JAVA POP UP SCRIPT your bound to find sumthing.
          BakGat
          Code:
          class Counter {
          public:
            void Count();
            int  ReadDisplay();
          private:
            int  CurrentCount;
          };








          Back up my hard drive? How do I put it in reverse?
          My Community
          BakGat
          sigpic

          Comment

          Working...
          X