Forum: PHP Dec 22nd, 2008 |
| Replies: 0 Views: 595 I want to create a function, which checks if user has myApp installed and if not, he is being redirected to my landing page. Now, the landing page works as it should, the problem is with function... |
Forum: PHP Dec 19th, 2008 |
| Replies: 0 Views: 668 Hi,
I have a site with free games, etc..
I want to do this: when a user clicks on a game to play, he is redirected to the landing page, where a script checks, if he has our toolbar installed; if... |
Forum: PHP Dec 12th, 2008 |
| Replies: 0 Views: 288 Hi,
N00b in need for some help :)
I would like to do this: our affiliate inputs an url of his choice and submits. The script gives him our app with his affID embeded in it. When his visitor... |
Forum: PHP Dec 8th, 2008 |
| Replies: 5 Views: 522 Thank you for your help, but I still have problems :(
1. Corrected the form in "gateway.php":
<form action="get_gateway.php" target="ifrm" method="post">
Your affiliate ID: <input type="text"... |
Forum: PHP Dec 8th, 2008 |
| Replies: 5 Views: 522 Hey, thanks a lot! It almost works, but as I am a n00b, this is going wrong:
- I have setup a form, named it "gateway.php", like this
<form action="get_gateway.php" action="post">
<form... |
Forum: PHP Dec 7th, 2008 |
| Replies: 5 Views: 522 Hi to all, php n00b here :-)
I have a simple problem and would like to ask for some help...
What I want to do is this: when our affiliate submits his aff ID into the form, a php script should... |