Website - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Website (776 Views)
| Website by Marlhyk(op): 7:43am On Oct 15, 2019 |
Guys you know that sometimes when browsing a website we use to be directed to another website like bet9ja so I want to ask what's the code to do it |
| Re: Website by mikke9: 9:15am On Oct 15, 2019 |
Javascript will do that |
| Re: Website by jidotoni(m): 12:51pm On Oct 15, 2019 |
Javascript. An example <script> //tell the browser where to redirect to var goto = "https://bet9ja.com"; //redirect after 5 seconds window.setTimeout(function(){ window.location.href = goto; }, 5000); </script> Hope it helps ![]() |
| Re: Website by Nobody: 7:26pm On Oct 15, 2019 |
let's say for example you want to redirect to www.google.com using PHP, do like this; inside your php script write <?php header('location:https://www.google.com'); ?> |
| Re: Website by Marlhyk(op): 7:20am On Oct 17, 2019 |
jidotoni:thanks bro if I use a pay per click ads will I still earn |
General! App Lovers Thread • Comptia Security+ Study Group • Programmers In The House I Need Your Help/seun Osewa
