Date: 08/19/00
- Next message: A Lohla: "[phplib] page_open being called twice?"
- Previous message: T.R. Henigson: "[phplib] load_defaults()"
- Next in thread: The Mistic: "RE: [phplib] problem with an variable !"
- Maybe reply: The Mistic: "RE: [phplib] problem with an variable !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi !
I have a problem with that program:
... test.html ...
<html>
<head>
<title></title>
</head>
<body>
<form method="post" action="./test.php3" name="Test">
<input type="text" name="test">
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>
... end ...
... test.php3 ...
<?php
if (!is_array($_PHPLIB)) {
$_PHPLIB[ "libdir"] = "./php/";
}
require($_PHPLIB[ "libdir"] . "db_mysql.inc");
require($_PHPLIB[ "libdir"] . "ct_sql.inc");
require($_PHPLIB[ "libdir"] . "session.inc");
require($_PHPLIB[ "libdir"] . "auth.inc");
require($_PHPLIB[ "libdir"] . "perm.inc");
require($_PHPLIB[ "libdir"] . "user.inc");
require($_PHPLIB[ "libdir"] . "cart.inc");
require($_PHPLIB[ "libdir"] . "sqlquery.inc");
require($_PHPLIB[ "libdir"] . "table.inc");
require($_PHPLIB[ "libdir"] . "local.inc");
require($_PHPLIB[ "libdir"] . "page.inc");
page_open(array( "sess"=> "Inmocenter_Session"));
$sess->reimport_any_vars($test);
echo $test;
page_close();
?>
... end ...
The problem is that the $test value is missing. How i can get the $test
value ?
thnkx.
Mistic
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: A Lohla: "[phplib] page_open being called twice?"
- Previous message: T.R. Henigson: "[phplib] load_defaults()"
- Next in thread: The Mistic: "RE: [phplib] problem with an variable !"
- Maybe reply: The Mistic: "RE: [phplib] problem with an variable !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

