hallo zusammen,
Wenn meinen script starten will bekomme ich folgende Meldung über meinen Browser:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
For more information as to why this behaviour exists, see the manual page for CGI security.
For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.
PHP Warning: Unable to load dynamic library 'd:\Programme\Maguma Studio\php\extensions/php_dbg.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0
Das passiert seit ich den Maguna Studio for PHP benutze!
Mein Code:
kann mir da jemand helfen??
PS: Maguna Studio benutz PHP 4.3.1
Danke!!!
Wenn meinen script starten will bekomme ich folgende Meldung über meinen Browser:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
For more information as to why this behaviour exists, see the manual page for CGI security.
For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.
PHP Warning: Unable to load dynamic library 'd:\Programme\Maguma Studio\php\extensions/php_dbg.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0
Das passiert seit ich den Maguna Studio for PHP benutze!
Mein Code:
PHP-Code:
<?php
if ($_GET['goto']=="Home") $title=".:::[ CoreX |Home ]:::.";
if ($_GET['goto']=="GalWall") $title=".:::[ CoreX |Galerie|Wallpaper ]:::.";
if ($_GET['goto']=="GalBilder") $title=".:::[ CoreX |Galerie|Bilder ]:::.";
if ($_GET['goto']=="GalGfx") $title=".:::[ CoreX |Galerie|GFX ]:::.";
if ($_GET['goto']=="TutPs") $title=".:::[ CoreX |Tutorials|PS ]:::.";
if ($_GET['goto']=="TutFlash") $title=".:::[ CoreX |Tutorials|Flash ]:::.";
if ($_GET['goto']=="TutC4d") $title=".:::[ CoreX |Tutorial|Cinema4D ]:::.";
if ($_GET['goto']=="TutJs") $title=".:::[ CoreX |Tutorial|JS ]:::.";
if ($_GET['goto']=="TutHtml") $title=".:::[ CoreX |Tutorial|HTML ]:::.";
if ($_GET['goto']=="TutJava") $title=".:::[ CoreX |Tutorial|Java ]:::.";
if ($_GET['goto']=="Partner") $title=".:::[ CoreX |Partner ]:::.";
if ($_GET['goto']=="AboutMe") $title=".:::[ CoreX |Über mich ]:::.";
if ($_GET['goto']=="Links") $title=".:::[ CoreX |Links ]:::.";
echo "<title>$title</title>";
<a href="index.php?goto=Home" title="Home|News">:Home:</a>
PS: Maguna Studio benutz PHP 4.3.1
Danke!!!
Kommentar