RE: [PHP-WIN] Re: Sessions

2002-09-17 Thread Opere, James
Or simply create a folder under C called tmp i.e 'C:\tmp' and you will done. J.Opere -Original Message- From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:57 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Sessions Try to config in ph

[PHP-WIN] RE: JpGraph Bug report

2002-09-05 Thread Opere, James
I've solved the problem. The other question is: Is there away in which one can generate a given number of lines or bars dynamically because I tried the code attached but could not pick the other lines as in line 3 unless I write everything as in line 1.I'm trying to generate graphs using data fr

[PHP-WIN] Java and PHP

2002-08-09 Thread Opere, James
Title: Message Hi all, I have installed the latest version of java  which is j2sdk 1_4_1_0 instead of  Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP  and it works once like a miracle and the next trial  I still get an error below when trying to run a scrip for an

[PHP-WIN] Java and PHP

2002-08-09 Thread Opere, James
Title: Message Hi all, I have installed the latest version of java  which is j2sdk 1_4_1_0 instead of  Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP  and it works once like a miracle and the next trial  I still get an error below when trying to run a scrip for an

[PHP-WIN] Java and PHP

2002-08-01 Thread Opere, James
I have installed Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP but I still get an error below when trying to run a scrip.   Fatal error: Unable to create Java Virtual Machine in c:\phpdev\www\java.php on line 2    The script is a sample script to test if php is

[PHP-WIN] Php graphics

2002-07-02 Thread Opere, James
could have gone wrong. I installed office XP and from then I got into the trouble especially whenever I include the class 'jpgraph_lineplot.php'. Could anybody help with ideas? Without the line plots, things are working well.   Opere James. -- PHP Windows Mailing List

[PHP-WIN] RE: [PHP] PHP version 4.2 and above

2002-06-05 Thread Opere, James
--- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 10:20 AM To: Opere, James Cc: PHP Windows Discussion List; PHP General Discussion List Subject: Re: [PHP] PHP version 4.2 and above On Wed, 22 May 2002, Opere, James wrote: > I have aproblem with php >= 4.2.

RE: [PHP-WIN] Re: Passing Variables

2002-05-24 Thread Opere, James
I need the group by clause to enable me pick the count of each type of item that can be used for drawing graphs.Remember that it is not very possible, although i don't know yet to come up with a chart of different number counts of each item without converting the counts to numerical values. -

[PHP-WIN] Passing Variables

2002-05-23 Thread Opere, James
Hi All, I'm trying to pass variables from one form to the other.I have a problem when i want to do the the following: 1.COUNT($variable) 2.DISTINCT($variable) . I realise i can not use the brackets in my query and the variable be recognised.When i add COUNT without the brackets i stil

[PHP-WIN] PHP version 4.2 and above

2002-05-22 Thread Opere, James
Hi all. I have aproblem with php >= 4.2.I'm working on graphics but when i install php4.2, i get an error that it doesn't support GD library. Is there anybody who has any idea as to how it can be possible to use the above versions and still run my scripts successfully? Currently i'm using phpdev4

[PHP-WIN] PHP and JavaScript

2002-05-21 Thread Opere, James
Following the ChainedSelectors example, i've been able to populate fields popup menu using a table selected from the database. Now i want to populate more than one fields popup menus.This should enable me select more than one field from the same table and pass them as variables to be used in the n

RE: [PHP-WIN] PHP and Java

2002-05-03 Thread Opere, James
e-From: Sandeep Murphy [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 02, 2002 1:06 PMTo: 'Opere, James'; [EMAIL PROTECTED]Subject: RE: [PHP-WIN] PHP and Java hi,chk out the following in ur PHP.INI file... the php_java.dll file shud be enabled and also chk out the config u

[PHP-WIN] PHP and Java

2002-05-01 Thread Opere, James
I have downloaded JDK1.1.8 and installed on a windows platform.The problem is that when i copy a script, paste and try to run as a .php which has some java in it, i get an error i.e Fatal error: Cannot instantiate non-existent class: java in c:\phpdev\www\phpjava.php on line 5 The script is as b