Welcome Guest, Not a member yet? Register   Sign In
include does not work
#3

[eluser]Unknown[/eluser]
Code:
$s=$_GET['s'];
            $Us=$_GET['Us'];
            //se non ha indicato nessuna scheda o ha indicato le aziende visualizzo esse
            if ($s == "Supervisore"){
             //codeee


                //se non รจ impostata nessuna tab visualizzo quella di default
                if(empty($Us)){
                    include 'www.wordsbank.altervista.org/include_backend/show.php';
                }
                else if ($Us == "Aziende"){
                    echo "Scheda Supervisore - Aziende";
                }
                else if ($Us == "Contratti"){
                    echo "Scheda Supervisore - Contratti";
                }
                else if ($Us == "Utenti"){
                    echo "Scheda Supervisore - Utenti";
                }
                else if ($Us == "Fatture"){
                    echo "Scheda Supervisore - Fatture";
                }
                else if ($Us == "Opzioni"){
                    echo "Scheda Supervisore - Opzioni";
                }

            }
I know there are private folders, where you can not put new files, but I put this folder in the root.
where there is 'echo' there are include..


Messages In This Thread
include does not work - by El Forum - 07-05-2011, 12:40 PM
include does not work - by El Forum - 07-05-2011, 01:23 PM
include does not work - by El Forum - 07-05-2011, 01:26 PM
include does not work - by El Forum - 07-05-2011, 11:53 PM
include does not work - by El Forum - 07-06-2011, 05:24 AM
include does not work - by El Forum - 07-11-2011, 01:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB