Re: [PHP-DEV] Help with ereg()

2003-03-11 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Tue, 11 Mar 2003, fLIPIS wrote: > Hi all. I'm trying to deal with Regular Expressions, but somehow it is > getting more difficult. I´m trying

[PHP-DEV] Help with ereg()

2003-03-11 Thread fLIPIS
Hi all. I'm trying to deal with Regular Expressions, but somehow it is getting more difficult. I´m trying to do the folowing: Read a text and get all of the PHP code out of it, highlight it and then print all in nice HTML. I'm using this to get the PHP code: ereg("<\?.*\?>",$Text,$PHP_code); It

Re: [PHP-DEV] Help a beginner out please!!

2003-03-06 Thread George Schlossnagle
Wrong list. You're looking for [EMAIL PROTECTED] This is a list for the development of the language itself, not with it. On Friday, March 7, 2003, at 12:44 AM, Ted Conn wrote: Hi well maybe this isnt the right place to put a beginners post but I will find out soon if its not I guess! -- PH

[PHP-DEV] Help a beginner out please!!

2003-03-06 Thread Ted Conn
Hi well maybe this isnt the right place to put a beginners post but I will find out soon if its not I guess! Anyway I am as newbie at PHP that one can get. I went to PHP.net for some resources on how to get started and I downloaded a bunch of zip files and basically followed their instructions but

Re: [PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Michel Sahyoun
Thanks. But I have tried SJIS and Shift_JIS in addition to a couple of other combinations to no avail. I believe the problem might not be with the way the encoding is spelled, but elsewhere. If anyone has a working example of transforming an sjis or other eastern language encoded xml document, t

Re: [PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Marcus Börger
At 00:40 07.03.2003, Michel Sahyoun wrote: Does anyone have an example of using XSLT with Sablotron to transform and XML document containing Shift-jis encoded characters? I keep getting the following error message: Illegal Character for Encoding 'Shift-jis' You could try: "SJIS" and "Shift_JIS" k

[PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Michel Sahyoun
Does anyone have an example of using XSLT with Sablotron to transform and XML document containing Shift-jis encoded characters? I keep getting the following error message: Illegal Character for Encoding 'Shift-jis' I am using the latest from snap.php.net and sablotron 0.97 FullPack with iconv, an

[PHP-DEV] Help with SAPI and INI

2003-02-21 Thread Justin Erenkrantz
Hello all, Pardon my cluelessness, but I'm trying to teach the apache2* SAPI's about PHP's xbithack setting per the following bug (which Jani has pointed me at): http://bugs.php.net/bug.php?id=22321 I believe I have the logic for that bug corrected in my tree. (As an aside, this particular bu

[PHP-DEV] Help requested: Memory leak in PHP 4.2.3 for NetWare.

2002-11-26 Thread Ananth Kesari
Hi, We are seeing a large memory leak in PHP 4.2.3 for NetWare. We just load mod_php alongwith apache 1.3 and then unload apache without executing any script. We find that there is a memory leak of about 14KB. The same is observed when we load the command line version of PHP also and unload it.

[PHP-DEV] Help requested: Memory leak in PHP for NetWare

2002-11-26 Thread Ananth Kesari
Hi, We are seeing a large memory leak in PHP 4.2.3 for NetWare. We just load mod_php alongwith apache 1.3 and then unload apache without executing any script. We find that there is a memory leak of about 14KB. The same is observed when we load the command line version of PHP also and unload it.

[PHP-DEV] Help on SAPI and TSRM ?

2002-11-15 Thread Markus Goetzl
Hi there, I'm trying to write a "C++ Wrapper", so it's possible for me to execute PHP code from my own C++ programms. I used the CLI-SAPI (php4/sapi/cli/...) as a template for my "C++ Wrapper". This works fine if the calling application is a single process but I run into trouble if I call PHP

Re: [PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Marco Tabini
You need to use mysql_fetch_array instead On Thu, 2002-10-03 at 15:29, Keith Calvert wrote: > Hi I've just started with Php and MySql > I have installed the PhpTriad all in one package and all seems to be going > well. > > I have the following problem, here is the code > > $result = mysql_quer

[PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Keith Calvert
Hi I've just started with Php and MySql I have installed the PhpTriad all in one package and all seems to be going well. I have the following problem, here is the code $result = mysql_query("select * from proprietaires") or die( mysql_error() ); while ($row = mysql_fetch_row($result)) { echo

Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Tony Leake
On Wed, 2002-09-25 at 22:48, Jani Taskinen wrote: > > The 2nd last line I added should take care of it. > You also might want to add the include path with 'PHP_ADD_INCLUDE' > macro..in case the header files are not in /usr/include.. :) > > --Jani > Thanks a lot Jani, problem solved :)

Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Jani Taskinen
On 25 Sep 2002, Tony Leake wrote: >links correctly. If I build it as a shared object either within the >source tree as --with-audio=shared or outside the source tree running >phpize the .so file builds but it doesn't link to the external lib. > >contents of config.m4 The 2nd last line I added

[PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Tony Leake
Hello, I am having problems with an extension, I think with the config.m4 script. If I build the extension into the php source tree it works fine and links correctly. If I build it as a shared object either within the source tree as --with-audio=shared or outside the source tree running phpize

[PHP-DEV] help, C property get/set object overloading

2002-09-20 Thread Sam Liddicott
swig wraps C++ objects as zend overloaded objects, the property getters and setters fall back to storing things in the Z_OBJPROP_P(property_reference->object) hash but I'm not doing it properly and I can't work out what I'm doing wrong. The propget functions are generated like this: static pval

RE: [PHP-DEV] HELP HELP HELP

2002-08-02 Thread Joseph Tate
[EMAIL PROTECTED]] > Sent: Friday, August 02, 2002 10:59 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] HELP HELP HELP > > > Hey > > > kinda newbie question here. > > I am running apache 1.3.6 (tryed with 2 for that matter) and I > can't run php > scripts prop

[PHP-DEV] HELP HELP HELP

2002-08-02 Thread JJ
Hey kinda newbie question here. I am running apache 1.3.6 (tryed with 2 for that matter) and I can't run php scripts properly, the scripts are interpreted fine but I can't pass any vars from an html form, they just come out empty. I tried with GET and POST with no luck. All seems to be fine in

Re: [PHP-DEV] help with duplicate flag in string functions

2002-07-25 Thread fab wash
IL PROTECTED]> Sent: Thursday, July 25, 2002 2:05 PM Subject: [PHP-DEV] help with duplicate flag in string functions > Hi, > > I'm just starting out writing modules by reading api docs on zend.com > and reading source code of existing modules. > > Several functions (exampl

[PHP-DEV] help with duplicate flag in string functions

2002-07-25 Thread Tony Leake
Hi, I'm just starting out writing modules by reading api docs on zend.com and reading source code of existing modules. Several functions (example:) add_next_index_string(zval *array, char *str, int duplicate) have the int duplicate flag, the docs say, The flag duplicate specifies whether

RE: [PHP-DEV] Help talking to iODBC...?

2002-07-25 Thread Andrew Hill
nday, June 24, 2002 3:11 PM To: Jay Van Vark Cc: PHP Development Mailing list Subject: Re: [PHP-DEV] Help talking to iODBC...? On Mon, 24 Jun 2002, Jay Van Vark wrote: > >> --with-iodbc=/usr/local/src/odbcsdk > I have iODBC installed at /usr/local/src/odbcsdk Then that is the proper

Re: [PHP-DEV] Help pls!! mail() function header problems

2002-07-12 Thread Hartmut Holzgraefe
Thomas "omega" Henning wrote: > And as you see From: [EMAIL PROTECTED] is in the header section of the > mail() function. > What can I do to fix this problem? #1 read the docs #2 ask the php-general@ list, not the php-dev@ list php-dev is about development of future version of php, not ab

[PHP-DEV] Help pls!! mail() function header problems

2002-07-11 Thread Thomas \"omega\" Henning
Hello all, I am trying to build a php driven mailing list where i can send an email to the whole list. Here is my code: " . ","; $header = "From: Test List <[EMAIL PROTECTED]>"; include("pop3.php"); $user="irc"; $password="*"; $apop=0; $pop3_connection=new pop3_class; $pop3_connectio

Re: [PHP-DEV] Help: problem in array handling

2002-07-02 Thread Venkat Raghavan
Thanx, Markus, for your prompt and "bull's eye" reply. That worked like a beauty! Also discovered some mistakes in our test script. Thanx again, Venkat >>> Markus Fischer <[EMAIL PROTECTED]> 02/07/2002 16:05:43 >>> On Tue, Jul 02, 2002 at 04:23:13AM -0600, Venkat Raghavan wrote : >

Re: [PHP-DEV] Help: problem in array handling

2002-07-02 Thread Markus Fischer
On Tue, Jul 02, 2002 at 04:23:13AM -0600, Venkat Raghavan wrote : > zval php_element; [...] > // Put element into array > zend_hash_index_update(php_var->value.ht, (int)i, (void*)&php_element, >sizeof(zval*), NULL); You put in the hash a static address o

[PHP-DEV] Help: problem in array handling

2002-07-02 Thread Venkat Raghavan
Hi. We are writing an extension for Novell's component infrastructure piece called UCS, which allows one to talk to various component systems. It is modelled on the Java extension written by Sam Ruby. We have been able to handle the basic datatypes and even objects, but are presently stuck with

Re: [PHP-DEV] Help talking to iODBC...?

2002-06-24 Thread Dan Kalowsky
On Mon, 24 Jun 2002, Jay Van Vark wrote: > >> --with-iodbc=/usr/local/src/odbcsdk > I have iODBC installed at /usr/local/src/odbcsdk Then that is the proper path to be using. > I am trying to get iODBC to connect to a database - I have PHP compiling ok, > but it never finds any of the DSNs that

Re: [PHP-DEV] Help talking to iODBC...?

2002-06-24 Thread Jay Van Vark
Sorry for starting this on the wrong list... On 6/24/02 11:39 AM, "Dan Kalowsky" <[EMAIL PROTECTED]> wrote: >> --with-iodbc=/usr/local/src/odbcsdk >> >> And >> >> --with-iodbc=/usr/local I have iODBC installed at /usr/local/src/odbcsdk > > The suggested paths? You need to give the path of

Re: [PHP-DEV] Help talking to iODBC...?

2002-06-24 Thread Dan Kalowsky
This question should really be sent to php-general and not php-dev. In any case... On Mon, 24 Jun 2002, Jay Van Vark wrote: > I think I finally got iODBC to talk to my data source, but I still can't get > PHP to find the DSN. I have recompiled PHP a couple of time with suggested > paths to iODB

[PHP-DEV] Help talking to iODBC...?

2002-06-24 Thread Jay Van Vark
I am trying to get PHP on OS X to talk to iODBC... I think I finally got iODBC to talk to my data source, but I still can't get PHP to find the DSN. I have recompiled PHP a couple of time with suggested paths to iODBC... Ie the configure instructions with: --with-iodbc=/usr/local/src/odbcsdk An

[PHP-DEV] Help please.

2002-05-16 Thread Robert Cummings
Is there someplace other than: http://www.php.net/manual/en/zend.php Where I can get more advanced information about how the engine itself works. While I've made some extensions I was recently wondering if perhaps I've done some things wrong (no doubt I have). For instance... Let's say I do:

[PHP-DEV] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Berlina
Hi, Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0 * If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK * If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not load Any ideas? Anybody can help me? Advanced thanks, Berli -- PHP Development

[PHP-DEV] HELP Using PHP with Apache (IAS Oracle)

2002-03-05 Thread Berlina
Hi to all, Im trying to use Apache Web Server from IAS (Oracle) with PHP 4.1.1. in a Windows NT server. When I try to load the php modules, apache shows an error that said that I need to recompile Apache with the flag -EAPI. Somody know to do this? There ara another way to use these librarie

[PHP-DEV] Help, I can't compile with files from ext

2002-02-26 Thread Olga Tonkonog
Hello, all! I did install PHP in Windows and Linux. I can compile standard php4ts.dll. But I can't compile files from /ext. I can't run examples. And it is that I need. I became 22 errors. I wanted to write foo.c program, this help connect our dll to PHP. But I try Extending_PHP and have no succ

Re: [PHP-DEV] Help on PHP vs JAVA

2002-02-21 Thread Lars Torben Wilson
On Thu, 2002-02-21 at 01:07, Berlina wrote: > Hello to everybody, > > I need some help for writting a comparison of PHP vs JAVA, and of course, I > need that PHP wins > ;-D Wins what? For what task? This is quite a nebulous question. And if you've decided which will win before you've done the r

[PHP-DEV] Help on PHP vs JAVA

2002-02-21 Thread Berlina
Hello to everybody, I need some help for writting a comparison of PHP vs JAVA, and of course, I need that PHP wins ;-D Any ideas? Any comparison wrote? Advanced Thanks, F.P. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] HELP: Where a class is located?

2002-02-14 Thread Ivo Stoykov
Hello Please help me with this: How could I detirmite where a class is located (usually included into another class)? I would like to compose a path relatively to the class location. Thank you Ivo -- PHP Development Mailing List To unsubscribe, visit: http://www.php.n

[PHP-DEV] help with inixware711 apache 1.3.23 and php 411

2002-02-05 Thread Olivier PRENANT
Hi all, Seems my first message did'nt go thru... I'm having problems installing php-4.1.1 and apache 1.3.23 together on unixware 711. I'm using udk 711b; both compile ok but when I lauch apache, it complains when loading libphp4.so that symbol pow is not defined. php4.so is correctly linked aga

Re: [PHP-DEV] Help Wanted re: docs for SAPI modules

2002-01-24 Thread Alex Waugh
On Tue, 22 Jan 2002, Jon Nelson wrote: > I'm looking for help regarding creating a new SAPI module for my > favorite web server, Boa (http://www.boa.org/). It's single-threaded, > and supports CGI, of course, but I want to explore a tighter > integration with PHP. Can somebody give me some poi

[PHP-DEV] Help Wanted re: docs for SAPI modules

2002-01-22 Thread Jon Nelson
I'm looking for help regarding creating a new SAPI module for my favorite web server, Boa (http://www.boa.org/). It's single-threaded, and supports CGI, of course, but I want to explore a tighter integration with PHP. Can somebody give me some pointers to documentation, etc... ? -- Jon Nelson

RE: [PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Chris Newbill
PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Help displaying an image stoed in a MySQL database I would like to store an image in a database and then allow users to select the image for display... I can upload the file, and write it to the database. I base64_encode ' d it and dropped it in a long

[PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Christofe DuBois
I would like to store an image in a database and then allow users to select the image for display... I can upload the file, and write it to the database. I base64_encode ' d it and dropped it in a longblob field. I then query the database, pull the encoded image out... now what... I have trie

[PHP-DEV] HELP! how to load phpapache2.dll filter under Win32

2001-11-15 Thread Paco Ortiz
Hello, I just compiled php4apache2 filter for Win32, but the README file says how to use it only under apache 2.0.x for UNIX. It's clear because PHP is compiled into Apache. But... Can somebody tell me how to load the sapi filter under Apache 2.0.x Win32, in http.conf file? I can't find any doc

[PHP-DEV] HELP ME ASAP

2001-10-30 Thread $BD9C+@n!!63CK(B
I have BIG-Trouble with Operating system: solaris 2.6 PHP version: 4.04pl1 PHP Bug Type: Oracle related Bug description: plogon fail after database restart Context : 1. a computer with Oracle (8.0.5 ) 2. a computer with Apache (and PHP module) On computer 2, a script with plogon conne

[PHP-DEV] Help!!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct information

Re: [PHP-DEV] Help - Merging Resource into a call_function array

2001-10-18 Thread Andrei Zmievski
I don't understand the problem, can you rephrase? On Thu, 18 Oct 2001, Alan Knowles wrote: > Can someone help me out with this one, - I'm sure that I've not acheived what I was >aiming at - adding the Resource, myresource to the array prior to calling the >callback function > > the code be

[PHP-DEV] Help - Merging Resource into a call_function array

2001-10-18 Thread Alan Knowles
Can someone help me out with this one, - I'm sure that I've not acheived what I was aiming at - adding the Resource, myresource to the array prior to calling the callback function the code below is from the url_request callback wrapper for gtkhtml - if this works - you can build a working

RE: [PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
> Please follow this: > www.php.net/bugs-generating-backtrace.php Ok, hows this: [root@delllive /root]# gdb /usr/sbin/httpd GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or dis

Re: [PHP-DEV] Help with segfault

2001-09-18 Thread derick
Hello, can you make a backtrace of it (with gdb)? Derick On Tue, 18 Sep 2001, Richard Heyes wrote: > Hi, I'm getting some strange segfaults from a script I'm running. Isn't > consistent unfortunately, but I have managed to get this strace output > from the apache child serving the request. Doe

[PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
Some version I forgot to include... php 4.06 with memory patch, apache 1.3.12, RHL6.2 -- Richard Heyes -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] Help with segfault

2001-09-18 Thread Richard Heyes
Hi, I'm getting some strange segfaults from a script I'm running. Isn't consistent unfortunately, but I have managed to get this strace output from the apache child serving the request. Does it mean anything to anyone? Look like it's going through all the include() calls in the php script, last on

Re: [PHP-DEV] Help help help ... or something like that

2001-08-24 Thread Markus Fischer
[snipped support question] Dan, this is for developing the PHP language, not with. Please ask on a support forum like [EMAIL PROTECTED] . - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Help help help ... or something like that

2001-08-24 Thread Dan McCullough
I have a burning question that needs to be looked at, and see if someone can give me an idea of a way to get the desired result. Are you ready. Here is my problem, I need to strip out of an mbox file everything but the body of the email, now to complicate matters this is an extremly large file

Re: [PHP-DEV] Help me

2001-08-19 Thread Sander Roobol
From: "root" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 1:05 PM Subject: [PHP-DEV] Help me How to use urlencode to change a fielde password in mysql table Thanks! João Oliveira -- PHP Development Mailing List <http://www.php.ne

[PHP-DEV] Help me

2001-08-18 Thread root
How to use urlencode to change a fielde password in mysql table Thanks! João Oliveira -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTE

[PHP-DEV] Help with pear/php module development

2001-07-25 Thread PHP
Hello, Something seems to have broken in pear that in-turn broke a php module I created. I developed a drop in module for php4 that worked great for PHP-4.0 to PHP-4.0.4. As of PHP-4.0.5 it broke and would no longer build properly. At link time it is failing to link to the p

Re: [PHP-DEV] Help wanted: Operator -> and a class in a PHP extension

2001-07-20 Thread David Eriksson
Quoting David Eriksson <[EMAIL PROTECTED]>: > > This time, the last echo line will get the value of $s1->a and not > > $s2->a. > > > > handle_property_get is only called on the $s1 instance and not on > the > > $s2 > > instance of the object. > > > > I will write a PHP extension that just shows

Re: [PHP-DEV] Help wanted: Operator -> and a class in a PHP extension

2001-07-19 Thread David Eriksson
Quoting David Eriksson <[EMAIL PROTECTED]>: > First, look att this piece of pure PHP code: > > > > > class S > { > var $a; > var $x; > } > > $s1 = new S(); > $s1->a = 42; > > $s2 = new S(); > > $s2->a = 4711; > $s2->x = $s1; > > echo $s1->a."\n"; > > $s3 = $s

[PHP-DEV] Help wanted: Operator -> and a class in a PHP extension

2001-07-18 Thread David Eriksson
First, look att this piece of pure PHP code: a = 42; $s2 = new S(); $s2->a = 4711; $s2->x = $s1; echo $s1->a."\n"; $s3 = $s2->x; echo $s3->a."\n"; echo $s2->x->a."\n"; ?> All three of the "echo" lines above will output the value 42. Now consider

Re: [PHP-DEV] Help on LDAP and PHP4

2001-07-15 Thread Stig Venaas
On Sun, Jul 15, 2001 at 05:17:40PM -0500, osman.bayona wrote: > Hi... > > I have this issue that is killing me. I installed PHP 4.0.4 with Solaris > 8 and Apache. I want to use LDAP connecting to a server in the net (not > the same server where i'm working on) And i configure PHP with: > > confi

[PHP-DEV] Help you with our programming skills and experience

2001-07-15 Thread David Rosen
Hello, We are a team of experienced programmers with skills of PHP/Perl/JAVA/C++/VB/Servlet/JSP/ASP/PowerBuilder/XML/ DHTML/WAP & WML with database of MySQL/MS Access/ MS SQL/ORACLE/DB2/Sybase/Informix. We are experienced in programming for various E-Commerce web site and standalone application

[PHP-DEV] Help on LDAP and PHP4

2001-07-15 Thread osman . bayona
Hi... I have this issue that is killing me. I installed PHP 4.0.4 with Solaris 8 and Apache. I want to use LDAP connecting to a server in the net (not the same server where i'm working on) And i configure PHP with: configure --with-apxs=/usr/apache/bin/apxs --with-pgsql=/usr/local/pgsql --with-

Re: [PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
[Adam, if you could pass this on to the guys who are considering my request, I'd appreciate it] I've been beating my forehead bloody against this bug, but no progress yet. Is it possible that the memory space holding the value for the key/value pair in the hash table for the defined constants is

Re: [PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Andi Gutmans
Brian, In order to debug this you'd really need to try and cut it down to a smaller reproducible script. Maybe the best start for you is to compile with --enable-debug and see if you get any error messages from the memory manage in your error_log file about memory overruns and stuff. That coul

[PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
Hey all. I haven't seen any further traffic on this issue (aside from myself, that is :-) ). At one point yesterday, we were seeing an approximate 5% failure rate; 5% of pages served had errors due to garbage for a define. I spent some time poking about the PHP and Zend source yesterday and was

[PHP-DEV] help for combo box

2001-04-12 Thread Bianchi, Carlo
I am a new php3 programmer I need to realize a script php3 that allows to visualize a page html with a combo box. The data into the combo are available in a db table Can someone help me?? Carlo Bianchi Cedacri Ovest

[PHP-DEV] help me

2001-03-31 Thread Ê«½£ÊéÉú
how do submit the stream,file or string to "application/x-www-form-urlencoded" form? then , how do get the stream,file or string from "application/x-www-form-urlencoded" form? it look as get $HTTP_RAW_POST_DATA from FDF form.but I want get detailed information. -- PHP Development Mailing Li

[PHP-DEV] Help required

2001-03-19 Thread julian.chamberlain
Hi there, i am in need of some help with PHP programming. Do you know anyone that can help me or can you?   Many thanks   Kind regards Julian Chamberlain