meerdere zoekworden gebruiken
if($pagina == "twowheels"){
echo "
maar dan bijvoorbeeld "twowheels" & "two" & "wheels" & "scooter"
etc.....
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
$pagina = $_POST['pagina'];
if($pagina == "twowheels"){
echo "
<tr>
<TD style='background-color:#FFF'><img src='/image/twscooterservice.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD width='717' > <p>Link:</p>
<p><a href='http://www.tw-scooterservice.nl'>www.tw-scooterservice.nl</a></p>
<p>Informatie:</p>
<p>een scooter winkel gevestigd in Amsterdam die ontstaan is door een uit
de hand gelopen hobby, daar in tegen zijn al onze medewerkers gediplomeerde monteurs.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='tw' />
<input type='submit' />
</form></td>
";
} elseif($pagina == "securesolutions"){
echo "
<tr><TD style='background-color:#FFF'><img src='/image/visitekaartsecuritysolutions1.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD ><p>Link:</p>
<p><a href='http://www.securesolutions.nl'>www.securesolutions.nl</a></p>
<p>Informatie:</p>
<p>Een leverancier/Detailist in diverse (anti)communicatie goederen en verborgen media producten.
maak een account aan en blijf op de hoogte van onze nieuwe producten voor betaalbare prijzen.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='ss' />
<input type='submit' />
</form>
</td>
";
}else {
echo "
$pagina = $_POST['pagina'];
if($pagina == "twowheels"){
echo "
<tr>
<TD style='background-color:#FFF'><img src='/image/twscooterservice.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD width='717' > <p>Link:</p>
<p><a href='http://www.tw-scooterservice.nl'>www.tw-scooterservice.nl</a></p>
<p>Informatie:</p>
<p>een scooter winkel gevestigd in Amsterdam die ontstaan is door een uit
de hand gelopen hobby, daar in tegen zijn al onze medewerkers gediplomeerde monteurs.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='tw' />
<input type='submit' />
</form></td>
";
} elseif($pagina == "securesolutions"){
echo "
<tr><TD style='background-color:#FFF'><img src='/image/visitekaartsecuritysolutions1.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD ><p>Link:</p>
<p><a href='http://www.securesolutions.nl'>www.securesolutions.nl</a></p>
<p>Informatie:</p>
<p>Een leverancier/Detailist in diverse (anti)communicatie goederen en verborgen media producten.
maak een account aan en blijf op de hoogte van onze nieuwe producten voor betaalbare prijzen.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='ss' />
<input type='submit' />
</form>
</td>
";
}else {
echo "
Gewijzigd op 31/01/2011 11:14:40 door Chris -
Damiaan miller op 30/01/2011 17:54:26:
ik heb een if else en je kunt nu doormiddel van de naam van het onderwerp te typen een page te zien krijgen alleen wil ik meerdere worden gebruiken weet iemand hoe ik dat doe?
voor mijn sites: http://www.goobal.nl & http://www.securesolutions.nl
Gratis advertentie site & Spyshop
if($pagina == "twowheels"){
echo "
maar dan bijvoorbeeld "twowheels" & "two" & "wheels" & "scooter"
etc.....
voor mijn sites: http://www.goobal.nl & http://www.securesolutions.nl
Gratis advertentie site & Spyshop
if($pagina == "twowheels"){
echo "
maar dan bijvoorbeeld "twowheels" & "two" & "wheels" & "scooter"
etc.....
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
$pagina = $_POST['pagina'];
if($pagina == "twowheels"){
echo "
<tr>
<TD style='background-color:#FFF'><img src='/image/twscooterservice.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD width='717' > <p>Link:</p>
<p><a href='http://www.tw-scooterservice.nl'>www.tw-scooterservice.nl</a></p>
<p>Informatie:</p>
<p>een scooter winkel gevestigd in Amsterdam die ontstaan is door een uit
de hand gelopen hobby, daar in tegen zijn al onze medewerkers gediplomeerde monteurs.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='tw' />
<input type='submit' />
</form></td>
";
} elseif($pagina == "securesolutions"){
echo "
<tr><TD style='background-color:#FFF'><img src='/image/visitekaartsecuritysolutions1.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD ><p>Link:</p>
<p><a href='http://www.securesolutions.nl'>www.securesolutions.nl</a></p>
<p>Informatie:</p>
<p>Een leverancier/Detailist in diverse (anti)communicatie goederen en verborgen media producten.
maak een account aan en blijf op de hoogte van onze nieuwe producten voor betaalbare prijzen.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='ss' />
<input type='submit' />
</form>
</td>
";
}else {
echo "
[/quote]
$pagina = $_POST['pagina'];
if($pagina == "twowheels"){
echo "
<tr>
<TD style='background-color:#FFF'><img src='/image/twscooterservice.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD width='717' > <p>Link:</p>
<p><a href='http://www.tw-scooterservice.nl'>www.tw-scooterservice.nl</a></p>
<p>Informatie:</p>
<p>een scooter winkel gevestigd in Amsterdam die ontstaan is door een uit
de hand gelopen hobby, daar in tegen zijn al onze medewerkers gediplomeerde monteurs.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='tw' />
<input type='submit' />
</form></td>
";
} elseif($pagina == "securesolutions"){
echo "
<tr><TD style='background-color:#FFF'><img src='/image/visitekaartsecuritysolutions1.jpg' width='336' height='150' alt='securesolutions' /></TD>
<TD ><p>Link:</p>
<p><a href='http://www.securesolutions.nl'>www.securesolutions.nl</a></p>
<p>Informatie:</p>
<p>Een leverancier/Detailist in diverse (anti)communicatie goederen en verborgen media producten.
maak een account aan en blijf op de hoogte van onze nieuwe producten voor betaalbare prijzen.</p></TD>
<td >
<a href=''><img src='/image/facebook.png' alt='' /></a> <a href=''><img src='/image/twitter.png' alt='' /></a>
<form action='profilepage.php' method='post'>
<input type='hidden' name='Page' value='ss' />
<input type='submit' />
</form>
</td>
";
}else {
echo "
[/quote]