poelchen1337
Mitglied
autsch..
aber wie erklärst Du Dir bzw Mir das ?
aber wie erklärst Du Dir bzw Mir das ?
Code:
string(28) "Earthcache"
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
string(28) "Earthcache"
Fatal error: Call to undefined function: str_split() in /homepages/28/d232904157/htdocs/map/neu/bwmap.php on line 40
$art = trim($art);
$art = str_split($art);
foreach( $art as $a){
echo $a.' ('.ord($a).')<br />';
}
var_dump($art);
if($art=="Traditional Cache")
{
echo "das ist ein ".$art."<br><br>";
}
<?php
$founds = array(
"x1ey1!Traditional Cache?", "x2ey2!Virtual Cache?", "x3ey3!Traditional Cache?",
"x4ey4!Webcam Cache?", "x5ey5!Traditional Cache?", "x6ey6!Webcam Cache?",
"x7ey7!Virtual Cache?", "x8ey8!Traditional Cache?", "x9ey9!Virtual Cache?"
);
foreach($founds as $einzel) {
$xstop = strpos($einzel,'e');
$x = substr($einzel, 0, $xstop);
$y = substr($einzel, $xstop+1, 3);
$artstart = strpos($einzel,'!');
$artstop = strpos($einzel,'?');
$art = substr($einzel, $artstart+1, $artstop-$artstart-1);
echo "orig ".$art."<br>";
if($art=="Traditional Cache") {
echo "das ist ein ".$art."<br><br>";
}
}
?>
if (substr($line, 7, 16) == "groundspeak:type")
{
$typestart = strpos($line,'">');
$typestop = strpos($line,'</g');
$type = substr($line, $typestart+1, $typestop-$typestart-1);
<groundspeak:type>Virtual Cache</groundspeak:type>