[PHP] PGP

2001-02-02 Thread Martin Thoma
Hello ! I want to send a PGP-encrypted EMail out of a php-script. I'm a very newbee in PGP and actual know nothing. Could someone please give me some hints how to do it ? Regards Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] Mysql Question

2001-02-02 Thread Giancarlo
Can i know the date of the last table update in a Mysql database? Thank you!!

Re: [PHP] PGP

2001-02-02 Thread Adrian Teasdale
You should find this useful :) http://www.phpuk.org/code.php All the best Ade --- i n o v i c a . c o m e: [EMAIL PROTECTED] w: http://www.inovica.com Web Apps, virtual communities and vertical portals Hosting and dedicated servers just around the c

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 How this works is: send an email to [EMAIL PROTECTE

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 post/fi

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

[PHP] Zend IDE

2001-02-02 Thread Alain Fontaine
Hi, Does anyone know how I can 'tell' the Zend IDE to actually use Swiss-French keyboard layout instead of french? I know it's related to Java thinking as I'm living in Belgium, I must have a french keyboard layout. Yet, I don't, and I can't type correctly now :) Oh, by the way... Zend IDE for W

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 cant

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 >

[PHP] Could PHP connect to Perl Program

2001-02-02 Thread kn4279
Dear Sir, Would you mind solving my problem? 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? Thank you very much, Kevin === ·s®ö§K¶O¹q¤l¶l

Re: [PHP] [Q] Domxml: unlink() method?

2001-02-02 Thread Peter Sabaini
On Thu, Feb 01, 2001 at 09:13:34PM +0200, Teodor Cimpoesu wrote: > > > Peter Sabaini wrote: > > > > hello, > > > > i am rather desperately trying to figure out how to delete a node > > object from the DOM. > > > > say i have a node $node by manually traversing the DOM tree or by an > > xpath_

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 U

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

2001-02-02 Thread Alain Fontaine
Hi Andi, Yes, of course my keyboard layout is set to swiss-french in Windows, or I couldn't use my keyboard at all. The problem only applies to Java software, actually, and not only to Zend IDE as far as I can see. Fact is, however, that my "Regional Settings" are set to "French". I guess the JRE

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] JavaScript, PHP and HTML

2001-02-02 Thread Juan
ACC> But know I want to but an JavaScript to verify if a date/hour is a valid ACC> format for MySQL. ACC> Where should I put the JavaScript? In .php or .html? Well you could actually put it in both, although it is easier to put it the html since it avoids too much embeding. ACC> Or I should check

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 Micr

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 IDE

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

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

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

Re: [PHP] How do I get last inserted ID?

2001-02-02 Thread Andrew Golovin
Hello, Sandeep! Friday, February 02, 2001, 08:43:41, you wrote: SH> just a quick question. Say my script is inserting values into a SH> database, which has an autoincremental id. Now I usually send out a SH> mail also with the contents of the inserted stuff. The only problem SH> is that of the I

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

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 e

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

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).

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.

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 But

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

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 ? > > "

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

[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] Future plans (4.1) ?

2001-02-02 Thread Robert Mena
Hi, I've been following this list and php's development for a while (since php2-beta) and even tough php has (IMHO) tons of useful features there are a couple that seems to be "lacking" (and constantly asked in this list) : - better object orientation support - built-in template system I know O

Re: [PHP] Future plans (4.1) ?

2001-02-02 Thread Rasmus Lerdorf
> I've been following this list and php's development > for a while (since php2-beta) and even tough php has > (IMHO) tons of useful features there are a couple that > seems to be "lacking" (and constantly asked in this > list) : > > - better object orientation support > - built-in template system

[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 php4/ext/standard/stri

Re: [PHP] Apache won't start after installing php4

2001-02-02 Thread Rasmus Lerdorf
--with-oracle *and* --with-oci8 ? Pick one, don't use both of these. You probably want --with-oci8 Also, if your oci libs are linked against libpthreads (check with ldd) and you are using glibc-2.1.x then you will have to recompile your Apache to be linked against libpthreads or it just won't w

Re: [PHP] Why?? SPRINTF("SELECT sequence,prodnum,childdesc....);

2001-02-02 Thread Christian Reiniger
On Thursday 01 February 2001 23:40, Karl J. Stubsjoen wrote: > What is the purpose of the SPRINTF in this instance? > > > SPRINTF("SELECT > equence,prodnum,childdesc,onhand,openorders,avlallocate,bakorder,webpri >cing FROM prodaval"); There isn't any. Remove it. -- Christian Reiniger LGDC Webma

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

[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] ini_get() vs. get_cfg_var()

2001-02-02 Thread Zeev Suraski
At 16:10 2/2/2001, Teodor Cimpoesu wrote: >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()

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

2001-02-02 Thread Zeev Suraski
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 .htaccess). This function will always return the value tha

Re: [PHP] Retrieve HTML page

2001-02-02 Thread Shaun Thomas
On Thu, 1 Feb 2001, Jared Howard wrote: > I need to know if there is a way to get a specified HTML page (as if you > were to go to the page by typing in the url in your browser) and either > turn it into a string or array or something that I would be able to cut up > and use the information that

RE: [PHP] Zend Debug Server

2001-02-02 Thread Steve Haemelinck
With the following standard script: 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 I recognise if Ze

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: http://zez.org/article/articlevie

[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

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

[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 --- php4/ext/com/typedef

[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. http://www.dvanhorn.org/Test/Ind

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

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

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 :  ".$buffer."";} 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 to date (ie. from newest to oldest). My problem is I know how to s> do it in perlbut not in php. I tried what I use is perl and it do

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 th

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) cl

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

[PHP] array VS object?

2001-02-02 Thread Larry Hotchkiss
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 array, except that an object can only be accessed by field names where as an array can be accessed by both field names and offsets. Is there any way to dete

[PHP-CVS] cvs: php4 /ext/iisfunc .cvsignore setup.c

2001-02-02 Thread Harald Radi
phanto Fri Feb 2 07:03:32 2001 EDT Modified files: /php4/ext/iisfunc setup.c .cvsignore Log: correct phpinfo() output Index: php4/ext/iisfunc/setup.c diff -u php4/ext/iisfunc/setup.c:1.1 php4/ext/iisfunc/setup.c:1.2 --- php4/ext/iisfunc/setup.c:1.1S

RE: [PHP] Apache Directory Browsing OT

2001-02-02 Thread John Huggins
http://httpd.apache.org/docs/mod/core.html#options The directive: Options Indexes must not be defined or you will get a listing of the directory IF there is no index file. > -Original Message- > From: Matt Williams [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 10:17 AM

[PHP] What In the WORLD???

2001-02-02 Thread Ben Ocean
Hi; Can someone please explain the logic of why this is happening? I moved my server to a different co-location. As a consequence a certain PHP3 script quit working (?). Same server, same config, just quit. Now I'm trouble-shooting it and I've traced the problem thus: >>> $ = ""; // had t

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

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"; opendir

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 ca

[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

[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-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 --- php4/ext/mnogosearch/ph

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

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

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

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

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

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

[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: fopen("d:/www/www/ome/faid/newsitem

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

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

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 company.

[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

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

[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

[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

  1   2   >