Jump to content
  • 0

pomoc Problem s add.php?id=banner


Darker

Dotaz

Čušte spravil som tuto podlaa vasho navodu takyto subor:

<?php
$stranka = $_GET["id"];
$aktualni_slozka = dirname(__FILE__);
$soubor = "{$aktualni_slozka}/{$stranka}.php";
if( file_exists($soubor) )
{
echo file_get_contents($soubor);
}else{
$soubor = "{$aktualni_slozka}/index.php";
echo file_get_contents($soubor);
}

?>

 

Ano funguje, Dik! ale v banner.php ktorí ide cez add.php?id=banner mám formulár ktorí sa vyplniť dá ale neodošle mi to mail... ale ked ho vyplnim normalne len /banner.php tak mi to odošle mail plss poradte v čom ej chyba??

Link to comment
Share on other sites

0 odpovědí na tuto otázku

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...