[PHP] Bea Weblogic Webserver

2002-07-31 Thread MindHunter

Hi,

Is it possible to configure PHP for a BEA Weblogic Webserver?  If so anyone
who did it?  and how?

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Submit code

2002-07-16 Thread MindHunter

I am looking for PHP code that will submit (post) a form automaically to a
ANOTHER php page.  I do not want to press a submit button.  I have found a
class at PHPClasses but it is too complicated for my needs.  What is the
simplest way of doing this?  What is the theoretical approach?

The reason I need this is that I have a table output from a database after
one submits 'n list of variables (form inputs).  I want to update a graph in
another Iframe automatically without clicking on another submit button.

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Problem Running my Scripts from IIS...

2002-07-16 Thread MindHunter

Are you running PHP as CGI or ISAPI?

I got so much similar trouble with the ISAPI dll on IIS that I use the CGI
nowadays.

MH

Kondwani Spike Mkandawire [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have a problem running my Scripts from IIS...
 I test them on my localhost which is running
 Apache and PHP 4.2.1 and it works perfectly...
 However I get an undefined variable error
 running it on an IIS Server running PHP 4.2.1
 Apart from these messages that make my
 send to pages look untidy, the Script still
 runs as expected on IIS...  I have tried a couple
 of approaches:

 Stuck in some if and isset statements...
 Effect:  It affects the running of the whole
  Script (Some of the variables loose info...
 and I am using locking quotations \)...

 I have tried sticking in @symbols and this
 has no effect

 I have tried sticking in if empty...  This has
 a similar effect to if isset...

 Does anyone else have any ideas on what I
 could do?

 Kondwani





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP and COM - Excel

2002-07-03 Thread MindHunter

I am trying to create a Pivot Table with PHP's COM functions.  I managed to
get the data and charts functions going but the pivot table is tricky.
Anyone that managed it before?  I am looking for examples, plz.

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP in South Africa

2002-07-03 Thread MindHunter

I am looking for PHP programmers in South Africa, specifically in the
Gauteng area.  Please mail me.

Tx
Bk



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP and COM

2002-06-24 Thread MindHunter

I am looking for more examples on PHP and COM.  I've got all the stuff from
the manual and the tutorials, but I want more.  Anyone that can help plz?

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP CGI cannot be accessed directly

2002-06-06 Thread MindHunter

Yes I have set cgi.force_redirect=0 in my php.ini file.  I have trippled
checked this!  I am running PHP 4.2.0 on Win2K IIS5 as CGI.  What am I
missing?  Any known bugs?

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP CGI cannot be accessed directly

2002-06-06 Thread MindHunter

I got the problem!  php.ini is not saved in c:\winnt by default!  Make sure
your php.ini is in c:\winnt and NOT in your profile as saved by the
installer!


Mindhunter [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Yes I have set cgi.force_redirect=0 in my php.ini file.  I have trippled
 checked this!  I am running PHP 4.2.0 on Win2K IIS5 as CGI.  What am I
 missing?  Any known bugs?

 Tx
 MH





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP 4.1.0 released

2001-12-11 Thread MindHunter

Where do we get the Windows Binaries?

Cheers
MH

Zeev Suraski [EMAIL PROTECTED] wrote in message
5.1.0.14.2.20011210234236.0516bec0@localhost">news:5.1.0.14.2.20011210234236.0516bec0@localhost...
 After a lengthy QA process, PHP 4.1.0 is finally out.  Download at
 http://www.php.net/downloads.php !

 PHP 4.1.0 includes several other key improvements:
 - A new input interface for improved security (read below)
 - Highly improved performance in general
 - Revolutionary performance and stability improvements under Windows.  The
 multithreaded server modules under Windows (ISAPI, Apache, etc.) perform
as
 much as 30 times faster under load!  We want to thank Brett Brewer and his
 team in Microsoft for working with us to improve PHP for Windows.
 - Versioning support for extensions.  Right now it's barely being used,
but
 the infrastructure was put in place to support separate version numbers
for
 different extensions.  The negative side effect is that loading extensions
 that were built against old versions of PHP will now result in a crash,
 instead of in a nice clear message.  Make sure you only use extensions
 built with PHP 4.1.0.
 - Turn-key output compression support
 - *LOTS* of fixes and new functions

 As some of you may notice, this version is quite historical, as it's the
 first time in history we actually incremented the middle digit!  :) The
two
 key reasons for this unprecedented change were the new input interface,
and
 the broken binary compatibility of modules due to the versioning support.

 Following is a description of the new input mechanism.  For a full list of
 changes in PHP 4.1.0, scroll down to the end of this section.

 ---

 SECURITY:  NEW INPUT MECHANISM

 First and foremost, it's important to stress that regardless of anything
 you may read in the following lines, PHP 4.1.0 *supports* the old input
 mechanisms from older versions.  Old applications should go on working
fine
 without modification!

 Now that we have that behind us, let's move on :)

 For various reasons, PHP setups which rely on register_globals being on
 (i.e., on form, server and environment variables becoming a part of the
 global namespace, automatically) are very often exploitable to various
 degrees.  For example, the piece of code:

 ?php
 if (authenticate_user()) {
$authenticated = true;
 }
 ...
 ?

 May be exploitable, as remote users can simply pass on 'authenticated' as
a
 form variable, and then even if authenticate_user() returns false,
 $authenticated will actually be set to true.  While this looks like a
 simple example, in reality, quite a few PHP applications ended up being
 exploitable by things related to this misfeature.

 While it is quite possible to write secure code in PHP, we felt that the
 fact that PHP makes it too easy to write insecure code was bad, and we've
 decided to attempt a far-reaching change, and deprecate
 register_globals.  Obviously, because the vast majority of the PHP code in
 the world relies on the existence of this feature, we have no plans to
 actually remove it from PHP anytime in the foreseeable future, but we've
 decided to encourage people to shut it off whenever possible.

 To help users build PHP applications with register_globals being off,
we've
 added several new special variables that can be used instead of the old
 global variables.  There are 7 new special arrays:

 $_GET - contains form variables sent through GET
 $_POST - contains form variables sent through POST
 $_COOKIE - contains HTTP cookie variables
 $_SERVER - contains server variables (e.g., REMOTE_ADDR)
 $_ENV - contains the environment variables
 $_REQUEST - a merge of the GET variables, POST variables and Cookie
 variables.  In other words - all the information that is coming from the
 user, and that from a security point of view, cannot be trusted.
 $_SESSION - contains HTTP variables registered by the session module

 Now, other than the fact that these variables contain this special
 information, they're also special in another way - they're automatically
 global in any scope.  This means that you can access them anywhere,
without
 having to 'global' them first.  For example:

 function example1()
 {
 print $_GET[name];   // works, 'global $_GET;' is not necessary!
 }

 would work fine!  We hope that this fact would ease the pain in migrating
 old code to new code a bit, and we're confident it's going to make writing
 new code easier.  Another neat trick is that creating new entries in the
 $_SESSION array will automatically register them as session variables, as
 if you called session_register().  This trick is limited to the session
 module only - for example, setting new entries in $_ENV will *not* perform
 an implicit putenv().

 PHP 4.1.0 still defaults to have register_globals set to on.  It's a
 transitional version, and we encourage application authors, especially
 public ones which are used by a wide audience, to change their
applications
 to 

[PHP] Redirect

2001-11-27 Thread MindHunter

Hi,

As far as I understand header(Location: next-page.php); only works on
Apache.  What can you do to redirect if you do not have Apache?

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Hierarchies

2001-11-27 Thread MindHunter

Hi,

I need to display hierarchies (hierarchical structures).  I have a MYSQL
table with data like this:

Node,Parent
A,
B,A
C,A
D,B
E,B
F,D
G,A

It can go down to 10 levels.

I do not want display one level and then click to display the next, I want
to see the entire tree at once, say like this:

A
---B
--D
-F
--E
---C
---G

Any ideas, scripts on how I can do this?  I seems like I have to use a
recursive function and /or arrays?

Any help will be appreciated!

Thanks
MH




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Date Problem

2001-11-20 Thread MindHunter

Hi,

I am reading a date from an input in format 'DD-MM-' ex. 10-11-2001.
Now I want to add 3 months to the date.  I have tested mktime and strftime
etc and no matter what I do I get the year as 1970.  (Systemdate works
fine).  How would I go about adding 3 months to a date in that format?

Thanks
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] SQL Server Previous Next

2001-11-16 Thread MindHunter

Hi,

Does anyone know of a script/tutorial etc on displaying Microsoft SQL Server
records, lets say 20 at a time and on clicking NEXT it will display the next
20 records and if you click PREVIOUS the previos 20 records?

I have one for MYSQL but the catch is that MYSQL has something like:

select column from table limit 4,10

Thus selecting the 10 records starting at the 5th record.

MS SQL Server does not have something similar, so what is my options.

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Info on another page

2001-11-16 Thread MindHunter

Hi,

Lets say I want to get the current exchangerate from another page on the web
and use it in calculations on my own page.  How do I retrieve info from
another site once someone access my page?

Tx
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Storing Images in a Database

2001-09-12 Thread MindHunter

Hi,

Any good tutorials or references on how to select and display these images
from a database (MySQL, Access, SQLServer) with PHP?  I know how to get it
in, thats the easy partbut getting it out I'm listening!

Tx
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Online Psychology Tests

2001-08-16 Thread MindHunter

Does anyone know of online psychology tests where the answers are
interpreted by a php script?  Does anyone use php for this purpose?

Tx
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] .htaccess

2001-08-06 Thread MindHunter

I've seen this all over.  I had a QUICK look at the manual and can't find
much.  In short, what is it, what is it used for and is it WIN/UNIX-LINUX
specific.  Also any good readings on it will be appreciated.

Tx
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Being a SERVER (you cant kill me, im.... DAMN!!)

2001-08-02 Thread MindHunter

Hi,

Two things:

1.  PWS from the CD has a bug, you need to get the patch from MS.  The
problem is with the MTS.
2.  I use Badblue www.badblue.com for easy, fast development.   I also
recommend Apache above IIS or PWS.

Cheers
BK

Kyle Smith [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Where do i download the best software (prefebly free) to set up my computer
as a server so i can test my php scripts? (apache or whatever)


-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Pear

2001-07-31 Thread MindHunter

Hi,

Is it worth the while to read up on PEAR?  I have seen much of it but I
don't know much about it.  I am not a complete newbie anymore and I have
developed quite a few DB driven sites.  Any good readings that you know of?

Ciao
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]