Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

открытие файлов, помогите!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Аноним
<html>
<head>
<title>PHP</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot;>
</head>

<?php
$lang = _get [&quot;lang&quot;];
$text = _get [&quot;text&quot;];
?>

<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;>
<table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;89&quot;>
<tr>
<td>
<div align=&quot;center&quot;>
<pre><font color=&quot;#FFCC33&quot; size=&quot;5&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;>HEADER</pre>
</div>
</td>
</tr>
</table>



<table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;257&quot;>
<tr>
<td width=&quot;28%&quot;>
<?php
switch($lang)
{
case &quot;rus&quot; include (&quot;rus.php&quot;);
case &quot;eng&quot; include (&quot;eng.php&quot;);
}
?>
</td>
<td width=&quot;72%&quot;>
<?php
switch($text)
{
case &quot;main&quot; include (&quot;main.php&quot;);
case &quot;products&quot; include (&quot;products.php&quot;);
}
?>
</td>
</tr>
</table>
</body>
</html>


вроде все правильно, а не работает каза !!!!

вызываю так http//www.bla-bla.ru/index.php?lang=rus&amp;text=main
372
24 февраля 2002 года
Flying
312 / / 20.09.2000
Цитата:

On 2002-02-24 1441, Anonymous wrote

вроде все правильно, а не работает каза !!!!

вызываю так http//www.bla-bla.ru/index.php?lang=rus&amp;text=main



&quot;Читайте доки - они rulez!&quot; (c) ....

<?php
$lang = _get [&quot;lang&quot;];
$text = _get [&quot;text&quot;];
?>

Вот здесь - 2 ошибки. Должно быть
<?php
$lang = $_GET['lang'];
$text = $_GET['text'];
?>

Кстати, будет работать только в 4.1.0 и выше, для более старых версий
<?php
$lang = $HTTP_GET_VARS['lang'];
$text = $HTTP_GET_VARS['text'];
?>

364
25 февраля 2002 года
Xupypr
148 / / 20.04.2000
Пошамань с fopen() и fclose.
Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог