This is a discussion on "linking with php" within the PHP Forum section. This forum, and the thread "linking with php are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
linking with php
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
linking with php
when someone clicks a link on my website i would like i tto take them to a page with some of my ads on them with a skip and continuie button so they can continue to what they originally wanted to look at.
I was told that php was the way to do this so any help withe the coding would be great becasue i dont know anything outside of html |
|
|
|
|||
|
Re: linking with php
The skip/continue button is just a normal link.
You can do this without any php at all by doing something like... index.html (User clicks link to visit "Fun Stuff" link brings them to...) funstuff.html (user is presented with a "continue button" you could redirect them after x seconds by using a meta refresh, after the continue button or the meta refresh they are redirected to...) funstuff2.html (All done!) |
![]() |
| Tags |
| linking, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| relative linking in php | sudhakararaog | PHP Forum | 1 | Mar 12th, 2008 23:43 |
| Linking? | casho | Web Page Design | 3 | Feb 10th, 2008 18:49 |
| Specific Linking | daygon | Web Page Design | 4 | Apr 29th, 2006 20:03 |
| HELP linking | Money_Mike$$ | Web Page Design | 3 | Jan 24th, 2006 11:21 |
| Linking Help! | nMike | Web Page Design | 1 | Aug 26th, 2003 17:16 |