#1 2013-11-10 20:43:57

[Ne0N]_AK47
Člen
Registrován: 2013-10-31
Příspěvky: 13

PHP - Nová stránka

Zdravím,
potřeboval bych se na Vás něco zeptat - když si chci vytvořit stránku přes webadmin, tak mi to tak trochu nejde.
Moc toho nejde udělat, když tam nedám <?php ?> , ale když to tam dám, nechce se mi zobrazit stránka, resp. ukáže to chybu o neexistující stánce. Říkal jsem si, že tam asi něco chybí, tak jsem tam dosadil

require_once "maincore.php";
require_once THEMES."templates/header.php";

+ na konec:

require_once THEMES."templates/footer.php";

Ale nic se nezměnilo. I když mi stejně něco říká, že jsem toho dosadil málo.
Poraďte mi tedy prosím, co tam mám dosadit za kódy, aby mi to normálně zobrazilo stránku?.
Děkuji, AK47.

Offline

#2 2013-11-11 10:57:19

JF
Endora rádce
Místo: ....nice u Plzně
Registrován: 2010-06-22
Příspěvky: 11,888

Re: PHP - Nová stránka

Keďže nevidím celý obsah súboru nedokážem zistiť kde robíte chybu. Ak sem obsah zverejniť nechcete, napíšte o ktorý súbor a doménu sa jedná.


Ján Fačkovec - Endora.cz by Webglobe
Email, Web, Webadmin, Webmail, Nápověda, Ceník

Offline

#3 2013-11-11 19:39:58

[Ne0N]_AK47
Člen
Registrován: 2013-10-31
Příspěvky: 13

Re: PHP - Nová stránka

<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| [url]http://www.php-fusion.co.uk/[/url]
+--------------------------------------------------------+
| Filename: eid.php
| Author: AK47
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at [url=http://www.gnu.org/licenses/agpl.html]www.gnu.org/licenses/agpl.html[/url]. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";

<span style="color:red;font-weight:bold;">Něco</span>
echo "<span style="color:red;font-weight:bold;">Něco\n</span>\n";
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>

require_once THEMES."templates/footer.php";
?>

A nediv se, jen testuji big_smile

Upravil [Ne0N]_AK47 (2013-11-11 19:41:51)

Offline

#4 2013-11-11 19:46:19

kksmirice
Endora rádce
Místo: Vrchovnice
Registrován: 2011-11-20
Příspěvky: 6,023
Web

Re: PHP - Nová stránka

Např.:

<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| [url]http://www.php-fusion.co.uk/[/url]
+--------------------------------------------------------+
| Filename: eid.php
| Author: AK47
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at [url=http://www.gnu.org/licenses/agpl.html]www.gnu.org/licenses/agpl.html[/url]. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";

?>
<span style="color:red;font-weight:bold;">Něco</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<?php

require_once THEMES."templates/footer.php";
?>

Doporučuji nastudovat základy php a html.


1. Murphyho zákon:
Na počátku nebylo nic. I to se pokazilo!

stránky: CMS test
kontakt - instalace systémů, MySQL, FTP přístup, ...
Instalační balíky vybraných CSM

Problémy spojené s provozem služeb Endora, řešte na tomto fóru.

Offline

Zápatí

Založeno na FluxBB | CZ a SK