|
Простой вопрос
|
|||
---|---|---|---|
#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=32659674&tid=1479452]: |
0ms |
get settings: |
8ms |
get forum list: |
12ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
118ms |
get topic data: |
10ms |
get forum data: |
2ms |
get page messages: |
32ms |
get tp. blocked users: |
1ms |
others: | 313ms |
total: | 502ms |
0 / 0 |