HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- [error] an unknown filter was not added: PHP
Operating System - HP-UX
1834154
Members
2728
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:47 AM
02-23-2004 05:47 AM
[error] an unknown filter was not added: PHP
Hi, Friends
in first place I would like to ask for excuses for my English, is bad.
well, one of my problems with php is the error reported in subject of
this menssagem.
I am not obtaining to write scripts php.example:
exam.php
$Student = array("Albert Einstein", "Ivan O Terrivel", "Napoleao", "Simon Bolivar", "Isaac Newton");
while (list(,$Name)=each($Student))
{
echo "Que nota $Name conseguiu em matematica?";
echo "
";
echo "";
echo "
";
echo "";
}
echo "";
?>
++++++++++++++++++++++++++++++++++++++++++++++++
exam2.php
while (list($Index,$Value)=each($Math))
{
$GradeStudent[]=$Math[$Index].$Student[$Index];
}
asort($GradeStudent);
while (list($Index,$Value)=each($GradeStudent))
{
echo "
$Student[$Index] - $Math[$Index]";
}
?>
it occurs that, php this not exporting the variables of exam.php to exam2.php.
how to decide this problem?
I'm using:
Apache/2.0.48 HP-UX_Apache-based_Web_Server (Unix) mod_perl/1.99_10 Perl/v5.8.0 PHP/4.3.4 DAV/2 mod_jk/1.2.3-dev
tanks...
Amilcar Moreti
in first place I would like to ask for excuses for my English, is bad.
well, one of my problems with php is the error reported in subject of
this menssagem.
I am not obtaining to write scripts php.example:
exam.php
$Student = array("Albert Einstein", "Ivan O Terrivel", "Napoleao", "Simon Bolivar", "Isaac Newton");
while (list(,$Name)=each($Student))
{
echo "Que nota $Name conseguiu em matematica?";
echo "
";
echo "";
echo "
";
echo "";
}
echo "";
?>
++++++++++++++++++++++++++++++++++++++++++++++++
exam2.php
while (list($Index,$Value)=each($Math))
{
$GradeStudent[]=$Math[$Index].$Student[$Index];
}
asort($GradeStudent);
while (list($Index,$Value)=each($GradeStudent))
{
echo "
$Student[$Index] - $Math[$Index]";
}
?>
it occurs that, php this not exporting the variables of exam.php to exam2.php.
how to decide this problem?
I'm using:
Apache/2.0.48 HP-UX_Apache-based_Web_Server (Unix) mod_perl/1.99_10 Perl/v5.8.0 PHP/4.3.4 DAV/2 mod_jk/1.2.3-dev
tanks...
Amilcar Moreti
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 06:16 AM
02-23-2004 06:16 AM
Re: [error] an unknown filter was not added: PHP
There is a great forum out there for this kind of questions; Please ask this in
http://www.devshed.com
It is nice place to ask questions about Perl and PHP.
Thanks
vijay
http://www.devshed.com
It is nice place to ask questions about Perl and PHP.
Thanks
vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 12:21 AM
02-24-2004 12:21 AM
Re: [error] an unknown filter was not added: PHP
you can retrive the value of vars passed to exam2.php using the following syntax
$_POST['Math'] for the $Math var
the same is for Student
$_POST['Math'] for the $Math var
the same is for Student
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP