[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] 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 t

[PHP] Submit code

2002-07-15 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

[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 - 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: htt

[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] 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

[PHP] PHP CGI cannot be accessed directly

2002-06-05 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 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

Re: [PHP] Hierarchies

2001-11-28 Thread MindHunter
t=$row->cid; >$element[$cnt]['cid']=$row->cid; >$element[$cnt]['parent']=$row->parent; >$element[$cnt]['name']=$row->name; >echo str_repeat('-', $level) ."".$element[$cnt]['name'].&qu

[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:

[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] T

[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? Th

[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]

[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

[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-mai

[PHP] Re: GD & ISAPI don't work

2001-08-20 Thread MindHunter
I had the same prob on Win98 and Win2K. On Win98 I reverted to Apache and on Win2K I am using CGI, besides that I don't know of much that you can do. Why not stick to CGI? BK "Juraj Hasko" <[EMAIL PROTECTED]> wrote in message 000e01c12940$b9490260$ec01db0a@HASKO">news:000e01c12940$b9490260$ec01

[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

[PHP] Re: SQL script ------ .any help

2001-08-14 Thread MindHunter
Try and find MYSQLFront - (Sorry I forgot where i downloaded it). I find it the best way to load sql files and data. BK <[EMAIL PROTECTED]> wrote in message OF0DBB50F2.83686F02-ON65256AA8.0043300A@domain">news:OF0DBB50F2.83686F02-ON65256AA8.0043300A@domain... Hi, In MS SQL server, table dat

[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: [EMA

[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

[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 unsubs