Re: [PHP] Re:What version of Linux?

2001-02-02 Thread Meir kriheli
On Friday 02 February 2001 17:09, Christian Reiniger wrote: > On Friday 02 February 2001 05:32, John Hinsley wrote: > > > I want to install my personal server on a old Intel 486 machine, 36 > > > Mb RAM, 2 Gb HardDisk, VGA, to develop in PHP. What version of Linux > > > do I need to install? You

Re: [PHP] PHP evaluates an expression function?

2001-02-02 Thread 방창현
Thank's your advices. Eureka! result r=10 - Original Message - From: "johnny p." <[EMAIL PROTECTED]> To: "©ö©¡A¡ËCo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 03, 2001 1:51 PM Subject: RE: [PHP] PHP evaluates an expression function? > Well, I

Re: [PHP] Change Password script

2001-02-02 Thread mwaples
enthalpy wrote: > > anyone have example code of a change password script in php? > > <-CoreComm-Internet-Services--http://core.com/-> > (Jon Marshall CoreComm Services Chicago) > ([EMAIL PROTECTED] Systems Engineer II) > ([EMAIL PROTECTED] Networ

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
tOn Fri, 2 Feb 2001, johnny p. wrote: > Hah! My wife has a formal education in graphics design. My web sites > would look like crap without her extensive layout skills. :) I'm so > lucky... Ah! kindered spirit My wife has a formal education in Mass Communication and Public Relations I would

[PHP] Help with XSLT!

2001-02-02 Thread Theo Brinkman
I'm trying to learn XSLT and thought that PHP 4.0.4 with the Sablotron extension would be ideal for this, but I quite simply cannot get any samples I find to work. I'm trying to use the class.XSLTransform.php file mentioned in the annotated PHP manual, but I get a fatal error on line 113 (don

[PHP-CVS] cvs: php4 / NEWS /ext/pcre php_pcre.c

2001-02-02 Thread Andrei Zmievski
andrei Fri Feb 2 20:53:50 2001 EDT Modified files: /php4 NEWS /php4/ext/pcre php_pcre.c Log: Adding delimiter capturing functionality. As far as NEWS, compilation fixed don't belong here. Index: php4/NEWS diff -u php4/NEWS:1.578 php4/N

RE: [PHP] PHP evaluates an expression function?

2001-02-02 Thread johnny p.
Well, I think the equivalent PHP function to VB's eval() function is... eval(). go to: http://www.php.net/manual/en/function.eval.php HTH, johnny p. > -Original Message- > From: ¹æÃ¢Çö [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 8:11 PM > To: [EMAIL PROTECTED] > Subjec

Re: [PHP] Re:What version of Linux?

2001-02-02 Thread John Hinsley
Christian Reiniger <[EMAIL PROTECTED]> wrote: > > On Friday 02 February 2001 05:32, John Hinsley wrote: > > > > I want to install my personal server on a old Intel 486 machine, 36 > > > Mb RAM, 2 Gb HardDisk, VGA, to develop in PHP. What version of Linux > > > do I need to install? >

php-i18n Digest 3 Feb 2001 02:54:05 -0000 Issue 48

2001-02-02 Thread php-i18n-digest-help
php-i18n Digest 3 Feb 2001 02:54:05 - Issue 48 Topics (messages 108 through 109): E Bay is going up again.. 108 by: tabathia 200 DOLLARS FOR YOU 109 by: Matt Spears Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the dige

[PHP-I18N] 200 DOLLARS FOR YOU

2001-02-02 Thread Matt Spears

[PHP] 200 DOLLARS FOR YOU

2001-02-02 Thread Matt Spears

Re: [PHP] Need to count number of rows per id! :(

2001-02-02 Thread Julian Wood
Are you looking for select topicID, count(*) from $secondtable group by topicID? This will give you a count of each distinct topicID in $secondtable. Julian -- Julian Wood Multimedia Developer University of Calgary on 2/2/01 6:15 PM, Sandeep Hundal at [EMAIL PROTECTED] wrote: > > Hey g

[PHP] Need to count number of rows per id! :(

2001-02-02 Thread Sandeep Hundal
Hey guys, I need an answer to a problem I've been trying to work on for days :( I made a message board, which has a front page which lists Topic name, topic started by, and what date. All this info, and the topic message is stored in one mysql table. when you click on any of the topics, it leads

php-general Digest 3 Feb 2001 02:10:42 -0000 Issue 489

2001-02-02 Thread php-general-digest-help
php-general Digest 3 Feb 2001 02:10:42 - Issue 489 Topics (messages 37828 through 37928): Re: PHP configure commandline 37828 by: Alain Fontaine 37829 by: Alain Fontaine Zend Debug Server 37830 by: Milan Mlynarcik 37840 by: Steve Haemelinck Future plans (4.

[PHP] PHP evaluates an expression function?

2001-02-02 Thread 방창현
Hi. I working convert from VBSCRIPT source to PHP. I found VBSCRIPT eval() same function in PHP. example. VBSCRIPT running... $a = "1+2+3+4" $b = eval ($a) $b retunr is number 10. What function or same method in PHP. Thank! E-mail: [EMAIL PROTECTED] PHONE: +83-2-3411-419

[PHP-CVS] cvs: php4 /win32 readdir.c

2001-02-02 Thread Sean Bright
elixer Fri Feb 2 16:50:49 2001 EDT Modified files: /php4/win32 readdir.c Log: Comments didn't reflect rewinddir() Index: php4/win32/readdir.c diff -u php4/win32/readdir.c:1.5 php4/win32/readdir.c:1.6 --- php4/win32/readdir.c:1.5Sun Jun 4 15:00:17 2000

Re: [PHP] performing tasks with a user's rights

2001-02-02 Thread Steve Werby
"Nathaniel Hekman" <[EMAIL PROTECTED]> wrote: > Is there any way for a php script to perform some task as a particular user? Install PHP as a CGI (this is actually the default install method). When run as a CGI, a particular PHP script will run with the permissions of the user who owns the file.

[PHP] PHP on PWS

2001-02-02 Thread Patrick L.
When I installed activestate perl from a cdrom, it was an automatic install, did all the reg entries, etc. I am somewhat of a newbie and am deathly afraid of going into the registry to install PHP. I do have remote access to unix servers with php, but having it on my pc would be nice, too.

Re: [PHP] getting STDIO

2001-02-02 Thread Joe Stump
#!/path/to/php -q chmod +x script.php --Joe On Fri, Feb 02, 2001 at 04:36:48PM -0300, Martin A. Marques wrote: > I want to use PHP to build a script that would run from the comand line. Now > me problem is how do I make PHP interpretate a chunk of text that is piped to > it? > Lets sa

[PHP] performing tasks with a user's rights

2001-02-02 Thread Nathaniel Hekman
Is there any way for a php script to perform some task as a particular user? Here's what I'm trying to do in particular: I have a Linux box with a handful of users. These users do not have shell access, but they do have ftp (for file uploads to their web sites), pop, imap, etc. I'd like to prov

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread Dave VanAuken
1) talk to the customer, in person if at all possible - get a CLEAR picture of exactly what they want. 2) write down every aspect of what they want 3) take each element of the site and estimate how many hours it will take you to accomplish it. 4) double the amount (your customer will cause that)

[PHP] exec() won't start SAS job

2001-02-02 Thread Curt Seeliger
Folks, I'm unable to get exec() to start a small SAS job on my RH 6.2 box. (I've got file permissions set correctly) The code: $command="sas -noterminal -log $SASProgDir$JobName.log ". " -print $SASProgDir$JobName.lst $SASProgDir$JobName.sas"; print("Spawning '$command'\n");

Re: [PHP] Future plans (4.1) ?

2001-02-02 Thread Toby Butzon
> > As for better OO. I think many of the things people ask for, like > > visibility (public,private,protected) class properties, aren't actually > > features that add functionality, but more just convenience features > > that could be implemented in user space. > > I disagree. Just as with stro

Re: [PHP] getting STDIO

2001-02-02 Thread Steve Werby
"Martin A. Marques" <[EMAIL PROTECTED]> wrote: > Lets say my script is named script1.php and I do: > > $ less file1 | script1.php $fp = fopen( 'php://stdin', 'r' ); Then use the standard file handling functions to access the piped data. -- Steve Werby COO 24-7 Computer Services, LLC Tel: 804.8

RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread Boaz Yahav
Guys, I don't believe that there is any question today that IIS5 on win2K is the best webserver $$$ can buy. Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Dan Malcolm [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP] Change Password script

2001-02-02 Thread enthalpy
yea thats what i was thiking is there anyway to use soemting like suexec? <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED] Network Operations) <--

RE: [PHP] File Download Completion

2001-02-02 Thread Boaz Yahav
While we are on the subject, I made some tests with Apache logs and it seems that Apache writes the size of the file that you are DL to the log file at the beginning of the transfer. So if you are DL a 1MB file apache will write that you have DL a 1MB file and it doesn't reflect weather you stopp

RE: [PHP] PHP/FI what FI?

2001-02-02 Thread Boaz Yahav
Check this out : http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=1785 Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02,

[PHP] Semi-review of Zend-IDE 1.0

2001-02-02 Thread Ed Finkler
I was really pleased to see that Zend had taken the new approach with pricing and availability of the Zend IDE, and that they were offering a demo version of the product. I downloaded it right away and took it for a spin. To be honest, I was pretty disappointed with the product. While the debug

Re: [PHP] "Trim" an array?

2001-02-02 Thread Mark Maggelet
On Fri, 02 Feb 2001 17:31:43 -0500, Thomas Deliduka ([EMAIL PROTECTED]) wrote: >I looked through the archives and couldn't find anything on this. > >I have a web form which takes 9 values to create a definition for a >table >that would have up to 9 columns. > >I made the table so that each form fi

[PHP] Off Subject, but can't find any info elsewhere

2001-02-02 Thread Toby Miller
Web Developers, I know this has nothing to do with PHP, but some bright minds out there might have run across it. It's about Netscape 6 mouseovers. I've read elsewhere that Netscape 6 has problems with preloading images. I have confirmed this time and time again, but have not been able to come

Re: [PHP] Change Password script

2001-02-02 Thread Mark Maggelet
On Fri, 2 Feb 2001 14:13:50 -0800, Joe Stump ([EMAIL PROTECTED]) wrote: >Not unless passwd takes stdin (which i don't think it does) It does, but php would have to be running as root, which is a bad idea. >--Joe > >On Fri, Feb 02, 2001 at 04:07:47PM -0600, enthalpy wrote: >> >> sorry for the gen

[PHP] Re: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread phobo
Lets just say I'm glad you posted that on a Windows list :P I personally find Apache more stable, less mem hogging, and as its what is used on linux machines, I know that my PHP code CAN work on any platform ;) And ... yuo say 'best that money can buy' ... I hope you know the price of Apache? www

Re: [PHP] "Trim" an array?

2001-02-02 Thread Thomas Deliduka
On 2/2/01 5:34 PM this was written: > while(list($key,$value)=each($array)){ > if(empty($value)) unset $array[$key]; > } Sweet! Thanks, that was easy. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PH

[PHP] "Trim" an array?

2001-02-02 Thread Thomas Deliduka
I looked through the archives and couldn't find anything on this. I have a web form which takes 9 values to create a definition for a table that would have up to 9 columns. I made the table so that each form field is submitted as an array so that I can simply step through each value and create t

Re: [PHP] Change Password script

2001-02-02 Thread Joe Stump
Not unless passwd takes stdin (which i don't think it does) --Joe On Fri, Feb 02, 2001 at 04:07:47PM -0600, enthalpy wrote: > > sorry for the generalization. im looking to change a unix password. > > <-CoreComm-Internet-Services--http://core.com/-> > (Jon Marshall CoreC

Re: [PHP] Change Password script

2001-02-02 Thread enthalpy
sorry for the generalization. im looking to change a unix password. <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED] Network Operations) <-Ent

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

2001-02-02 Thread Colin Viebrock
> Well, sorry if it seemed harsh, but you tried to fix one problem and > introduced another without really understanding what needed to be done. True. I was relying on a fix somebody suggested. This is also why I noted in the CVS comments that somebody else should look at this. I'll be the fir

Re: [PHP] Change Password script

2001-02-02 Thread Joe Stump
DB password or unix password? --Joe On Fri, Feb 02, 2001 at 03:38:15PM -0600, enthalpy wrote: > > anyone have example code of a change password script in php? > > <-CoreComm-Internet-Services--http://core.com/-> > (Jon Marshall CoreComm Services Chicago) > ([EMAIL PROTE

Re: [PHP] Calendar help

2001-02-02 Thread Joe Stump
Search for "php calendar" on freshmeat.net --Joe On Fri, Feb 02, 2001 at 04:28:37PM -0500, Fang Li wrote: > Hello > > Has anyone coded a calendar using PHP? when click a date in the calendar,it > will sotre the date in a database. > Thanks. > > Fang > > > -- > PHP General Mailing List (http

[PHP-CVS] cvs: php4 /pear/Crypt CBC.php

2001-02-02 Thread Colin Viebrock
cmv Fri Feb 2 13:52:21 2001 EDT Modified files: /php4/pear/CryptCBC.php Log: typo Index: php4/pear/Crypt/CBC.php diff -u php4/pear/Crypt/CBC.php:1.4 php4/pear/Crypt/CBC.php:1.5 --- php4/pear/Crypt/CBC.php:1.4 Tue Jan 23 13:36:12 2001 +++ php4/pear/

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

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: > > Ok, I fixed it. > > Thanks ... although "bogus patch" is kinda harsh, don't you think? :) Well, sorry if it seemed harsh, but you tried to fix one problem and introduced another without really understanding what needed to be done. -Andrei Give a

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

2001-02-02 Thread Colin Viebrock
> Ok, I fixed it. Thanks ... although "bogus patch" is kinda harsh, don't you think? :) - Colin -- PHP CVS 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 PROTECT

[PHP] Change Password script

2001-02-02 Thread enthalpy
anyone have example code of a change password script in php? <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED] Network Operations) <-Enthalpy.o

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

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: > I dunno. If I call the function with: > > > > I guess it doesn't matter what the port *is* ... it just won't return it. > Maybe just put if statements around any of the code that references port? Ok, I fixed it. -Andrei * What were the first

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

2001-02-02 Thread Andrei Zmievski
andrei Fri Feb 2 13:32:17 2001 EDT Modified files: /php4/ext/sockets sockets.c Log: Revert bogus patch and fix it properly. Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.30 php4/ext/sockets/sockets.c:1.31 --- php4/ext/sockets/soc

[PHP] Calendar help

2001-02-02 Thread Fang Li
Hello Has anyone coded a calendar using PHP? when click a date in the calendar,it will sotre the date in a database. Thanks. Fang -- 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

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

2001-02-02 Thread Colin Viebrock
> > Well, isn't it slower? > > No, not really. Ok. > > The goal is to make getpeername() not seg-fault and core dump when > > I only call it with 2 args. :) > > What should the value of 'port' be by default, then? I dunno. If I call the function with: I guess it doesn't matter wh

[PHP] RE: Files only available via HTTPS

2001-02-02 Thread Ayan R. Kayal
Add this to httpd.conf: SSLRequireSSL O- ~ARK CFO, Hmedicine.com, Inc. > -Original Message- > From: Michael Conley [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 01, 2001 7:29 PM > > I have several PHP files that I only want users to be able to acces

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

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: > Well, isn't it slower? No, not really. > The goal is to make getpeername() not seg-fault and core dump when > I only call it with 2 args. :) What should the value of 'port' be by default, then? -Andrei * Who is Ray and why would we want to selective

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

2001-02-02 Thread Colin Viebrock
> What do you mean, switch() is expensive? Well, isn't it slower? > Uh-uh - can't do that. What is your goal here, if port is not passed, it > defaults to 0? The goal is to make getpeername() not seg-fault and core dump when I only call it with 2 args. :) - Colin -- PHP CVS Mailing List (htt

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

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: > cmv Fri Feb 2 12:55:27 2001 EDT > > Modified files: > /php4/ext/sockets sockets.c > Log: > Fix for http://bugs.php.net/bugs.php?id=9082 > > I know switch() is expensive, so someone rewrite this "properly" if you

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

2001-02-02 Thread Colin Viebrock
cmv Fri Feb 2 12:55:27 2001 EDT Modified files: /php4/ext/sockets sockets.c Log: Fix for http://bugs.php.net/bugs.php?id=9082 I know switch() is expensive, so someone rewrite this "properly" if you want. Index: php4/ext/sockets/sockets.c dif

Re: [PHP] CSS with PHP

2001-02-02 Thread stankusn
Yes just include this tag in the head of you HTML then call this style.css A:link { color: #66; font-size: 9pt; font-family: Verdana, Helvetica, Arial; } A:active { color: black; font-size: 9pt; font-family: Verdana, Helvetica, Arial; } A:visited { color: #66; font-size: 9pt; font-

[PHP] CSS with PHP

2001-02-02 Thread Brandon Orther
Hello Sorry if this is a little off subject, but I am working on a php script that changes the CSS of all the pages in a web site. I was wondering if in CSS you could make a CSS that made all text a certain color and size. not including links and form objects Thank you, ---

RE: [PHP] Windows Time modification 12/31/1969???

2001-02-02 Thread John Huggins
Not sure, but I think NT may not report the last modified data resulting in a unixtime of 0 which would be 12/31/1969 I believe. > -Original Message- > From: Joe [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 3:14 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Windows Time modi

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread [EMAIL PROTECTED]
Ask the first client if they know of anyone who could utilize your skills. As an IC, you are more than just a coder; you are the marketing, sales, finance, and programming departments. Look online, post your resume, apply for jobs. In your application cover letter, state that you are fully quali

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Siim Einfeldt aka Itpunk
> Obviously I want to be profitable. But my primary motivation is to be doing > challenging work, to enjoy what I'm doing and to build software that makes > my clients happy. Sure, we could be like this other company and charge > $100,000 for a project that's worth $5,000 but we won't do that.

[PHP] Windows Time modification 12/31/1969???

2001-02-02 Thread Joe
I'm opening the files in a directory, and trying to find the most recent modification date. The problem is that I'm getting the date of 12/31/1969 for all my files, and when I try to print out the modification timestamp from filemtime directly I get nothing. If you look at the code you can se

RE: [PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread John Huggins
You specify that in the additional headers field. http://www.php.net/manual/en/function.mail.php John > -Original Message- > From: david klein [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 2:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP] how to specify the sender email ad

RE: [PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread Brian Paulson
Try this mail($recipient,"subject"," $content ","From: $sender\nReply-To: $sender\nX-Mailer: PHP/" . phpversion()); Hope this helps Thank you Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com 1-800-269-6397 -Original Message- From: david klein [mailto:[EMAIL

[PHP] getting STDIO

2001-02-02 Thread Martin A. Marques
I want to use PHP to build a script that would run from the comand line. Now me problem is how do I make PHP interpretate a chunk of text that is piped to it? Lets say my script is named script1.php and I do: $ less file1 | script1.php just like if I send variables with info with a put in the

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread johnny p.
Hah! My wife has a formal education in graphics design. My web sites would look like crap without her extensive layout skills. :) I'm so lucky... johnny p. > -Original Message- > From: Jerry Lake [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 01, 2001 12:11 PM > To: [EMAIL PROT

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread johnny p.
I agree. I have a separate maintenance agreement for additional changes and updates and charge them a pre-specified hourly rate. thanks for the advice... been bit a couple times before, tho. good for others to read. johnny p. > -Original Message- > From: Jeff Oien [mailto:[EMAIL PROTE

[PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread david klein
It seems that mail($recipient, $subject, $content) has no place to specify the sender's email address. Does anyone know how to specify the sender's email address? Thanks, David _ Get your FREE download of MSN Explorer at http://exp

[PHP] sample contract

2001-02-02 Thread bill
Anybody have a sample contract they could share that could be tweaked to be used between a PHP developer and a business client? Not looking for a non-disclosure contract, I have one of those. Just looking for a "I'll do this and you'll do that, I'll get this and you'll get that" type of contract

[PHP-CVS] cvs: php4 /pear/Mail smtp.php

2001-02-02 Thread Chuck Hagenbuch
chagenbuFri Feb 2 11:00:26 2001 EDT Modified files: /php4/pear/Mail smtp.php Log: fix silly cut-n-paste bug (#9081) Index: php4/pear/Mail/smtp.php diff -u php4/pear/Mail/smtp.php:1.2 php4/pear/Mail/smtp.php:1.3 --- php4/pear/Mail/smtp.php:1.2 Tu

[PHP] XML - XSL with PHP

2001-02-02 Thread Nicolas Peralta
Hi everyone! I have a little problem ... I installed the expat library for PHP3. it supplies to PHP a XML parser. My next step was try to install Sablot library. This library supposedly provide to PHP the power of XSL stylesheet but it ins't work!...why? because I have PHP3! and Sablot library wor

Re: [PHP] PHP/FI what FI?

2001-02-02 Thread Robin Vickery
> "BO" == Brandon Orther <[EMAIL PROTECTED]> writes: > I have been using PHP for a while now and never knew what FI is, > can someone enlighten me. First there was PHP (Personal Home Pages) and FI (Form Interpreter) Then they were combined into PHP/FI Version 2. After which there was PHP3

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread stankusn
Ok.I want to start doing outside (extra) contract work...independantly. I have had only one clientthey loved the work.and I am having problems finding more...I think I am just not looking in the right spotwhere would be a good spot to drum up bussinessdoesn't have to be a place

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread szii
When in doubt, go low - esp when you're just starting out. If you're a good coder, start at USD$20. You may go from there once you're more comfortable with the process, have a small list of clientele, and have refined your working environment (it's a little different than working for a company.

RE: [PHP] Problems With Fopen

2001-02-02 Thread Brandon Orther
Have you tried replacing the "/" with "\" like: d:\www\www\ome\faid\newsitems\news.txt I am pretty sure it should work now. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -

Re: [PHP] PHP/FI what FI?

2001-02-02 Thread Philip Olson
Hi Brandon, according to : http://www.php.net/manual/phpfi2.html It states : "At the same time I started playing with databases and wrote a tool to easily embed SQL queries into web pages. It was basically another CGI wrapper that parsed SQL queries and made it easy to create forms and tabl

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

2001-02-02 Thread Rasmus Lerdorf
rasmus Fri Feb 2 10:28:48 2001 EDT Modified files: /php4/ext/pspellpspell.c Log: pspell .12 fix @ pspell .12 fix (Hugh Jones) Index: php4/ext/pspell/pspell.c diff -u php4/ext/pspell/pspell.c:1.12 php4/ext/pspell/pspell.c:1.13 --- php4/ext/pspell/pspe

Re: [PHP] Could PHP connect to Perl Program

2001-02-02 Thread Jamie Alessio
> I would like to use a Perl Program to call PHP to do sth. Could I do that? > Also, could I use PHP program to call a Perl Program? > You could just run the command using the system() function. http://www.php.net/manual/en/function.system.php - Jamie -- PHP General Mailing List (http://w

[PHP] Problems With Fopen

2001-02-02 Thread Joe
I cannot open files outside of the directory which my script is in. I'm not sure how to fix this on my server. It is a Windows NT Netscape server. If anyone knows how to fix this help would be appreciated. Here is the error code that I keep getting. Warning: fopen("d:/www/www/ome/faid/newsitem

[PHP-CVS] cvs: php4 /ext/dotnet dotnet.cpp

2001-02-02 Thread Harald Radi
phanto Fri Feb 2 10:11:39 2001 EDT Modified files: /php4/ext/dotnetdotnet.cpp Log: correct phpinfo() output Index: php4/ext/dotnet/dotnet.cpp diff -u php4/ext/dotnet/dotnet.cpp:1.4 php4/ext/dotnet/dotnet.cpp:1.5 --- php4/ext/dotnet/dotnet.cpp:1.4 Fri

[PHP] PHP/FI what FI?

2001-02-02 Thread Brandon Orther
I have been using PHP for a while now and never knew what FI is, can someone enlighten me. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com ---

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-02 Thread Colin Viebrock
cmv Fri Feb 2 09:59:31 2001 EDT Modified files: /php4/pear DB.php Log: I think this should've been changed as well, right? Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.46 php4/pear/DB.php:1.47 --- php4/pear/DB.php:1.46 Thu Feb 1 21:24:3

Re: [PHP] INAPPROPRIATE IOCTL ERROR

2001-02-02 Thread Nathan Crause
An IOCTL (Input/Ouput Control) is an OS's internal mechanism for dealing with ANYTHING pertaining to Input and Output (in your case a URL). I'm not 100% sure of this, but you may simply be suffering from a typing error. Perhaps "cgi-win" should read "cgi-bin" ""Kif"" <[EMAIL PROTECTED]> wrote

[PHP] Data Entry From Listbox

2001-02-02 Thread iGuru
Hello I have a little problem. I have a listbox (multiline combo box) on my web page. When I sellect multiple items from the list box and submit the form to enter the values of the listbox items in the database, then only last selected item of the listbox is entered in the MySQL database. Does a

RE: [PHP] Listbox Data Entry

2001-02-02 Thread Sam Masiello
You need to be sure that you are defining the select list similar to this: The size field can be whatever you want to show, but you need to use the brackets in the NAME attribute to indicate an array, then treat the data submitted as an array after the form is posted. HTH Sam Masiello System

[PHP] Listbox Data Entry

2001-02-02 Thread iGuru
Hello I have a little problem. I have a listbox (multiline combo box) on my web page. When I sellect multiple items from the list box and submit the for to enter the values of the listbox items in the database, then only last selected item of the listbox is entered in the MySQL database. Does an

Re: [PHP] Files only available via HTTPS

2001-02-02 Thread Nathan Crause
I think your best bet would be to use cookies tagged as secure. My understanding is that if a cookie is tagged as secure, then the web server should not give any scripting language access to it (i.e. if you have a secure cookie LOGGEDIN, then PHP would NOT have $LOGGEDIN set [use isset] if the use

Re: [PHP] array VS object?

2001-02-02 Thread Nathan Crause
Are you perhaps refering to arrays and hashtables? "Larry Hotchkiss" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok, I am trying to use some functions that return objects. Its my > understanding, > limited as it is, that an object is basically the same as

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread Jeff Oien
johnny this is great to start out but if you keep doing it you will find that you will get a lot of bad clients who don't value your work and expect you to do a lot of extra stuff for free or request endless changes. That's typical of clients who look for extremely low cost work. Be sure to set l

[PHP] Just installed and getting errors

2001-02-02 Thread John Halladay
I have just put PHP on my Windows 2000 machine and have configured it to IIS, but when I try to test a .php page I get this error. CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Cannot find module (IP-MIB): At li

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Wade D
So how do you know what to charge when youre independent and just starting? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Chopping up a comand line return.

2001-02-02 Thread stankusn
So then would this work in php? given the previus example. foreach $filename ($files){ print = "$filename"; } thanks for the help, nixter --- Nick.Stankus Software Engineer Logicon/Sterling Federal 402-232-7870 --

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Steve Werby
"Siim Einfeldt aka Itpunk" <[EMAIL PROTECTED]> wrote: > But here I have to disagree with you. Yes, some guys who charge only $10/h > might sometimes be better than $200/h, but you can´t say that there is > *no* corralation between rates and quality. Sometimes there actually > is. $10 versus $200

Re: [PHP] Performance question

2001-02-02 Thread Steve Werby
"Matthew Mundy" <[EMAIL PROTECTED]> wrote: > I was wondering. What kind of performance reduction is there in including > files or using the auto prepended one for a file less than, say, 10 line? > Specifically, I would think that the file IO would be a detriment to such > a small file. Without t

Re: [PHP] What In the WORLD???

2001-02-02 Thread Ben Ocean
I figured out a work-around... >>> // had to remove this line: if ( $k == "id" && $v != "0" ) { if ( $seatingz == "9" || $aa == $seatingz ) { if ( $colorz == "9" || ( $cc == $colorz || $dd == $colorz || $ee == $colorz )) { if ( $typez == "9" || $gg == $typez ) { if ( $ != $ ) { // to

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread johnny p.
Ok, I just started my own company and finished work for my first client (shameless plug here: http://www.alamosawinecellars.com). The problem I had wasn't in pricing my work by what it's worth and how much time I put in it, but pricing it in a way that would work for my client. I ended up making

[PHP] fucntion if not working bug error

2001-02-02 Thread Conover, Ryan
I think I found a bug with the pdf_open_image_file() function. I am running php4.0.4 pl1 with pdflib 3.03. I cannot open any .gif or .tif files. Ryan Conover -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] contracting & consulting [Open Letter On The Situation]

2001-02-02 Thread DELAP, SCOTT F (SBCSI)
Looks like there have been quite a few comments on this since I left work yesterday. I applaud everyone's efforts with their job sites. However, that is part of the problem. Right now there about probably 10 or 15 job posting sites that people have put up just for PHP. They all have a few list

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-02-02 Thread Rasmus Lerdorf
rasmus Fri Feb 2 08:31:33 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Doc account for Kontra Gergely Index: CVSROOT/avail diff -u CVSROOT/avail:1.70 CVSROOT/avail:1.71 --- CVSROOT/avail:1.70 Wed Jan 31 23:30:16 2001 +++ CVSROO

Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Siim Einfeldt aka Itpunk
>As a PHP programmer and COO of a development and consulting shop, the >emphasis on hourly rate is something that really amazes me. Not all >programmers are created equal. A lot of clients don't recognize that. Some >mistakenly believe that a $120/hr. programmer is 20% more productive than a

[PHP] Mysql Question...

2001-02-02 Thread Giancarlo
Is it possible know the date and the time of the last update of a table in a MYSQL Database? Bye!

[PHP] Problem with headers, HELP ME!!!!!

2001-02-02 Thread Securez
I want to make a php script that outputs a file in a secure dir (outside of web root), this scripts checks the permisions of the user to download the file, i use phplib, and my probmem is when i call it from a browser the filename to save is set always to test.php, can i send a header to specify t

[PHP] Probem with headers. HELP ME!!!

2001-02-02 Thread Securez
I want to make a php script that outputs a file in a secure dir (outside of web root), this scripts checks the permisions of the user to download the file, i use phplib, and my probmem is when i call it from a browser the filename to save is set always to test.php, can i send a header to specify t

  1   2   >