|
Простой вопрос
|
|||
---|---|---|---|
#18+
Не получается получить данные на другой форме #!/usr/local/bin/php <?php session_start(); $asa = "Меня задали на index.php"; session_register("asa"); echo '<html> <body>'; echo "$asa"; echo 'Пройдём, посмотрим что <a href="dothings.php">там:</a>'; ?> ============================ #!/usr/local/bin/php <?php session_start(); if (!isset($_SESSION["asa"])) { header("Location: index.php"); exit; } ?> <html> <body> <?php echo "$;asa"; ?></body></html> ... |
|||
:
Нравится:
Не нравится:
|
|||
20.08.2004, 17:32 |
|
|
start [/forum/topic.php?fid=23&msg=32659676&tid=1479452]: |
0ms |
get settings: |
9ms |
get forum list: |
22ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
101ms |
get topic data: |
10ms |
get forum data: |
5ms |
get page messages: |
40ms |
get tp. blocked users: |
1ms |
others: | 305ms |
total: | 501ms |
0 / 0 |