Re: [PHP] Automatic incoming mail notification

2001-02-02 Thread Nicolas Windpassinger - Sun
Hi guys, ok I have had the same problem, what you need to do, If i correctly understood, is go in the /etc/mail/aliases file, then write there: you: "| /path/to/your/script.php" and your script will begin by: #!/path/to/php/as/a/shell ? etc. ? How this works is: send an email to

RE: [PHP] Recommended Job Posting sites? Need to hire someone w/ PHP exp.

2001-02-02 Thread Boaz Yahav
http://www.weberdev.com -Original Message- From: Brian Tully [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 12:19 AM To: PHP Subject: [PHP] Recommended Job Posting sites? Need to hire someone w/ PHP exp. Hey there - I was wondering what the recommended sites are to

[PHP] Apache won't start after installing php4

2001-02-02 Thread Frank Passek
Hi all, I just downloaded php4.0.4 and tried to get it running on my linux-box (SUSE6.3 Distribution). Configuring with ./configure --with-mysql --with-apxs --with-oracle --with-oci8 --with-gd and then making and installing worked fine, but whenever I restart apache with the

Re: [PHP] reload help!!!

2001-02-02 Thread Wen Ni Leong
Can you please explain more detail because I'm new in Javascript and PHP? How should I write my coding in order to target the parent window? I am trying so many ways but I'm still can't manage to do it. Please help me again. This is in Parent window. The delete buttons are looping buttons.

[PHP] passing parameters

2001-02-02 Thread Stinie Steinbach
does anyone know what's wrong with this files? i want to pass the parameter $module_id from one file tot the next so that i can extract all records from my tables in the mysql database that have this parameter... the queries that i used are tested and are working correctly... at this moment i

Re: [PHP] passing parameters

2001-02-02 Thread Alain Fontaine
Rule #1: Do not post your database credentials into newsgroups. Rule #2: See Rule #1 "Stinie Steinbach" [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] does anyone know what's wrong with this files? i want to pass the parameter $module_id from one file tot the next so that

Re: [PHP] Zend IDE

2001-02-02 Thread Andi Gutmans
Alain, Have you tried changing your keyboard layout in the Windows Control-Panel to Swiss-French? As far as I know, Java uses your systems keyboard layout. Java will be supported by other vendors such as Sun IBM on Windows so I wouldn't worry about it ;) And of course our aim is to support

[PHP] JavaScript, PHP and HTML

2001-02-02 Thread Augusto Cesar Castoldi
I have a .html page, that is "called" (openfile) by .php script. I did that to the designer have more freedon. But know I want to but an JavaScript to verify if a date/hour is a valid format for MySQL. Where should I put the JavaScript? In .php or .html? Or I should check the date and hour on

Re: [PHP] Tab character

2001-02-02 Thread Martin A. Marques
El Jue 01 Feb 2001 13:49, Alexander Skwar escribi: So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300: yes (depending) On what? It depends on the charset you use. Saludos... :-) -- System Administration: It's a dirty job, but someone told I had to do it.

Re: [PHP] Zend IDE

2001-02-02 Thread Zeev Suraski
At 11:43 2/2/2001, Alain Fontaine wrote: Oh, by the way... Zend IDE for Windows is written in Java. Microsoft is dumping Java completely. Find the mistake. The Zend IDE is written in Java, period; You may consider this a mistake if you're not fond of Java, but this has nothing to do with

RE: [PHP] Zend IDE

2001-02-02 Thread Alain Fontaine
Hi again, I just checked the Sun "bugParade", and this is a known bug (for over three releases now). Swing components don't get the correct keyboard layout; they assume that the keyboard layout matches the locale setting, which is, obviously, utter nonsense. I guess this means that the Zend

Re: [PHP] Include quotes inside textbox

2001-02-02 Thread Christian Reiniger
On Thursday 01 February 2001 19:07, Karl J. Stubsjoen wrote: I'm trying to pass back a link to the user in a textbox (so they can copy and paste it elsewhere), however my textbox is being parsed incorrectly by the browser because of the " quotes which happen in the link I'm passing -

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread kaab kaoutar
hi! if u wanna use javascript the code should be added in html! but it's better to use php for checking date and hour ! As long as u use php technologie get rid of these client side stuff till it's necessary! cheers From: Augusto Cesar Castoldi [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[PHP] PHP configure commandline

2001-02-02 Thread indrek siitan
Hi, is there a way to find out what configure command-line was used to compile the PHP module, if the apache is not running? if it was running, phpinfo() would show that. but currently the case is to try to re-compile the PHP with same settings and see if it would start working. :) Rgds,

[PHP] For My Information

2001-02-02 Thread Dan Malcolm
I see in the posts, that a lot of people are using Apache on NT instead of the built in IIS. Is there a reason? I have PHP up and running with dBase tables converted to MySQL and ODBC connected to Access 2000, on an NT 4 box with IIS 4 and it runs very well. Performance is great. My only

RE: [PHP] For My Information

2001-02-02 Thread Jon Haworth
Over 60% of websites use Apache. Many people using MySQL and PHP also run Apache for the complete open source solution. This is cheap to set up, and easy to get support for (there's even a mailing list called AMP - Apache/MySQL/PHP). And, IIRC, those on NT 4.0 Workstation don't *have* IIS. It's

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

2001-02-02 Thread Tom Mathews
1) I think that people use Apache as old versions of IIS were crap. In addition, it is about the widest used server out there in the commercial world (Linux running Apache with PHP3 is I believe the most common config at the moment) so if you're developing something to put on such a site, it's

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

2001-02-02 Thread Dan Malcolm
Tom, Thanks. I believe myaccess2000_1_4 is one of the ones I've tried. I'll try again to make sure I didn't miss anything. I used dbtools to do the dBase conversion. Agree that the older versions of IIS were crap, but newer one (version 3 and 4) seems to be pretty good. Dan - Original

Re: [PHP] contracting consulting (was [PHP] Pricing for PHP programming???)

2001-02-02 Thread Robin Vickery
"SW" == "Steve Werby" [EMAIL PROTECTED] writes: "Benjamin Munoz" [EMAIL PROTECTED] wrote: Great thread. When I was changing jobs in April of 2000, a recruiter told me that PHP is "cool and all", but there is zero demand for developers of PHP web apps (in Los Angeles). Interesting.

Re: [PHP] Win2000 TCP/IP failure

2001-02-02 Thread Alain Fontaine
Hi, This looks rather like a problem with your TCP/IP stack. Any changes made to the w2k network configuration recently? "Toby Butzon" [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] Greetings, I've run into a problem on my Win2k computer running IIS5 and PHP 404pl1. I've

php-general Digest 2 Feb 2001 13:01:55 -0000 Issue 488

2001-02-02 Thread php-general-digest-help
php-general Digest 2 Feb 2001 13:01:55 - Issue 488 Topics (messages 37764 through 37827): Re: What version of Linux? 37764 by: Michael Hall Re: encode string with spaces 37765 by: David Robley 37768 by: David Robley Win2000 TCP/IP failure 37766 by: Toby

Re: [PHP] PHP configure commandline

2001-02-02 Thread Alain Fontaine
Hi, How about creating a small phpinfo.php file that calls phpinfo(), and run it from the command line ? ""indrek siitan"" [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] Hi, is there a way to find out what configure command-line was used to compile the PHP module, if the

Re: [PHP] PHP configure commandline

2001-02-02 Thread Alain Fontaine
Hi again, Sorry. I just found out that my answer doesn't make any sense at all. ""Alain Fontaine"" [EMAIL PROTECTED] a écrit dans le message news: 95eb5v$p77$[EMAIL PROTECTED] Hi, How about creating a small phpinfo.php file that calls phpinfo(), and run it from the command line ? ""indrek

[PHP-CVS] cvs: php4 /ext/mnogosearch README php_mnogo.c test.php

2001-02-02 Thread Sergey Kartashoff
gluke Fri Feb 2 04:54:15 2001 EDT Modified files: /php4/ext/mnogosearch README php_mnogo.c test.php Log: Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters for Udm_Set_Agent_Params mnoGoSearch module. Now it can use stopwords stored

[PHP] Zend Debug Server

2001-02-02 Thread Milan Mlynarcik
Does anybody know how should I recognise if Zend Debug Server is running ??? Milan Mlynarcik

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

2001-02-02 Thread Rasmus Lerdorf
rasmus Fri Feb 2 05:47:02 2001 EDT Modified files: /php4/ext/standard string.c Log: Fix strip_tags to not strip a lone character @ Fix strip_tags to not strip a lone character (Rasmus) Index: php4/ext/standard/string.c diff -u

[PHP] pg_Exec: Warning: 1 is not a valid PostgreSQL link resource.

2001-02-02 Thread Evelio Martinez
Hi! We have a host (host A) with PostgreSQL 7.0.3. and PHP 4.0.4 under Red Hat We have another host (host B) with PHP 4.0.3pl1 under Debian We are having an incomprehensible error with this code when the content of $sql is and "update" ... $resultado=pg_Exec($conexion,$sql); ... 1) The

[PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Teodor Cimpoesu
What's the difference between these two functions? from the manual I couldn't figure any: get_cfg_var -- Get the value of a PHP configuration option. ini_get -- Get the value of a configuration option is ini_get just an alias to get_cfg_var() or vice versa somehow? dunno :) TIA -- teodor

RE: [PHP] Zend Debug Server

2001-02-02 Thread Steve Haemelinck
With the following standard script: ?php phpinfo(); ? You can find it there -Original Message- From: Milan Mlynarcik [mailto:[EMAIL PROTECTED]] Sent: vrijdag 2 februari 2001 14:03 To: PHP mail list General Subject:[PHP] Zend Debug Server Does anybody know how should

Re: [PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Teodor Cimpoesu
Hi Zeev! On Fri, 02 Feb 2001, Zeev Suraski wrote: get_cfg_var() is an old PHP 3.0 era function, that returns the value for a directive in the php.ini file. This value may be valid or invalid, depending on whether it was overwritten by other configuration methods (e.g., httpd.conf or

[PHP] Do you know what Inter process communication (IPC) is?

2001-02-02 Thread Paul K Egell-Johnsen
If you don't Luis Argerich has written an article about this at zez.org: about code (http://zez.org/). The article is a couple of pages long and contain everything you need to get started with shared memory and semaphores in your PHP projects. Read the full story:

[PHP] Chopping up a comand line return.

2001-02-02 Thread stankusn
Here is my problem, I want to read the contents of a dir, on a linux machine, in proper order according to date (ie. from newest to oldest). My problem is I know how to do it in perlbut not in php. I tried what I use is perl and it doesn't work. Here is what I have that does work. $stuff

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

2001-02-02 Thread Christian Reiniger
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? But I'm unsure of what you "really" intend using this machine for. Do you

[PHP] Apache Directory Browsing OT

2001-02-02 Thread Matt Williams
Hi Could someone please tell me how I can disable Directory Browsing with Apache I've been trawling the apache docs all afternoon with no success TIA M@ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

2001-02-02 Thread Harald Radi
phanto Fri Feb 2 07:01:48 2001 EDT Modified files: /php4/ext/com typedef_VARIANT.c Log: correct phpinfo() output Index: php4/ext/com/typedef_VARIANT.c diff -u php4/ext/com/typedef_VARIANT.c:1.3 php4/ext/com/typedef_VARIANT.c:1.4 ---

[PHP] Gzip compression

2001-02-02 Thread David VanHorn
I'm looking at implementing Gzip compression and output buffering. I think I have it working, but for some reason, the page isn't displayed for 8-10 seconds. It seems that the compressed page is sent immediately, but the browser hangs on to it for some reason.

[PHP] duplicate entries in mysql column

2001-02-02 Thread Pascal Romain
Hi all, i am new in the list and I would like to ask you a question. I am using Mysql-3.23.30 and php 4.0 to develop a recruitment application. I have a table where I store candidate details and one of the fields is the candidate_name. The Id of each candidate is unique but it appends that some

Re: [PHP] configuring headers in mail() ...

2001-02-02 Thread Christian Reiniger
On Friday 02 February 2001 08:20, Maxim Maletsky wrote: FROM: "J-Door Newsletter" [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] (1) Better write "From:" , not "FROM:". It shouldn't matter, but some clients may assume the Firstletteriscap form (2) An email address may take one of the

Re: [PHP] Tab character

2001-02-02 Thread Christian Reiniger
On Friday 02 February 2001 12:24, Martin A. Marques wrote: [\t is tab?] yes (depending) On what? It depends on the charset you use. No. the return value of ord('\t') may differ depending on the charset, but '\t' itself always is a tab character :) -- Christian Reiniger LGDC

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

2001-02-02 Thread Juan
Try this : ?php $fp = popen ("/bin/ls ", "r"); while(!feof($fp)) {$buffer = fgets($fp,4096); echo "\nbrlinbsp;a href=".chr(34).$buffer.chr(34)."".$buffer."/a";} pclose($fp) ? s Here is my problem, s I want to read the contents of a dir, on a linux machine, in proper order s according

Re: [PHP] Gzip compression

2001-02-02 Thread David VanHorn
At 04:24 PM 2/2/01 +0100, Dimitar Tsolov wrote: May be the reason is somewhere in your browser? I can see both pages /compressed and another one/ and I'm using Netscape 4.75 with Linux? They both get there, (I'm running latest MSIE) but I can't seem to work out why the delay between when the

Re: [PHP] Future plans (4.1) ?

2001-02-02 Thread Christian Reiniger
On Friday 02 February 2001 14:47, Rasmus Lerdorf wrote: So If possible I'd like to hear from the developers if they have a TODO that includes such things for a 4.X release? As for better OO. I think many of the things people ask for, like visibility (public,private,protected) class

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

2001-02-02 Thread Harald Radi
phanto Fri Feb 2 07:02:05 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.3 php4/ext/dotnet/dotnet.cpp:1.4 --- php4/ext/dotnet/dotnet.cpp:1.3

[PHP] Performance question

2001-02-02 Thread Matthew Mundy
Hello all. 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 the includes, code would be repeated,

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

2001-02-02 Thread johnny p.
Well, I could update your perl code a bit, and try to help with your php question at the same time... first of all, i would use he following in perl to avoid the `ls` system call: ** $some_dir = "/your/dir/to/read/from/$author";

Re: [PHP] Gzip compression

2001-02-02 Thread Dimitar Tsolov
Actually you are right, I just try it with MSIE 5.0 and there is a delay? But on Netscape 4.75 is ok. May be the way of unziping the page is different? I donno?! David VanHorn wrote: At 04:24 PM 2/2/01 +0100, Dimitar Tsolov wrote: May be the reason is somewhere in your browser? I can see

[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

[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

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

2001-02-02 Thread Egon Schmid
eschmid Fri Feb 2 07:49:59 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c Log: Fixed protos. Index: php4/ext/mnogosearch/php_mnogo.c diff -u php4/ext/mnogosearch/php_mnogo.c:1.4 php4/ext/mnogosearch/php_mnogo.c:1.5 ---

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

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-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 +++

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

[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

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

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 keep

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 the

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 cant say that there is *no* corralation between rates and quality. Sometimes there actually is. $10 versus $200 is a

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 = "a href=\"$author/$filename\"$filename/a"; } thanks for the help, nixter --- Nick.Stankus Software Engineer Logicon/Sterling Federal

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

[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

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

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 an

[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

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: SELECT NAME="mylist[]" SIZE="3" MULTIPLE 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

[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

[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

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

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

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

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

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

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 and now

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

[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

[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

[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

[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

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

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

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

[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

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.

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

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

[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] CSS with PHP

2001-02-02 Thread stankusn
Yes just include this tag in the head of you HTML LINK HREF="style.css" type="text/css" rel="stylesheet" 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,

[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

[PHP] RE: Files only available via HTTPS

2001-02-02 Thread Ayan R. Kayal
Add this to httpd.conf: Directory "[directory path here]" SSLRequireSSL /Directory 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

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

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 selectively

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: ? getpeername($fd, $host); ? I guess

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

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

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: ? getpeername($fd, $host); ? 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.

  1   2   >