Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-05 Thread Thomas Edison Jr.
The only reason why i'm opting for pws or IIS is because i need to run ASP scripts on my PC too. I'm an ASP engineer as well and it's my Second major. So i need to work with ASP too. Does Xitami support ASP? and if it doesn't, can u tell me any other web server for the PC which will run ASP & PHP

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
me again...i hope MTS is not required for running PHP4.0.5 on PWS. Cause i'm not having the MTS (Microsoft Transaction Server) installed on my PWS. T. Edison jr. --- Donald Goodwill <[EMAIL PROTECTED]> wrote: > I couldn't find your original message, but here are > some ideas: > 1. Rename php.in

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
> 1. Rename php.ini-dist to php.ini (if you haven't) > 2. Simplify your script > 3. Try changing your directory properties in PWS: > Read/Execute/Scripts - try different combinations been there, done that, you could say. i think i've tried every possible humanly available option. my \inetpub\www

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-05 Thread Zak Greant
You may want to try Xitami (www.imatix.com) as a fast/free/open source alternative to the Microsoft products. --zak - Original Message - From: "Thomas Edison Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 12:52 AM Subject: [PHP] IIS instead of PWS!!! what el

[PHP] IIS instead of PWS!!! what else can i do..

2001-05-05 Thread Thomas Edison Jr.
i think i'm almost at the verge of giving up...somehow the PWS in my system is ruined forever...i'd done everything..and i mean *EVERYTHING*...but PHP just doesn't seem to be working with my PWS. In fact, even my ASP scripts are not working anymore on PWS. I've uninstalled & reinstalled PWS twice

php-general Digest 6 May 2001 06:39:25 -0000 Issue 669

2001-05-05 Thread php-general-digest-help
php-general Digest 6 May 2001 06:39:25 - Issue 669 Topics (messages 51550 through 51586): Re: Session problem 51550 by: Gyozo Papp 51551 by: Gyozo Papp Re: Vanishing files. 51552 by: Andrzej Swedrzynski 51555 by: Yasuo Ohgaki 51556 by: Yasuo Ohgaki

Re: [PHP] Sorry, what is "PWS"

2001-05-05 Thread Thomas Edison Jr.
PWS is Personal Web Server. It's a web server by Microsoft. Practically it's pretty easy to use. You can install it into any home PC using win98 and configure PHP on it to use. It supports ASP by default so you can do you ASP scripting using it. Latest version of PWS is 4.0! If u're looking for

[PHP] can we alias a php cgi in xitami web server?

2001-05-05 Thread Sombat Khruathong
Hi, I am new in PHP. I use Xitami and would like to know if we can aliase a php cgi in xitami like we can in Perl? Thanks, Sombat

[PHP] Session save files are size 0

2001-05-05 Thread beep
Session vars have stopped saving! code that was working no longer works because the session isnt saved.. I changed the user apache was running as from nobody to web, I'm not sure how this could have caused it, but this is when it started. the session files are created, in /tmp, but size 0 nothi

[PHP] quicker query?

2001-05-05 Thread Michael Roark
Is there a faster (better) way to do the following: if ($result) { for ($cluster=1;$cluster<200;$cluster++) { for($galaxy=1;$galaxy<26;$galaxy++) { $sql="insert into galaxy select avg(cluster) as gcluster,sum(size) as gsize,sum(score) as gscore,avg(galaxy) as ggalaxy from universe where clu

[PHP] Executing an External Program using exec()

2001-05-05 Thread Chris Anderson
Alright, I've been doing GTK work recently and decided I wanted a way to remove that damn PHP console that appears in the background. So to accomplish this, I wrote a C++ program to remove the window. Well the program works flawlessly on its own, but if php calls it using the exec() function nothi

[PHP] content-type added to php copy, changes file size , adds content-type to start of file

2001-05-05 Thread Wade Peacock
Hello Gurus, I have an issue, that I am trying to figure out if it is an Apache config issue or a PHP issue. I have written a script to upload file to a directory on my RH7.0 Linux Apache server. directory has been chmod 777. I have a problem with my php uploads. the content-type is added at th

[PHP] content-type added to php copy, changes file size , adds content-type to start of file

2001-05-05 Thread Wade Peacock
Hello Gurus, I have an issue, that I am trying to figure out if it is an Apache config issue or a PHP issue. I have written a script to upload file to a directory on my RH7.0 Linux Apache server. directory has been chmod 777. I have a problem with my php uploads. the content-type is added at th

Re: [PHP] ImageColorTransparent and Netscape?

2001-05-05 Thread Alexander Skwar
So sprach martin helie am Sat, May 05, 2001 at 11:32:47AM -0400: > I am stumped with ImageColorTransparent and Netscape. Netscape 4.x doesn't support transparent PNGs Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digita

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Alexander Skwar
So sprach Andrzej Swedrzynski am Sat, May 05, 2001 at 08:23:21PM +0200: > The very limited capability of drawing ERD (Entity Relationship > Diagram) in Chen notation can be found in dia (BTW great pro­ Compared to ERWin, this is indeed *VERY* limited - but maybe I was just unsuccessful, but

RE: [PHP] something like a C "struct" or "union" in PHP?

2001-05-05 Thread Arne Borkowski \(borko.net\)
Hi Yasuo, thanks for the hint ... I'll give WDDX a try after some thought (and because I am using XML anyway). Regards, Arne > -Original Message- > From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 05, 2001 2:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] somethin

RE: [PHP] wordwrap

2001-05-05 Thread Jeff Oien
> Is there a tag in php that acts like "wordwrap=virtual" does in html? I > have a script that is sending out variables in a email from a contact > form, but for a comments section it will not wordwrap in the email. > Thanks > > Shawn You need to use line breaks \n for lines to wrap in email.

Re: [PHP] session_register()

2001-05-05 Thread Alexander Skwar
So sprach Matthew Luchak am Fri, May 04, 2001 at 11:57:50AM -0400: > I would be very interested in hearing of any developments with session > anomilies.. Although you've posted the question twice in the message, I still think you've forgot one minor point - your question! :) Alexander Skwar --

[PHP] wordwrap

2001-05-05 Thread shawn
Is there a tag in php that acts like "wordwrap=virtual" does in html? I have a script that is sending out variables in a email from a contact form, but for a comments section it will not wordwrap in the email. Thanks Shawn

Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
Hello! I want to apologize for wasting your time. Recently I wrote about vanishing files uploaded to php script. It was my fault. Since I use rsync to send scripts to server it simply automatically dele­ ted all files uploaded using php script which where stored in one of the subdirectories. Onc

RE: [PHP] zlib problem

2001-05-05 Thread Kees Hoekzema
hi Jeroen, first, try to compile zlib like this: gunzip -c zlib-1.1.3.tar.gz | tar xf -; \ mv zlib-1.1.3/ zlib; \ cd zlib; \ ./configure --static ; \ make; \ cd .. then compile php 4.0.5 with the --with-zlib=../zlib directive in the ./configure that worked for me :) Kees Hoekzema [EMAIL PRO

[PHP] header() & session problem...

2001-05-05 Thread Gregor Jaksa
hello, let me try to explain my problem.. i have one script in which i set some stuff like sessions and some cookies... now i need to call this script from almost every page on my site somehow like lets say i'm on page www.url.com/script.php?page=14 and then i call that other function Header("Loc

Re: [PHP] Sorry, what is "PWS"

2001-05-05 Thread MaD dUCK
also sprach [EMAIL PROTECTED] (on Sat, 05 May 2001 11:23:42PM +0200): > What is "PWS"? I wanna know what I´m reading about ;-) micro$oft's joke they call "Personal Web Server" - comes installed by default on win98 by now, doesn't it. Because *everyone* needs a Personal Web Server. martin;

[PHP] Sorry, what is "PWS"

2001-05-05 Thread heinisch
It´s time for me to ask: What is "PWS"? I wanna know what I´m reading about ;-) TIA Oliver -- 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]

Re: [PHP] class (not class instance) variables

2001-05-05 Thread Andrzej Swedrzynski
On Sun, 6 May 2001, Steven Haryanto wrote: > Am I correct that PHP does not support class variables? That is, > variables that belong to a class and not copied into every object. > I need to put several arrays for information about a class, and I > do not want to bloat every object with this data

[PHP] libphp4.so loading problem

2001-05-05 Thread Wolfgang Ebneter
Hi list, i've compiled php-4.0.4pl1 with ldap support. It compiled nice and clean. A "make install" put the lib in apache's libexec directory. When I start apache I get the following : cannot load .../libphp4.so into server undefined symbol : ldap_value_free I checked the ldap.c file and found

Re: [PHP] PEAR where should I start?

2001-05-05 Thread Philip Olson
Old list archive (last post march 15, 2001) is full of good information : http://marc.theaimsgroup.com/?l=php-pear It recently split up into two lists, not quite as populated (yet) : http://marc.theaimsgroup.com/?l=pear-general http://marc.theaimsgroup.com/?l=pear-cvs As you stated, the

[PHP] class (not class instance) variables

2001-05-05 Thread Steven Haryanto
Am I correct that PHP does not support class variables? That is, variables that belong to a class and not copied into every object. I need to put several arrays for information about a class, and I do not want to bloat every object with this data (since potentially I will create many instances of

RE: [PHP] scripts

2001-05-05 Thread Jack Dempsey
You can make the files in the same group as the webserver. I keep my include files (with a .php extension) in a .phpinclude directory outside my web document root. -jack -Original Message- From: Paul O'Neil [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 05, 2001 4:02 PM To: [EMAIL PROTEC

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Donald Goodwill
I couldn't find your original message, but here are some ideas: 1. Rename php.ini-dist to php.ini (if you haven't) 2. Simplify your script 3. Try changing your directory properties in PWS: Read/Execute/Scripts - try different combinations --- "Thomas Edison Jr." <[EMAIL PROTECTED]> wrote: > woul

[PHP] scripts

2001-05-05 Thread Paul O'Neil
If I have PHP scripts I want in a directory other people can't access, how do I let those scripts be read by the sever? Like scripts that contain user and password info or is just have them named "filename.php" secure enough? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

[PHP] PHP_AUTH_TYPE variable, take II

2001-05-05 Thread TopFive
Upon further investigation, I've found that I'm having problems with all 3 of the authentication variable: PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE I was under the assumption that these 3 were automatically global variables, and that if I initialized them manually in one page, they'd be

[PHP] PHP_AUTH_TYPE variable

2001-05-05 Thread TopFive
Has anyone been able to successfully use PHP_AUTH_TYPE? I've implemented PHP_AUTH_USER and PHP_AUTH_PW, but PHP_AUTH_TYPE doesn't seem to work. After assigning a value to it, on subsequent pages I get an "Undefined variable" message. I'm on PHP4 on an Apache server. Thanks in advance, Chris

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Data Driven Design
Maybe somebody who REALLY knows can help, because it appears to me that you've done everything right. Data Driven Design P.O. Box 1084 Holly Hill, Florida 32125-1084 http://www.datadrivendesign.com http://www.rossidesigns.net - Original Message - From: Thomas Edison Jr. <[EMAIL PROTECTED

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
would you believe it, i did!! still not working. still giving the "500 Internal Server Error". I uninstalled & then reinstalled PWS. cooked up the settings again...and no response!! T. Edison jr. --- Data Driven Design <[EMAIL PROTECTED]> wrote: > Did you copy the php4ts.dll to your windows/syst

Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
On Sun, 6 May 2001, Yasuo Ohgaki wrote: > Since I don't use "register_globals=on", this might not be the problem what you > have. [snip] > Your code is using $userfile as scaler value. Could it be the problem? > (Just "echo $userfile". Isn't it array?) No, it's string, I've checked it. I compl

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Since I don't use "register_globals=on", this might not be the problem what you > have. > > If will have following data in $HTTP_POST_FILES This line should be I will have following data in $HTTP

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
Since I don't use "register_globals=on", this might not be the problem what you have. If will have following data in $HTTP_POST_FILES = $HTTP_POST_FILES Array ( [userfile] => Array ( [name] => Array ( [0] =>

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
nothing does seem to work...i don't know what the hell is the problem!! i did put this : > C:\\php\\sapi\\php4isapi.dll in the regedit file and it looks great. everything is just so by the book. where the hell am i going wrong!! can't understand what's different here that was not before coz it w

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Andrzej Swedrzynski
On Sat, 5 May 2001, Augusto Cesar Castoldi wrote: > But I need a program that I can document my database and even the script. > The "relationships" of tables, the primary keys. The very limited capability of drawing ERD (Entity Relationship Diagram) in Chen notation can be found in dia (BTW

Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
On Sat, 5 May 2001, Yasuo Ohgaki wrote: > Could we take a look at your code? Of course. Shall I send whole application or this snippet will do? // How the form is specified // Some other form elements... // Some other form elements... // After the

Re: [PHP] Session problem

2001-05-05 Thread Gyozo Papp
Try to empty the web cahce of your browser. And one more thing, in PHP there is a default time limit while a session is not killed. [from the manual] >> session.gc_maxlifetime specifies the number of seconds after which data will be >seen as 'garbage' and cleaned up. PHP sees your session a no

Re: [PHP] Session problem

2001-05-05 Thread Gyozo Papp
I might be wrong, but AFAIK session is connected to the client and the window or application exactly. This means that if you close the browser and - Original Message - From: "MySQL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 2001. május 5. 19:59 Subject: [PHP] Session problem

php-general Digest 5 May 2001 17:49:28 -0000 Issue 668

2001-05-05 Thread php-general-digest-help
php-general Digest 5 May 2001 17:49:28 - Issue 668 Topics (messages 51503 through 51549): Re: PHP on PWS not working! 51503 by: Data Driven Design Re: Netscape and post 51504 by: Chris Adams 51508 by: Richard Kurth 51515 by: Christian Reiniger 51522

[PHP] Session problem

2001-05-05 Thread MySQL
I tried to put sessions to work, but i have a problem to start a session in each browser. When i close the browser and start it again the session_id is the same, if i start another browser he have the same session id as the first one and so on. Can someone tell me why? -- PHP General Mailing Li

Re: [PHP] Apache/PHP4/SSL, downloads fail with IE 5.5 only when using sessions

2001-05-05 Thread Rouvas Stathis
Goto SquirrelMail and search for the "Infamous IE with SSL bug" (their wording). If I remember correctly it has to do with IE not implementing correctly HTTP/1.1 protocol (so you have to switch to HTTP/1.0 whenever an IE browser hits you) and something about the cach

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Augusto Cesar Castoldi
No, I want somthing general, I just want to do the database model. Not just for mysql. regards, Augusto On Sat, 5 May 2001, Alexander Skwar wrote: > So sprach Augusto Cesar Castoldi am Sat, May 05, 2001 at 10:58:32AM -0300: > > I heard about "ERWin", but I didn't find the 'crack' for version

[PHP] ImageColorTransparent and Netscape?

2001-05-05 Thread martin helie
Hello everyone, I am stumped with ImageColorTransparent and Netscape. In Explorer, everything seems fine with this function, but in Netscape, there is no effect whatsoever. I am using ImagePNG with GD1.8 and PHP4.0.4. Is this another Netscape limitation? Tx, Martin -- PHP General Mailing

[PHP] PEAR where should I start?

2001-05-05 Thread Gyozo Papp
Hello, after reading thorugh the short introduction about PEAR I'd like to know that where I should start. Can anyone give links to this PHP extension? At this moment, http://pear.php.net is very "slim". Thanks in advance Papp Gyozo - [EMAIL PROTECTED] -- PHP General Mailing List (http:/

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Alexander Skwar
So sprach Augusto Cesar Castoldi am Sat, May 05, 2001 at 10:58:32AM -0300: > I heard about "ERWin", but I didn't find the 'crack' for version 4. We've got ERwin at work - does ERWin work with MySQL databases? PS: Please no fullquotes. Alexander Skwar -- How to quote: http://learn.to/quote (g

Re: [PHP] PEAR extensions/patches - where to send them?

2001-05-05 Thread Yasuo Ohgaki
pear-dev list. I think. news://news.php.net/ might be easier. -- Yasuo Ohgaki "Alexander Skwar" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi! If I patch/extend the PEAR classes, where can I send the diffs so that they are not lost on my local harddisk?

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread José León Serna
Hello: > Anyone know a "Free" database Design program? I'm needing to organize my > MySQL databases and design new databases. http://www.anse.de/mysqlfront/ MySQLFront is the best! Best Regards - ebnoud.com, El Boletín No Oficial de Usu

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Augusto Cesar Castoldi
I heard about "ERWin", but I didn't find the 'crack' for version 4. Well, I need some free. see you later, Augusto On Sat, 5 May 2001, Tom Carter wrote: > I've not heard of such a thing, and I would doubt that there is such a > thing for mysql...generally such tools are for the db2's etc. >

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Matt \"TrollBoy\" Wiseman
I happen to like phpMyAdmin (http://www.phpwizard.net/projects/phpMyAdmin/) and MySQLFront (http://www.anse.de/mysqlfront/). Matt "Trollboy" Wiseman www.shoggoth.net/trollboy/trollboy.jpg [EMAIL PROTECTED] "I wish the world had one throat!!" -Al Bundy

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Tom Carter
I've not heard of such a thing, and I would doubt that there is such a thing for mysql...generally such tools are for the db2's etc. let me know if you find anything tho, quite intruged Tom Carter Web Architect roundcorners ltd. On Sat, 5 May 2001, Augusto Cesar Castoldi wrote: > Ops, no. In f

[PHP] "Free" Database Design 2

2001-05-05 Thread Augusto Cesar Castoldi
Ops, no. In fact I'm working with phpadmin2. But I need a program that I can document my database and even the script. The "relationships" of tables, the primary keys. To describe what each script does, what funcions they have. All this stuffs, I want to document all my system. regards, Aug

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Augusto Cesar Castoldi
Ops, no. In fact I'm working with phpadmin2. But I need a program that I can document my database and even the script. The "relationships" of tables, the primary keys. To describe what each script does, what funcions they have. All this stuffs, I want to document all my system. regards, Aug

Re: [PHP] Array Assignment

2001-05-05 Thread Alexander Skwar
So sprach Christian Reiniger am Fri, May 04, 2001 at 08:24:21PM +0200: > On Saturday 05 May 2001 16:55, Mark Cain wrote: > > > $first = "Elementary"; > > $second = "Middle"; > > > $first[$second] = "pass"; > > > echo "After Assignment:"; > > echo "first = $first";// prints: first = plementa

Re: [PHP] How to catch the output of http:// -> text file?

2001-05-05 Thread Alexander Skwar
So sprach Kraa de Simon am Thu, May 03, 2001 at 11:05:08AM +0200: > Could it have something to do with the fact that the webserver is behind a > firewall/proxy or something? > > When I enter the http addres in the browser everything works fine... I think the issue is, that PHP is not HTTP/1.1 co

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Tom Carter
phpMyAdmin is by for the most common... Check out http://www.phpwizard.net/projects/phpMyAdmin/ It can do pretty much everything you want, althuogh it does assume a knowledge of sql (i.e. it doesn't contain tools for helping y6ou construct comples queries...not that you can really get that compl

Re: [PHP] "Free" Database Design Program

2001-05-05 Thread Kath
You mean something like phpMyAdmin? http://www.phpwizard.net/projects/phpMyAdmin/index.html - Kath - Original Message - From: "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 9:19 AM Subject: [PHP] "Free" Database Design Program > Anyo

Re: [PHP] How to catch the output of http:// -> text file?

2001-05-05 Thread Alexander Skwar
So sprach Kraa de Simon am Thu, May 03, 2001 at 10:32:47AM +0200: > I'm on Windows 2000, Apache 1.3.12 / PHP 4.0.4pl1 and MySQL 3.23.32. Fine - so? PS: No fullquotes, please... Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http:/

Re: [PHP] How to catch the output of http:// -> text file?

2001-05-05 Thread Alexander Skwar
So sprach Kraa de Simon am Thu, May 03, 2001 at 10:19:49AM +0200: > Warning: Bad arguments to join() in c:\program > files\nusphere\apache\htdocs\test.php on line 2 See http://php.net/join and you'll see the error. Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6

Re: [PHP] How to catch the output of http:// -> text file?

2001-05-05 Thread Alexander Skwar
So sprach elias am Wed, May 02, 2001 at 04:28:41PM -0700: >$lines = join('', file(http://www.mysite.com/generator.php?id=$i)); Easier: $lines = readfile('URL...'); Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.

Re: [PHP] nslookup function ?

2001-05-05 Thread Gyozo Papp
visit the page: http://phpclasses.upperdesign.com/browse.html/package/13 and download it. - Original Message - From: "Matthew Luchak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 2001. május 4. 22:11 Subject: [PHP] nslookup function ? I'm working on a email address verification

[PHP] "Free" Database Design Program

2001-05-05 Thread Augusto Cesar Castoldi
Anyone know a "Free" database Design program? I'm needing to organize my MySQL databases and design new databases. regards, Augusto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[PHP] PEAR extensions/patches - where to send them?

2001-05-05 Thread Alexander Skwar
Hi! If I patch/extend the PEAR classes, where can I send the diffs so that they are not lost on my local harddisk? Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top

Re: [PHP] session_register() - Netscape workaround?

2001-05-05 Thread Jennifer
Jennifer wrote: > I thought of a workaraound for Netscape and would like some > feedback on how to do it and whether it is a good idea. > > I manually edited the session file and Netscape was able to read > the variable on subsequent pages. It just can't seem to write > it. > > So I thought,

Re: [PHP] Array Assignment

2001-05-05 Thread Gyozo Papp
"Mark Cain" <[EMAIL PROTECTED]> wrote in message 9cufuv$s20$[EMAIL PROTECTED]">news:9cufuv$s20$[EMAIL PROTECTED]... > > Two things: > 1) Why does the code below produce this result? > 2) How do I assign to an multidimensional array with dynamic keys? > > Here is the test code: > > $first = "E

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
Could we take a look at your code? -- Yasuo Ohgaki "Andrzej Swedrzynski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello! Recently I wrote a php script which handle file uploads. I took an example from manual (and added some text fields) and every­

Re: [PHP] something like a C "struct" or "union" in PHP?

2001-05-05 Thread Yasuo Ohgaki
PHP does not have struct. You can do similar things with class or array. You probably interested in wddx serialize or serialize function to make it work your snippet. Regards, -- Yasuo Ohgaki ""Arne Borkowski (borko.net)"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROT

Re: [PHP] Netscape and post

2001-05-05 Thread Tom Carter
Are you trying to post a form back to the same script, which will then process it? If so then the easiest way is just On Fri, 4 May 2001, Chris Adams wrote: > On 4 May 2001 21:48:46 -0700, Richard Kurth <[EMAIL PROTECTED]> wrote: > > I am having problems with Netscape and post in a form > > In

Re: [PHP] how to get RAW POST DATA!

2001-05-05 Thread Yasuo Ohgaki
I suggest to read related FRCs. Look for HTTP and URI. Regards, -- Yasuo Ohgaki ""ondi"" <[EMAIL PROTECTED]> wrote in message 9cucc2$ae3$[EMAIL PROTECTED]">news:9cucc2$ae3$[EMAIL PROTECTED]... > Hi there php people! > > Is there any way to get RAW POST DATA from cgi-bin php script with > track_v

Re: [PHP] zlib problem

2001-05-05 Thread Yasuo Ohgaki
""Jeroen Geusebroek"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Php always says: > Configure: error: Zlib module requires zlib >= 1.0.9. > > Needless to say, i am using a version higher then 1.0.9. Sound like configure script cannot find your zlib. Where

Re: [PHP] Running from user home directory

2001-05-05 Thread Yasuo Ohgaki
Enabling script execution for user directory in httpd.conf does not work? Refer to Apache manual for details. Regards, -- Yasuo Ohgaki "Alan Kong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > The web directory of users is www_docs. How could I allo

[PHP] something like a C "struct" or "union" in PHP?

2001-05-05 Thread Arne Borkowski \(borko.net\)
Hi Folks, I want to do the following: $f = fopen($filename", "r"); while( !feof($f) ) { $len=1; $RECSIZE=128 while($n=1;$n<=$len;$n++) $data = fread($f, $RECSIZE); $rectype = $data[4]; switch($rectype) {

Re: [PHP] File upload problems.

2001-05-05 Thread Yasuo Ohgaki
Sounds like you don't copy tmp files to other place. Most tmp files are deleted after program execution, PHP deletes tmp files as well. Refer to PHP manual for details. Regards, -- Yasuo Ohgaki ""Hilbert Mostert"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

Re: [PHP] how to get RAW POST DATA!

2001-05-05 Thread Yasuo Ohgaki
This is not possible with current PHP. If you search recent php-dev list archive, you will find some more info. ""ondi"" <[EMAIL PROTECTED]> wrote in message 9cucc2$ae3$[EMAIL PROTECTED]">news:9cucc2$ae3$[EMAIL PROTECTED]... > the array $HTTP_POST_VARS contains parsed data with "_" instead of spac

Re: Re[2]: [PHP] Netscape and post

2001-05-05 Thread Christian Reiniger
On Saturday 05 May 2001 08:24, Richard Kurth wrote: > >> Method Not Allowed > >> The requested method POST is not allowed for the URL > >> /scripts/index.html. > >> > >> > > Chris> Presumably because the action attribute needs to have a value. > >Since your HTML is broken, Netscape is creatively

Re: [PHP] Search

2001-05-05 Thread heinisch
At 04.05.01 22:44, you wrote: > >I need some sciprt to search my site. My site has about 700 pages. Also >all the pages are HTML Pages Use grep Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] session_register() - Netscape workaround?

2001-05-05 Thread Jennifer
"Johnson, Kirk" wrote: > > > -Original Message- > > From: Jennifer [mailto:[EMAIL PROTECTED]] > > Subject: Re: [PHP] session_register() > > > > 1. What browser are you using? I, and others, have seen > > erratic results with > > > sessions using Netscape 4.x. If this is your browser, t

Re: [PHP] etags/ctags for PHP source (emacs/vi/etc)

2001-05-05 Thread Yasuo Ohgaki
I should have check the author's home page at first. If you are using emacs/vi and want to use tag file. See http://ctags.sourceforge.net/ RH7 comes with older version of ctags(etags) that does not support PHP source :( It was nothing but a pain w/o tag file. -- Yasuo Ohgaki ""Yasuo Oh