>>>ВОПРОСЫ НОВИЧКОВ<<<

345K
.
ПФК ЦСКА forever!
Fenix_61 (27.11.2011/10:19)
Вот мой код -
echo '<input type="button" value="На главную" src="strahi.tk" />';
А http:// кто будет добавлять?
.
REALball (27.11.2011/10:21)
А http:// кто будет добавлять?
Млин !
.

Вот так -

echo '<input type="button" value="На главную" src="http://strahi.tk" />';
?
.
ПФК ЦСКА forever!
Fenix_61 (27.11.2011/10:37)
Вот так -
echo '<input type="button" value="На главную" src="http://strahi.tk" />';
?
да.
.
REALball (27.11.2011/10:38)
да.
Все равно только обновляет ! Вот код всей странички -
<?php
define ('_IN_JOHNCMS', 1);
$textl = 'Кнопка';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
echo '<input type="button" value="На главную" src="http://strahi.tk"/>';
require_once ('../incfiles/end.php');
?>
!
.
ПФК ЦСКА forever!
Fenix_61 (27.11.2011/10:54)
Все равно только обновляет ! Вот код всей странички - <?php
define ('_IN_JOHNCMS', 1);
$textl = 'Кнопка';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head
define ('_IN_JOHNCMS', 1);
$textl = 'Кнопка';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
echo '<input type="button" value="На главную" src="../index.php"/>';
require_once ('../incfiles/end.php');

Так попробуй...
.
Fenix_61

Вообщем нашел там вот код -

echo '<form action="адрес страницы" target="_blank" method="get"><button type="submit">Текст на кнопке</button></form>';
!
.
Fenix_61 (27.11.2011/11:02)
Вообщем нашел там вот код -
echo '<form action="адрес страницы" target="_blank" method="get"><button type="submit">Текст на кнопке</button></form>';
!
чет я ниасилил... вы чо хотите то?
<a href="ссыль"><button>кнопка</button></a>
.
OnLine Quest Game

Задача.
В базе данных записан полноценный php код.
И так же в базе есть обычный текст.
Как вывести с базы или текст или php код но чтоб он исполнился?

.
ПФК ЦСКА forever!

localhost, Может так:
eval($res['php']);
Хотя хз...

Всего: 9861