[PHP] RE: good free/cheap IDE for PHP

2001-02-09 Thread Ayan R. Kayal
PHPEd looks pretty. But it's highly unstable, in general (GPFs taking all system resources sometimes). And it really despises ICQ too (everytime I start it up, ICQ GPFs. O- ~ARK CFO, Hmedicine.com, Inc. > -Original Message- > From: Dennis von Ferenczy [mailto:[EMA

Re: [PHP] MySQL 3.23

2001-02-09 Thread Mark Maggelet
On Fri, 9 Feb 2001 22:08:06 -0500, Jon Rosenberg ([EMAIL PROTECTED]) wrote: >I'm about to upgrade to mysql 3.23 on a production installation on >linux >with PHP 4.0.4pl1, has anyone had any problems with this >combination, as >compared to 4.0.4pl1 with 3.22.xx? Thanks! I hit a snag with some of

[PHP] Dynamically loading...

2001-02-09 Thread Ryan Sexton
Hi, I'm looking for a host that has CURL and Cybercash installed, but so many good hosts out there do not have this installed and aren't willing to budge on there build of php. I'm wondering only because i'm not a Unix/Linux guru, Is it possible if a hosting company gives access to the DL() comman

php-general Digest 10 Feb 2001 05:31:24 -0000 Issue 503

2001-02-09 Thread php-general-digest-help
php-general Digest 10 Feb 2001 05:31:24 - Issue 503 Topics (messages 38970 through 39053): shows up in IE but not Netscape 38970 by: Erik Boles 38971 by: Matt McClanahan 38972 by: Angerer, Chad 38973 by: Jesse Swensen 38975 by: Robin Vickery 3

[PHP] Asking Sth about PHP

2001-02-09 Thread kn4279
Dear Sir, I have two problems in using PHP. Could you help me? I am using Red-Hat to build up my System. Could I use Perl to control some PHP program? Also, could I run my PHP program in Linux Console? Sorry to disturb you THx! Kevin Ng ===

[PHP] Zend Debugger problems

2001-02-09 Thread Steven Holloway
Hi All, Anyone wrestled with the Zend Debugger Setup. Having downloaded the test drive of the IDE and Debugger and the test drive license file followed the docs to the letter. It still isnt running. once i include zend_extention="/usr/local/Zend/ZendDebugger.so" in the php.ini file apache

Re: [PHP] Unexpected character in input: '\' (ASCII=92) state=1

2001-02-09 Thread CDitty
My apologies. I should have said what line the error was on. The problem lines was $text = "\n";. I tried an experiment and put a space before the \ and that got rid of the error. Go figure. Chris At 06:53 PM 2/9/01, Gobins, Debbie wrote: >You might try this, putting the escape character a

Re: [PHP] Form submision probs with Javascript and PHP

2001-02-09 Thread Markus Fischer
How about telling us 'what' does not work ? m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0 -- PHP

Re: [PHP] Telnet with php?

2001-02-09 Thread Jeff Lacy
If you are just looking for something better than the ms telnet program, look at http://www.chiark.greenend.org.uk/~sgtatham/putty/. it is so much better than telnet. I don't know if that is what you mean, though. Jeff ""Brandon Orther"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]

[PHP] MySQL 3.23

2001-02-09 Thread Jon Rosenberg
I'm about to upgrade to mysql 3.23 on a production installation on linux with PHP 4.0.4pl1, has anyone had any problems with this combination, as compared to 4.0.4pl1 with 3.22.xx? Thanks! Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: [PHP] version'ng problem with php4 and apache 1.3.17 ...

2001-02-09 Thread Tiger Quimpo
On Fri, 09 Feb 2001, The Hermit Hacker wrote: >I've gotten into a habit of upgrading my apache > with a simple 'make install-program', but, of course, php needs 'make > install-include' to happen as well ... thanks for pointing that out. i've not had showstoppers with make install-program yet.

Re: [PHP] Super SQL problem! Please advise!

2001-02-09 Thread Sandeep Hundal
Thanks a lot for your help everyone!!! It worked!! Woohoo!! Not only that, I learned about joins! :) /sunny --- Steve Werby <[EMAIL PROTECTED]> wrote: > "Sandeep Hundal" <[EMAIL PROTECTED]> wrote: > > thanks for the tip steve. i read up on left joins, and got this: > > SELECT diary.id, diary.the

RE: [PHP] To The Hacker: CodeBoy

2001-02-09 Thread Dallas Kropka
LOLOL Ya know, I get half of my business this way... they think they don't want me to fix there site... until I send them their database dump and passwords retrieved from invalid form checks or unsecured image directories... Jonathan actually did this guy a favor, an embarrassing favor, b

RE: [PHP] A php-xml mailing list?

2001-02-09 Thread Benjamin Munoz
Yes, I subscribe to this PHP-XML mailing list, but it is very low volume. I'd encourage anyone considering using XML/XSL/SOAP/RSS to join this list, so that XML and SOAP can be easily used with a PHP web app environment. I've used ASP/COM when I really wanted to use PHP, but the Microsoft S

[PHP] Form submision probs with Javascript and PHP

2001-02-09 Thread Gobins, Debbie
Pat, Try using the escape char like this: Here's my script. This is a known working script when I use ASP. Why won't is wotj with PHP. function submitForm(f, strPage) { errormsg = ""; if (f.l

RE: [PHP] mysql not reporting errors

2001-02-09 Thread Dominick Vansevenant
Try to put this immediately after the mysql_query: echo mysql_errno().": ".mysql_error().""; I think this outputs your error. D. -Original Message- From: Christian Dechery [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 15:38 To: [EMAIL PROTECTED] Subject: [PHP] mysql not repo

[PHP] Unexpected character in input: '\' (ASCII=92) state=1

2001-02-09 Thread Gobins, Debbie
You might try this, putting the escape character around the userid.> $file = "/path/to/my/server/\"$userid.win\""; Unexpected character in input: '\' (ASCII=92) state=1 > > Here is my code for the text file. > $file = "/path/to/my/server/$userid.win"; > $text = "\n"; > $fp = fopen($file, "w")

[PHP] Imagecolorallocate

2001-02-09 Thread Dan Harrington
Hello everyone, Alright, what's wrong with this script? I just get one big blank image. I want the script to sequentially pull up each pixel off the template image, and copy them pixel by pixel to the second image. Actually, what I want to do is to process the pixels BEFORE I write them, but th

Re: [PHP] Connecting to MsSql2000

2001-02-09 Thread Michael Kimsal
Set up an ODBC DSN in your control panel and use PHP odbc functions. Brandon Orther wrote: > Hello, > > Does anyone know how I can get PHP4 to connect to Microsoft SQL server 2000? > > Thank you, > > > Brandon Orther > WebIntellects Design/Developme

Re: [PHP] Storing and getting variables between php functions?

2001-02-09 Thread CC Zona
In article <961qbm$hbj$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Kato Strandjord") wrote: > HI is it possible to do what i have shown with the 3 php files under? I want > that a variable stored in a another php file like this, and then i want to > get the stored variable from a 3rd php file. How

Re: [PHP] Unexpected character in input: '\'

2001-02-09 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (CDitty) wrote: > Unexpected character in input: '\' (ASCII=92) state=1 > > Here is my code for the text file. > $file = "/path/to/my/server/$userid.win"; > $text = "\n"; > $fp = fopen($file, "w"); > fwrite($fp, $text); > fclose($fp); > > I am

Re: [PHP] tracking the current url

2001-02-09 Thread Anna
- Original Message - From: "McShen" <[EMAIL PROTECTED]> > > hi > > Can you tell me how to track the current url by using PHP? for example, > Mike is visiting http://www.celebritieszones.com/showthumb/britney_spears/1/ > and i wanna make a PHP script so it tells Mike that he is currently

[PHP] mssql70.dll

2001-02-09 Thread Brandon Orther
Hello Does anyone know where I can get mssql70.dll for php to connect with MsSql 2000? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com --

[PHP] tracking the current url

2001-02-09 Thread McShen
hi Can you tell me how to track the current url by using PHP? for example, Mike is visiting http://www.celebritieszones.com/showthumb/britney_spears/1/ and i wanna make a PHP script so it tells Mike that he is currently browing http://www.celebritieszones.com/showthumb/britney_spears/1/ I trie

[PHP] Connecting to MsSql2000

2001-02-09 Thread Brandon Orther
Hello, Does anyone know how I can get PHP4 to connect to Microsoft SQL server 2000? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

Re: [PHP] A php-xml mailing list?

2001-02-09 Thread Chris Boothe
I agree with you! I am also looking for an xml, soap and php implementation. Chris - Original Message - From: "Michael Dearman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 7:37 PM Subject: [PHP] A php-xml mailing list? > I think

Re: [PHP] A php-xml mailing list?

2001-02-09 Thread Matt McClanahan
On Fri, Feb 09, 2001 at 05:37:04PM -0700, Michael Dearman wrote: > I think it would be helpful. > What do you folks think? You'd think it would be a popular thing, but the one O'Reilly hosts is more or less silent. http://www.oreillynet.com/pub/a/php/php-xml-ml.html Matt -- PHP General Maili

[PHP] A php-xml mailing list?

2001-02-09 Thread Michael Dearman
I think it would be helpful. What do you folks think? MD -- 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] mysql not reporting errors

2001-02-09 Thread Anna
- Original Message - From: "Christian Dechery" > WHy PHP is not showing SQL syntax (or any) errors? > > I'm using Win98Me with Apache 1.3.12 and PHP 4.x. > > it works... if I run a correct query it runs normally, but if I go like: > > $query="selct nonexistingfield from nonexistingtable w

[PHP] Hi, new guy here!

2001-02-09 Thread Brian Potter Web Design
Hello! My name is Brian Potter and I just finished the PHP Fast and Easy Web Development book. A friend of mine suggested I subscribe to this list. I am eager to interact with all of you! I do a webpage for my youth group as well as various professional web pages. I appreciate all of your help

[PHP] Form submision probs with Javascript and PHP

2001-02-09 Thread Patrick Brown
Here's my script. This is a known working script when I use ASP. Why won't is wotj with PHP. function submitForm(f, strPage) { errormsg = ""; if (f.login.value.length == 0) { errormsg = errormsg + "Please enter a login name.\n"; } if (f.email.value.search("@") == -1 || f.email.value.search(

Re: [PHP] Telnet with php?

2001-02-09 Thread Matt Friedman
there's fsockopen from which you might make a telnet client, methinks, but you'd have to know the protocol etc... look for it at the manual. Matt Friedman Spry New Media http://www.sprynewmedia.com Lead Programmer/Partner email: [EMAIL PROTECTED] phone: 250 744 3655 fax: 250 370 0436 - Ori

Re: [PHP] Telnet with php?

2001-02-09 Thread Julia A . Case
I've been messing with popen and telnet recently and I can see the machine connect and show a response but I never get to a login prompt. I'll be fiddling with this some more, maybe we can work on it together? Julia Quoting Brandon Orther ([EMAIL PROTECTED]): > Hello, > > Is there a way to t

[PHP] Storing and getting variables between php functions?

2001-02-09 Thread Kato Strandjord
HI is it possible to do what i have shown with the 3 php files under? I want that a variable stored in a another php file like this, and then i want to get the stored variable from a 3rd php file. How can i do this, i have tried it but it does not work. When i get the variable in the 3rd php file

[PHP] Perl

2001-02-09 Thread Eugene Yi (InfoSpace Inc)
Sorry to post this but I'm stuck. Anyone knows a good (DBI) Perl mailinglist? It seems so many Perl mailinglists have closed down. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP]Spider script in PHP.

2001-02-09 Thread Anna
- Original Message - From: "Angerer, Chad" <[EMAIL PROTECTED]> > I am not sure if this is the correct wording. But I am wondering about a > good tutorial about writing a PHP script that will spider a directory > structure and extract the file names and insert them into a database. Also

[PHP] Class method reference

2001-02-09 Thread Nathan Cassano
Does anyone know how to pull a function reference from a class method? Here's why, class myclass(){ var $myarray; function mysort() { /* User sort fails */ usort($this->myarray, $this->mycompfunction); /* Or */ usort

[PHP] Unexpected character in input: '\'

2001-02-09 Thread CDitty
I am trying to write a text file on my server, but I am getting the following error. Unexpected character in input: '\' (ASCII=92) state=1 Here is my code for the text file. $file = "/path/to/my/server/$userid.win"; $text = "\n"; $fp = fopen($file, "w"); fwrite($fp, $text); fclose($fp); I am ge

[PHP] Telnet with php?

2001-02-09 Thread Brandon Orther
Hello, Is there a way to telnet with php? If so does anyone know a good place to find a tutorial on it? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -

Re: [PHP] Fetching Local Weather

2001-02-09 Thread Anna
- Original Message - >From: "JB" <[EMAIL PROTECTED]> >Hey Coders, >I know there's a couple premade scripts to grab weather on hotscripts.com. I wanted to know if anyone has a simple method to fetch the day's local weather from something like yahoo. All I really need is the temperature,

RE: [PHP] URL Encode

2001-02-09 Thread Boget, Chris
> I know this have been covered before but I can't find it in > my thousands of emails... How would I URL Encode the following... > I am retrieving a variable like but > for example if it is Hilton Head Island I need it to add the > + signs as Hilton+Head+Island so Netscape won't crash. Funny

[PHP] URL Encode

2001-02-09 Thread David Smith
I know this have been covered before but I can't find it in my thousands of emails... How would I URL Encode the following... I am retrieving a variable like but for example if it is Hilton Head Island I need it to add the + signs as Hilton+Head+Island so Netscape won't crash. Thanks...

[PHP] PHP & SOAP?

2001-02-09 Thread Chris Boothe
Hi, I have been looking for a PHP implementation of SOAP. I have noticed PHP SOAP on sourceforge but it seems that it is still in early stages. Could someone lead me in the right direction? Thanks, Chris Boothe [EMAIL PROTECTED]

Re: [PHP] To The Hacker: CodeBoy

2001-02-09 Thread Sefton
What does that do? ""Jonathan Sharp"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : P.S. in your phpMyAdmin config.inc.php file line 13 set: : $cfgServers[1]['adv_auth'] = true; : then you won't have any problems... : : -codeboy : : > -Original Message---

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread Rob Root
HI, Pick up a copy of the "PHP Developer's Cookbook". They devoted a whole chapter to sessions. Regards, Rob Root Evelio Martinez wrote: > Hi! > Does anyone know of some good examples of sessions? > > -- > Evelio Martínez > > -- > PHP General Mailing List (http://www.php.net/) > To unsubsc

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-02-09 Thread Hartmut Holzgraefe
hholzgraFri Feb 9 13:14:30 2001 EDT Modified files: /php4/ext/gdgd.c Log: make _php_image_convert configuration-aware Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.113 php4/ext/gd/gd.c:1.114 --- php4/ext/gd/gd.c:1.113 Fri Feb 9 13:04

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-02-09 Thread Hartmut Holzgraefe
hholzgraFri Feb 9 13:04:46 2001 EDT Modified files: /php4/ext/gdgd.c Log: libjpeg-not-installed protection Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.112 php4/ext/gd/gd.c:1.113 --- php4/ext/gd/gd.c:1.112 Thu Feb 1 07:40:34 2001

Re: [PHP] FDF Toolkit uncompression error

2001-02-09 Thread Tim Frank tfrank
Kurt, I fought with this same problem for about an hour today. For me there was something changed when the file was downloaded that made it corrupt... I think it was a LF to a CR + LF or something. I tried Dling the file with Lynx on a linux machine and it was still corrupt. My fix was to

[PHP] Using PHP for CGI

2001-02-09 Thread Don
Hello, I'm interested in a comparison study for using PHP vs. Perl for CGI programming. Specifically, I'm looking for information comparing the two in terms of speed, memory usage and efficiency. Any information or url's would be appreciated. Thanks, Don -- PHP General Mailing List (http://

RE: [PHP] Converting CFML to PHP

2001-02-09 Thread Kevin Queen
The push for a change from CF to PHP was not a monetary consideration but the ways that PHP and CF differ. For example, while not an 'officially' supported product (meaning there is no 800 number to call and have your hand held) it is MUCH easier to get help from a mailing list (such as this one)

RE: [PHP] Fetching Local Weather

2001-02-09 Thread Maciek Uhlig
try http://www.gimpster.com/php/phpweather/index.php it's not simple solution though... Maciek > -Original Message- > From: JB [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 09, 2001 10:50 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Fetching Local Weather > > > Hey Coders, > > I kno

[PHP] Fetching Local Weather

2001-02-09 Thread JB
Hey Coders, I know there's a couple premade scripts to grab weather on hotscripts.com. I wanted to know if anyone has a simple method to fetch the day's local weather from something like yahoo. All I really need is the temperature, condition (rainy, sunny)and maybe windspeed. If I could includ

Re: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 20:39, John Vanderbeck wrote: > Why are you echoing it twice? Also, the first line, shouldn't it be: > > > Looks liek you dropped the semi colon The semicolon is optional if a closing PHP tag ("?>") follows. -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lg

Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Fri, 9 Feb 2001, Christian Reiniger wrote: > > This returns echoes the part after the | in safe-mode. > echo only outputs something. it doesn't return anything. Yup, grammar error, I meant "prints to stdout" :) > Write > $comm = "$data | " . $this->gpg_command; Didn't work that way :( > an

RE: [PHP] Converting CFML to PHP

2001-02-09 Thread Thor M. Steindorsson
I've done this. Once I did everything in CF. Today, I do everything in PHP and have not looked back. PHP is faster, easier and far less taxing on the server than CF. Basically, once you know the syntax and functions of PHP, converting is pretty easy, although time consuming. What you need to do

RE: [PHP] RE: Events in HTML with PHP

2001-02-09 Thread Sitkei Pál
for example: echo(' function Done() {alert("Changed!")}') echo('') -Original Message- From: Foley, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:41 PM To: 'Francesco Rossi'; [EMAIL PROTECTED] Subject: [PHP] RE: Events in HTML with PHP Javascript to call ano

[PHP] anyway to make mail() function use port 25

2001-02-09 Thread ewiz
anyway to make mail() function to use port 25 on a defined SMTP host instead of the raw/direct spooling as by default as it uses sendmail on local system, what happens when SMTP server is a different box alltogether ? tia ewiz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] Credit Cards

2001-02-09 Thread JB
on standard transaction servers where you post a string containing the transaction info (card, name, amount, login, password, etc) do the following: get a merchant account sign up for authorize.net, ccnow, ibill, etc. use an application called cURL to post the info to the server from php. dump th

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread John McCreesh
In article , Philip Olson <[EMAIL PROTECTED]> writes >Whenever this problem exists, run your site through here : > >http://validator.w3.org/ > >Actually, always run sites through there, it's useful (sometimes a bit >picky.) For things like

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread Philip Olson
Hi Evelio, This may be a good start : Sessions in Manual : -- http://www.php.net/manual/ref.session.php Title: Session Handling with PHP 4 : --

Re: [PHP] Credit Cards

2001-02-09 Thread Michael Stearne
Read the Verisign (Under the Ps) or Cybercash section of the PHP manual. Michael Jerry Lake wrote: > I have a basic shopping cart setup > and I am curious as to how I go about > being able to handle real-time credit > card transactions. I realize there are > card services like cybercash and su

[PHP] Credit Cards

2001-02-09 Thread Jerry Lake
I have a basic shopping cart setup and I am curious as to how I go about being able to handle real-time credit card transactions. I realize there are card services like cybercash and such, but how do I go about hooking cybercash up to the existing cart? (the host already has a merchant connection

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
Thx, I forgot to set the register_globals to On !!! -Original Message- From: Steve Edberg [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 20:41 To: Steve Haemelinck Cc: PHP Mailing Listl (E-mail) Subject:RE: [PHP] [Newbie] PHP Variables At 8:06 PM +0100 2/9

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Jens Kisters
> Grab one of the many java IRC applets from http://freshmeat.net and run > an irc server on your box. http wasn't designed for this type of thing. I've seen a lot of Chatsites that run without Clientside Java, it can't be such a weird approach, I don't think the admins of the System the chat is

Re: [PHP] [Newbie] PHP Variables

2001-02-09 Thread John Vanderbeck
> I just wanted to try this: > > I take a link : http//www.xy.com/index.php?contents=HOME > > There I echo contents > > > I'm still learning PHP, but... Why are you echoing it twice? Also, the first line, shouldn't it be: Looks liek you dropped the semi colon - John Vanderbeck - Admin, Game

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Edberg
At 8:06 PM +0100 2/9/01, Steve Haemelinck wrote: >I just wanted to try this: > >I take a link : http//www.xy.com/index.php?contents=HOME > >There I echo contents > > > > >It should display HOME? But it does not ! Two possibilities I can think of: (1) Is your echo statement above within a functi

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
Nothing at all Go tho following page a see for yourself http://213.224.136.110:8080/test.php?a=HOME -Original Message- From: Dustin Vannatter [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 20:23 To: 'Steve Haemelinck' Subject: RE: [PHP] [Newbie] PHP Variables Importance: Hi

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread JB
this is as simple and complex as it gets. session_start; session_register("my_var"); now say we do: $my_var = 5; any script, page, whatever you serve that calls $my_var will return 5. Once you change the variable, $my_var will now be that new value in every bit of code. All you have to do is

Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Thu, 8 Feb 2001, Richard Lynch wrote: > Maybe you can create a custome keyring for just the web-usage of public keys > only... Hum... I wouldn't like it, anyway. Hmmm, is there any other way to pass "stdin" to an external program, other than using echo and a pipe?. I've also tried by placing

[PHP] XML problems?

2001-02-09 Thread Mailing List Mailbox
I've put together a fairly simple XML parser that outputs embeded objects as a DOM. You can see that the XML files get parsed correctly (print "Open: $tag" etc for the proper functions..) and built the DOM correctly (print_r ( $this->dom ) at the last close_tag () call) but even after displaying t

RE: [PHP] problem with classes

2001-02-09 Thread James Moore
> I`m writing one html class for my own usage, but I`ve got some > problems. Take a look at the example: $ht -> > row(2,'','first,second'); This works fine ('first,second' represents an > array). But now, when I want to do something like that: $ht -> > row(2,'','$something,second'); then it displ

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
I just wanted to try this: I take a link : http//www.xy.com/index.php?contents=HOME There I echo contents It should display HOME? But it does not ! -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: donderdag 8 februari 2001 23:55 To: Steve Haemelinc

[PHP] HOWTO handle sessions ?

2001-02-09 Thread Evelio Martinez
Hi! Does anyone know of some good examples of sessions? -- Evelio Martínez -- 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] shows up in IE but not Netscape

2001-02-09 Thread John Vanderbeck
> Good web design rule of thumb: Always check against Netscape. If it > renders in Netscape, odds are it'll render in IE. The reverse is not > true. > > Matt I find dealing with Netscape browsers a pain. So many people complain that IE doesn't follow the standards, but I find it the other way

Re: [PHP] problem with classes

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 19:15, Siim Einfeldt aka Itpunk wrote: > row(2,'','$something,second'); then it displays $something and second, In single quotes (') variables are not evaluated. Use double quotes (") instead. -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Google re

Re: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 19:04, Jeff Oien wrote: > What does IDE stand for? Integrated Development Environment -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Google results 1-10 of about 142,000,000 for e. Search took 0.18 seconds. - http://www.google.com/search?q=e -- PHP

Re: [PHP] Files only available via HTTPS

2001-02-09 Thread Chris
And if you can't seperate the root directorys of the secure and not secure servers, you can setup and aliases directory under the secure server and it will be the only one that can see that dir. > On Fri, 9 Feb 2001, Daniel Tryba wrote: > > >On Thu, Feb 01, 2001 at 04:29:09PM -0800, Michael Con

[PHP] problem with classes

2001-02-09 Thread Siim Einfeldt aka Itpunk
I`m writing one html class for my own usage, but I`ve got some problems. Take a look at the example: $ht -> row(2,'','first,second'); This works fine ('first,second' represents an array). But now, when I want to do something like that: $ht -> row(2,'','$something,second'); then it displays $so

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Philip Olson
Also : Whenever this problem exists, run your site through here : http://validator.w3.org/ Actually, always run sites through there, it's useful (sometimes a bit picky.) For things like missing table tags, it's very helpful. Regards, Philip -- PHP General Mailing List (http://www.php

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Charles Mulford
Integrated Development Environment (I believe) -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 12:04 PM To: Php-General Subject: RE: [PHP] good free/cheap IDE for PHP What does IDE stand for? Thanks for HTML-Kit, I'll try it out. As an alt

Re: [PHP] echo vs print

2001-02-09 Thread Ben Peter
Maxim Maletsky wrote: > Anyway, " " compatibility. I believe 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] good free/cheap IDE for PHP

2001-02-09 Thread Jeff Oien
What does IDE stand for? Thanks for HTML-Kit, I'll try it out. As an alternative to the resource hogging HomeSite (which has color coding for PHP) I also use ConTEXT (for Windows). http://www.fixedsys.com/context/ Jeff Oien > > I use HTML-Kit, it's a good solid editor and there are bunches

[PHP] Viewing Memo fields

2001-02-09 Thread Todd Cary
I have a memo field in an Interbase DB and I am not sure how to display it. The line below produces garbage. print($row->STM_MEMO_TOP); Thanks for the help Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt Williams
> > > > > No > >Welcome back to the ColoradoPTAC website, $row['company']; ?>. > Please click target="_top">here to > complete the login process and begin using the site. >

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Robin Vickery
> "EB" == "Erik Boles" <[EMAIL PROTECTED]> writes: > We are running a webform, that asks for user ID and pass, then > passes it on to a .php3 file that shows them a page to continue > (not a security thing, just a tracking thing). > This .php3 file, called login.php3 works just fine in I

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Charles Mulford
I use HTML-Kit, it's a good solid editor and there are bunches of plugins for it (PHP, ASP, PERL, etc) and it's freeware to boot. http://www.chami.com/html-kit/ Charles Mulford Developer- McLeodUSA -Original Message- From: Dennis von Ferenczy [mailto:[EMAIL PROTECTED]] Sent: Friday, Feb

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Jesse Swensen
Sounds like you may be missing a piece of a table. Make sure all your table, tr, td type tags have a closing tag. IE is more forgiving... -- Jesse Swensen [EMAIL PROTECTED] > From: "Erik Boles" <[EMAIL PROTECTED]> > Organization: rocky Mountain Web Tech > Reply-To: "Erik Boles" <[EMAIL PROTECTE

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Angerer, Chad
Try closing your table here... or putting the new table in a . Netscape is very picky with tables. complete the login process and begin using the site.

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt McClanahan
On Fri, Feb 09, 2001 at 10:09:02AM -0700, Erik Boles wrote: > We are running a webform, that asks for user ID and pass, then passes it on > to a .php3 file that shows them a page to continue (not a security thing, > just a tracking thing). > > This .php3 file, called login.php3 works just fine i

[PHP] shows up in IE but not Netscape

2001-02-09 Thread Erik Boles
We are running a webform, that asks for user ID and pass, then passes it on to a .php3 file that shows them a page to continue (not a security thing, just a tracking thing). This .php3 file, called login.php3 works just fine in IE but when viewed in netscape it simply shows a white screen. We di

php-general Digest 9 Feb 2001 16:54:58 -0000 Issue 502

2001-02-09 Thread php-general-digest-help
php-general Digest 9 Feb 2001 16:54:58 - Issue 502 Topics (messages 38895 through 38969): Re: echo vs print 38895 by: Jeff Oien 38898 by: Maxim Maletsky 38908 by: Philip Olson version'ng problem with php4 and apache 1.3.17 ... 38896 by: The Hermit Hacker TC

Re: [PHP] Files only available via HTTPS

2001-02-09 Thread Adam Knight
On Fri, 9 Feb 2001, Daniel Tryba wrote: >On Thu, Feb 01, 2001 at 04:29:09PM -0800, Michael Conley wrote: >> I have several PHP files that I only want users to be able to access via >> HTTPS. How can I control that on an Apache 1.3.14 server running on RedHat >> 7? I have openssl and mod_ssl wor

[PHP-CVS] cvs: php4 /ext/standard reg.c

2001-02-09 Thread Rasmus Lerdorf
rasmus Fri Feb 9 08:42:56 2001 EDT Modified files: /php4/ext/standard reg.c Log: Stray ] Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.39 php4/ext/standard/reg.c:1.40 --- php4/ext/standard/reg.c:1.39Fri Aug 4 04:57:21 2000 +++

Re: [PHP] PDF Library

2001-02-09 Thread Michael Stearne
Search the archives for "PDF Windows" or something similar. Someone pointed to a link for preccompiled PDF binaries for Win32. Michael WebMax wrote: > How can I configure PDF Library on WIndows. It is not in the help file. > > Regards > > -- > PHP General Mailing List (http://www.php.net/) >

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Michael Stearne
> How does one build a big chat system? > Not in PHP :-). Really though, PHP is probably not the optimal language to do something like that in. I would think a Java Servlet or a C program or a Java applet (client) would be better for building something like that. PHP was not designed to keep a l

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 12:23, Jens Kisters wrote: > The approaches i've so far using PHP is letting a script run (almost) > infinitely and refresh the output every 500ms or so, but this will > require a httpd-Process to run for every chatter, consuming several MB > per User. > > Any other sugg

Re: [PHP] Arrays through URL

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 11:58, Jørg V. Bryne wrote: > i would agree that serialize isn't good for huge arrays, yes, but if > you're considering databases, why not use sessions? Well, if sessions are useful for you, go ahead and use them. If you only want to pass something on 1-5 links on your

[PHP]Spider script in PHP.

2001-02-09 Thread Angerer, Chad
I am not sure if this is the correct wording. But I am wondering about a good tutorial about writing a PHP script that will spider a directory structure and extract the file names and insert them into a database. Also this spidering would be done on a directory and its child with mp3 files and I

Re: [PHP] how to know which web dir you're in

2001-02-09 Thread Matt
Your best bet would probably be to use the environment variables getenv("REQUEST_URI") will get you the URL minus the host name, so basically it's the relative path. getenv("HTTP_HOST") will return the hostname (www.whatever.com) Hope this helps. Regards, Matt At 09:40 AM 2/9/2001, you wrote

Re: [PHP] how to know which web dir you're in

2001-02-09 Thread John Vanderbeck
Well... $PHPSELF gives the full url to the current webpage..so if you are at: http://gamedesign.incagold.com/index.php then $PHPSELF = http://gamedesign.incagold.com/index.php - John Vanderbeck - Admin, GameDesign - Original Message - From: "Jason Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL

  1   2   >