Re: [PHP] Refresh particular browser while updating another browser

2001-01-14 Thread Chris Adams
On 13 Jan 2001 23:45:58 -0800, Hendry Sumilo <[EMAIL PROTECTED]> wrote: >I would like how to refresh particular browser with a new updated data when >the user has updated it at another browser. >Purpose of doing this is particular user won't user overwrite new value if >he uses another browser t

[PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-14 Thread David Croft
david Sun Jan 14 00:54:00 2001 EDT Added files: /php4/ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h Log: vpopmail extension Index: php4/ext/vpopmail/.cvsignore +++ php4/ext/vpopmail/.cvsi

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

2001-01-14 Thread David Croft
david Sun Jan 14 01:01:25 2001 EDT Modified files: /php4/ext/vpopmail php_vpopmail.c Log: # restored code for latest vpopmail version @ New extension for vpopmail - http://www.inter7.com/vpopmail (David Croft) Index: php4/ext/vpopmail/php_vpopmail.c dif

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

2001-01-14 Thread Zeev Suraski
zeevSun Jan 14 01:30:17 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Don't fetch numeric indices in mysql_fetch_object() Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.62 php4/ext/mysql/php_mysql.c:1.63 --- php4/e

Re: [PHP] logging page views, which method is better????

2001-01-14 Thread php3
Addressed to: "Dallas Kropka" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Dallas Kropka" <[EMAIL PROTECTED]> Sun, 14 Jan 2001 00:57:10 -0600 > > > I have a large site, with several hundred pages its a product > listing and shopping cart and I want to

[PHP] MSQL and php creating problem with date..

2001-01-14 Thread Dhaval Desai
Hiee Guys I am trying to do the following: but I get an error saying: * You have an error in your SQL syntax near 'dayofmonth(date_add('', INTERVAL 7 DAY)))' at line 2 * Can anybody h

[PHP] socket-functions

2001-01-14 Thread Christoph Aigner
hello, is it possible to use the socket-functions within a windows-environment, or are they for linux-distributions only ...? regards christoph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

Re: [PHP] Wondering whats wrong?

2001-01-14 Thread Zabia Networks Webmaster
Yeah that was it exactly what was wrong. Thank you! *** REPLY SEPARATOR *** On 13/01/2001 at 18:03 Sterling Hughes wrote: >Toby Butzon wrote: >> >> This is a matter of figuring out why the variable isn't a >> valid file handle resource. To do so, find where it should >> be mad

[PHP] Subdomain-Service

2001-01-14 Thread Bastian
Hello! Are there any scripts to create an Subdomain-Service (yourname.domain.com) without having Wildcards? I've got a danish-script, but it's not that, what I expected, becuase it needs wildcars. Thanks!! Reagards, Bastian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] SMs

2001-01-14 Thread Bastian
Hello! A requirement is a special server that sends them, but such a server costs money, every message costs some. Another way is to send the messages to the mailaddress. I only know it from Germany: [EMAIL PROTECTED] Bastian -- //End of message "Dhaval Desai" <[EMAIL PRO

[PHP] Re: Is there an error??

2001-01-14 Thread Hrishi
$odate_sql is not initialized. --- Yeah, there are more important things in life than money, but they won't go out with you if you don't have any. - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]> To: "Hrishi" <[EMAIL PROTECTED]> Sent: S

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

2001-01-14 Thread Thies C. Arntzen
thies Sun Jan 14 06:11:38 2001 EDT Modified files: /php4/ext/standard file.c Log: fixed readfile() fd-leak. guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts

RE: [PHP] Refresh particular browser while updating another browser

2001-01-14 Thread Cal Evans
>From everything I know, this can't be done easily. The only way I can think of to do it is to keep both sessions alive so that you still have a connection to the browser from the server. This is not real good. I would instead, explore options using JavaScript. I think I can see a couple of way

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread Cal Evans
I agree. You've piqued my curiosity. Can you go into details? Cal http://.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 10:19 PM To: jeremy brand Cc: [EMAIL PROTECTED] Subject: RE: [PHP] load balancing with php/ap

Re: [PHP] RTFM me to IIF file format creation...

2001-01-14 Thread Rouvas Stathis
I find wotsit.org an excellent resource : -Stathis. Dallas Kropka wrote: > > I need to create files and reports for importation into QuickBooks, but they > need to be in the IIF file format that QuickBooks supports where can I > find information for creating these fi

php-general Digest 14 Jan 2001 14:25:36 -0000 Issue 454

2001-01-14 Thread php-general-digest-help
php-general Digest 14 Jan 2001 14:25:36 - Issue 454 Topics (messages 34436 through 34470): Re: rewriting the browser's url 34436 by: Cynic $B=K!*$4@.?M(B** 34437 by: Over Twenty Escape characters 34438 by: Jeremy Bowen 34439 by: Cynic Re: Problem buildin

[PHP] Problems sending to several recipients with mail() using WIN NT and Apache

2001-01-14 Thread Trond Straume
Hi! I'm using Apache 1.3.14 on WIN NT, and can't send mail to more than one recipient using the PHP-mail command. I've checked php.ini, and everything seems to be fine... This is an example that won't work (but should have worked..?) mail("[EMAIL PROTECTED], [EMAIL PROTECTED]","subject","conte

[PHP] PHP vs JSP

2001-01-14 Thread hsmith
Hi all I'm busy working on a contract .. and we need to do some web based stuff .. but the client is intent on using jsp and not PHP. Is there somewhere where I can get good comparists between the two pro and cons etc etc .. I would much rather use PHP then JSP for the development Thanks

RE: [PHP] PHP vs JSP

2001-01-14 Thread Cal Evans
Greetings Henti, While I personally prefer working I PHP after having just finished leading a team of developers on a large JSP project, I would advise you to use the technologies that your client is most comfortable with. Especially if they understand that it will cost more and are willing to pa

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:07:32 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Fold generated extension karma into gen_acl script and add CVS account for Boian so he can play in the ext/vpopmail directory Index: CVSROOT/avail diff -u

[PHP-CVS] cvs: CVSROOT / commitinfo

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:09:44 2001 EDT Modified files: /CVSROOTcommitinfo Log: Use cvs_acls script from CVSROOT Index: CVSROOT/commitinfo diff -u CVSROOT/commitinfo:1.9 CVSROOT/commitinfo:1.10 --- CVSROOT/commitinfo:1.9 Sun Jan 7 21:20:42 2001 +++ CV

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:12:31 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: phpdoc CVS account for Bokin Jung Index: CVSROOT/avail diff -u CVSROOT/avail:1.35 CVSROOT/avail:1.36 --- CVSROOT/avail:1.35 Sun Jan 14 08:07:31 2001 +++ CVS

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:19:01 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Add CVS account for Sean Bright - I briefly skimmed his patch. Looks ok. Index: CVSROOT/avail diff -u CVSROOT/avail:1.36 CVSROOT/avail:1.37 --- CVSROOT/avai

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:24:56 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: Give Boian access to phpdoc tree Index: CVSROOT/avail diff -u CVSROOT/avail:1.37 CVSROOT/avail:1.38 --- CVSROOT/avail:1.37 Sun Jan 14 08:19:01 2001 +++ CVSROOT/avail

[PHP] debugging php

2001-01-14 Thread mOrP
hello, i need to debug php. usually i do this by using my own-written debugger-class where i can turn off all output with a simple change of the "on" variable. well nevertheless now i need to trace the status and value of a variable during runtime. this is impossible with this class. so i tried

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:30:22 2001 EDT Modified files: /php4/ext/standard exec.c Log: Export _Exec for extensions to use Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.47 php4/ext/standard/exec.c:1.48 --- php4/ext/standard/exec.c:1.47

[PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c php_string.h string.c /main config.w32.h

2001-01-14 Thread Sean Bright
elixer Sun Jan 14 08:36:31 2001 EDT Modified files: /php4 configure.in /php4/ext/standard basic_functions.c php_string.h string.c /php4/main config.w32.h Log: Added localeconv() function. Operates similarly to localeconv() defined in lo

[PHP] Ad management system

2001-01-14 Thread Ahmed
Hi all, I think this is a repeated question but I need to get the best out of it. I am looking for an open source Ad management system, like PHPAds but includes advanced targeting capabilities and advanced features like setting a frequency cap on the number of impressions each visitors views f

[PHP] Two little questions

2001-01-14 Thread James, Yz
OK, this will be laughably easy for you guys. I want to write a function (until now, I have been heavily repeating code, but it's time to trim everything down.) The function basically needs to check that username and password have been entered, and then check them against mysql data. All I am u

[PHP-CVS] cvs: php4 /ext/vpopmail config.m4

2001-01-14 Thread Boian Bonev
bbonev Sun Jan 14 08:40:26 2001 EDT Modified files: /php4/ext/vpopmail config.m4 Log: rewritten the whole logic of the script added VPOPMAIL_BIN_DIR to point to ~vpopmail/bin directory added checks for ALL files needed by the extension style fixes to the o

[PHP] filemtime or getlastmod

2001-01-14 Thread Christian Binder
Hello, I would like to create a dynamic mulitple-choise - Form, in which the filenames, included in a subdirectory (e.g. imgstand) are listed as the Option-vale "value" and the modification-date of the file is shown in the HTML-page as date for selection of the user. If a user choise one or more

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 08:41:06 2001 EDT Modified files: /php4/ext/standard exec.c Log: Name this php_Exec instead Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.48 php4/ext/standard/exec.c:1.49 --- php4/ext/standard/exec.c:1.48 Sun Ja

[PHP-CVS] cvs: php4 /ext/vpopmail CREDITS

2001-01-14 Thread Boian Bonev
bbonev Sun Jan 14 08:47:56 2001 EDT Modified files: /php4/ext/vpopmail CREDITS Log: updated Index: php4/ext/vpopmail/CREDITS diff -u php4/ext/vpopmail/CREDITS:1.1 php4/ext/vpopmail/CREDITS:1.2 --- php4/ext/vpopmail/CREDITS:1.1 Sun Jan 14 00:54:00 2001 +

RE: [PHP] Two little questions

2001-01-14 Thread mOrP
James, > function CUP ( > if ((!$alias) || (!$password)) { > header("Location: login.php"); > exit; > } > ); > usually a function has the following structure: function ( ) { } of course you can put any whitspace inside: function ( ) { } which makes it

Re: [PHP] PHP vs JSP

2001-01-14 Thread Phil Driscoll
>I'm busy working on a contract .. and we need to do some web based stuff .. but the client is intent on using jsp and not PHP. >Is there somewhere where I can get good comparists between the two pro and cons etc etc .. Try http://www-4.ibm.com/software/developer/library/script-survey/?dwzone=linu

Re: [PHP] Two little questions

2001-01-14 Thread James, Yz
> Then you must 'get' the global variables (like $name): > > $name = "mOrP"; > > function print_name() > { > global $name; > echo $name; > } > > print_name(); > > > But it's better to work with the function arguments: > > $name = "mOrP" > > function print_name($name_arg) > { > echo $name_arg; > }

[PHP-CVS] cvs: php4 /ext/vpopmail php_vpopmail.c php_vpopmail.h

2001-01-14 Thread Boian Bonev
bbonev Sun Jan 14 09:04:22 2001 EDT Modified files: /php4/ext/vpopmail php_vpopmail.c php_vpopmail.h Log: merged my version with David Croft's removed unneccessary php.ini calls and defines removed module_init, shutdown, request_init declarations and referen

RE: [PHP] Two little questions

2001-01-14 Thread mOrP
> function check_alias_password() > global $alias, $password; better: global $alias; global $password; > { > if ((!$alias) || (!$password)) { > header("Location: login.php"); > exit; > } > } > > check_alias_password(); > > wor

[PHP-CVS] cvs: php4 /ext/vpopmail README

2001-01-14 Thread Boian Bonev
bbonev Sun Jan 14 09:38:29 2001 EDT Added files: /php4/ext/vpopmail README Log: #added simple minimum survival readme -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

[PHP] O Reilly PHP conference

2001-01-14 Thread Dallas Kropka
Posted on the home page of PHP.net is a blurb about an open source PHP conference where can I find information regarding signup for this??? I see nothing posted on the site... and found nothing at O Reilly??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP] O Reilly PHP conference

2001-01-14 Thread Rasmus Lerdorf
It's still 6 months away. Attendee registration is not open yet. Right now we are just looking for speakers. -Rasmus On Sun, 14 Jan 2001, Dallas Kropka wrote: > Posted on the home page of PHP.net is a blurb about an open source PHP > conference where can I find information regarding signu

[PHP] compiling PHP with jpeg-support

2001-01-14 Thread Joakim Bomelin
Hi. I'm trying to compile PHP with jpeg-support, but it doesn't seem to work. my configure-line looks like this: "./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql --with-gd --with-jpeg-dir=/usr --with-png --with-zlib --with-ttf" and when I run it I get: checking for l

Re: [PHP] filemtime or getlastmod

2001-01-14 Thread Christian Reiniger
On Sunday 14 January 2001 17:54, Christian Binder wrote: > The only problem is, that my following script only shows one date (IMO: > of the first value (.)), and not create the date of each file. > // get unix-timestamp form each file in subdirectory > $unixdatum=getlastmod($datei[$i]); Read ag

[PHP] Quotes

2001-01-14 Thread rodrigo
I recently came across this problem and I am sure that there is a quick fix for it. I need a solution to the quotes problem when sending queries. I use single quotes to construct my SQL queries. This worked fine since the data entered into the DB was all in spanish. However, yesterday I was typin

[PHP] Re: PHP vs. qmail

2001-01-14 Thread Tino Hendricks
Hi Nicklas, sorry, I do not have an answer to your question, but I was wondering if you could give me a short hint on how to trigger the execution of a PHP-Script if a mail arrives for a non-existing _mailbox_ (instead of the domain-thing in your question). Thank you very much in advance! Tino

RE: [PHP] Quotes

2001-01-14 Thread James Moore
addslashes() James -- James Moore PHP Quality Assurance Team [EMAIL PROTECTED] > -Original Message- > From: rodrigo [mailto:[EMAIL PROTECTED]] > Sent: 14 January 2001 21:41 > To: php php > Subject: [PHP] Quotes > > > I recently came across this problem and I am sure that there is a

Re: [PHP] Quotes

2001-01-14 Thread Philip Olson
Look into functions stripslashes() and addslashes() as well as the setting magic_quotes_gpc : http://www.php.net/manual/en/function.addslashes.php http://www.php.net/manual/en/configuration.php#ini.magic-quotes-gpc But quite simple, addslashes($foo); will addslashes before the quotes within $

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread jeremy brand
Like I said, we use our own. It is home grown, but not opensource -- sorry, if it was my choice it would be ;) Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more Get your own Free, Private email a

RE: [PHP] load balancing with php/apache?

2001-01-14 Thread jeremy brand
unfortunately not because it is not opensource. I did want to make it clear that sessions is a gereric word. Thus, when it is said, it shouldn't be mis-understood as to be PHP Sessions, which obviously is not a generic word. Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAI

Re: [PHP] Quotes

2001-01-14 Thread Chris Adams
On 14 Jan 2001 10:38:12 -0800, rodrigo <[EMAIL PROTECTED]> wrote: >However, yesterday I was typing in an English name that had a single >quote (say, like O'reilly) and the SQL querie was all wrong. You need to escape the special characters (' becomes '' or \' depending on database flavor). PHP's

[PHP] Zend IDE

2001-01-14 Thread n e t b r a i n
Hi all, anyone know something more about the future Zend IDE? e.g price, etc .. many thanks in advance max -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [

Re: [PHP] compiling PHP with jpeg-support

2001-01-14 Thread Rasmus Lerdorf
Your GD library probably wasn't compiled with jpeg support. -Rasmus On Sun, 14 Jan 2001, Joakim Bomelin wrote: > Hi. > I'm trying to compile PHP with jpeg-support, but it doesn't seem to work. > my configure-line looks like this: "./configure > --with-apxs=/usr/local/apache/bin/apxs --with-ldap

Re: [PHP] Templates

2001-01-14 Thread Michael Kimsal
Not too similar to the caching issue of template output - I maybe missing something, but at least in our case, *every* page made with templates has custom info re: the client (name, etc) which can't, imo, be cached, unless we started caching multiple bits of the templates then assembling them - po

Re: [PHP] compiling PHP with jpeg-support

2001-01-14 Thread Joakim Bomelin
>Your GD library probably wasn't compiled with jpeg support. When I try to use gdImageJpeg() in a C program I get no errors. Is there a way of telling wheter GD has jpeg support or not? /Joakim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [PHP] compiling PHP with jpeg-support

2001-01-14 Thread Rasmus Lerdorf
nm -o libgd.a | grep -i jpeg Triple-check that you don't have multiple versions of libgd.a on your system. -Rasmus On Sun, 14 Jan 2001, Joakim Bomelin wrote: > > >Your GD library probably wasn't compiled with jpeg support. > > When I try to use gdImageJpeg() in a C program I get no errors. Is

[PHP] submit opens two windows/pages

2001-01-14 Thread Tom Beidler
Is there a way to have two windows open after a submit. I have a client that would like to add a "thank you" pop up window after submitting an order. So after entering there billing info and hitting the submit button the form is directed to a summary page that summarizes the sale. I would also lik

[PHP] variable size limit?

2001-01-14 Thread Andrew Threlfall
I'm generating a page of HTML by reading an entire page of HTML source into a variable, and then doing various functions and str_replace on the variable. However when I finialy write this out to a file the variable containing the HTML source is truncated, at about 5800-ish bytes. Is there a limi

[PHP] Netscape differences?

2001-01-14 Thread Joel Dossey
Greetings, I have a php script that generates a random image. All images are kept in a mysql table. It works fine when viewed by IE, but Netscape, and Lynx, always show the same image. The database information, however, is changed as it should be (correctly incrementing the times seen column for t

[PHP] template API for standard PHP

2001-01-14 Thread Maciek Uhlig
In Tobias Ratschiller & Till Gerken book (Web Application Development) the authors mention at least two times about Andrei Zmievski plan to incorporate template API in standard PHP. I'd like to ask if the plan is in the works and if it will be implemented. Maciek -- PHP General Mailing Li

RE: [PHP] submit opens two windows/pages

2001-01-14 Thread Cal Evans
I'd do it with JavaScript. Dynamically composed JavaScript if need be. But it seems to me that it would be easier to do this on the client side. Cal http://www.calevans.com -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 14, 2001 2:33 PM To: php lis

[PHP] Searching a MySQL database?

2001-01-14 Thread James, Yz
Can anyone tell me what I would use to query a MySQL database in a search? If the search field, was for example, a variable like "town", would the results page use something like this? : $sql = " SELECT * FROM table_name WHERE towns = \"$town\" "; I remember seeing someone post somethin

[PHP] Another q, this time eregi_replace

2001-01-14 Thread James, Yz
I'd like to be able to trim out some html tags, but only certain ones. I've used eregi_replace before and have some replacements running on some scripts... Some of the help pages and user notes on the quick reference functions have given me good examples of how to go about it. One thing I'm int

RE: [PHP] Another q, this time eregi_replace

2001-01-14 Thread Maciek Uhlig
check http://www.php.net/strip_tags > -Original Message- > From: James, Yz [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 14, 2001 11:05 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Another q, this time eregi_replace > I'd like to strip out everything but the link name, so if someone

Re: [PHP] Searching a MySQL database?

2001-01-14 Thread Toby Butzon
You've basically got it... the advantage of LIKE is that you can add wildcards to specify what can be different... towns = '$town' ...and... towns LIKE '$town' ...are essentially the same without the % wildcard character. Thus, towns = '$town' ...is much different than... towns LIKE '%$town%'

Re: [PHP] Searching a MySQL database?

2001-01-14 Thread James, Yz
> You've basically got it... the advantage of LIKE is that you can add > wildcards to specify what can be different... > > towns = '$town' > ...and... > towns LIKE '$town' > > ...are essentially the same without the % wildcard character. Thus, > > towns = '$town' > ...is much different than... > t

Re: [PHP] Another q, this time eregi_replace

2001-01-14 Thread James, Yz
Sweet! Thanks ;) > > I'd like to strip out everything but the link name, so if someone inputs: > > > > http://www.php.net">PHP! > > > > It replaces it with: > > > > PHP! > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional com

Re: [PHP] Searching a MySQL database?

2001-01-14 Thread Toby Butzon
> > towns = '$town' > > ...and... > > towns LIKE '$town' > > > > ...are essentially the same without the % wildcard character. Thus, > > > > towns = '$town' > > ...is much different than... > > towns LIKE '%$town%' > > How different are they? I'm not even sure what a wildcard is? A wildcard

Re: [PHP] Searching a MySQL database?

2001-01-14 Thread James, Yz
> Here are some queries of the above table with their results > bases='Ft. Worth' returns record 1 > bases LIKE '%Worth%' returns record 1 > bases LIKE '%Ft.%' returns 1 & 2 > bases LIKE '%' returns all records (in this case, 1 & 2) > > See? That makes perfect sense. Thank you! -- PHP Ge

[PHP-CVS] cvs: php4 /ext/vpopmail config.m4

2001-01-14 Thread David Croft
david Sun Jan 14 14:21:15 2001 EDT Modified files: /php4/ext/vpopmail config.m4 Log: vpopmail's bin dir is unnecessary as the library exports these functions Index: php4/ext/vpopmail/config.m4 diff -u php4/ext/vpopmail/config.m4:1.2 php4/ext/vpopmail/conf

[PHP] using ssh via popen

2001-01-14 Thread Julia A . Case
Can anyone shed any light on why the following code doesn't work? I'm trying to interact with ssh through PHP's popen function. Julia "; maxpsi(0); ?> -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really

RE: [PHP] session cookie authentication

2001-01-14 Thread Jason Murray
> is it possible to write a script that can screen scrape a > site that uses session cookies for authentication? the reasoning > for this is so that i can add check boxes to a list so i can reset > more then one port on my isp router at a time. thanks You could have cURL make POST and GET requ

Re: [PHP] PHP vs JSP

2001-01-14 Thread Donald Goodwill
There is an interesting ZD Net comparison of several scripting languages at http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html Some time ago I did the comparison of JSP to PHP and JSP turned out to be much, much slower. Now I'm just learning CodeCharge generator and so far it s

Re: [PHP] PHP vs JSP

2001-01-14 Thread Donald Goodwill
There is an interesting ZD Net comparison of several scripting languages at http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html Some time ago I did the comparison of JSP to PHP and JSP turned out to be much, much slower. Now I'm just learning CodeCharge generator and so far it s

Re: [PHP] file checking

2001-01-14 Thread Philip M. Gollucci
PHP has a function called file_exits I belive... you can read about it on the php manual at php.net under file functions. * Philip M. Gollucci (p6m7g8) Web-site: http://www.p6m7g8.com E-mail : [EMAIL PROTECTED

Re: [PHP] SMs

2001-01-14 Thread Iván Sánchez Ortega \"MR\"
""Bastian"" ... > Hello! > > A requirement is a special server that sends them, but such a server costs > money, every message costs some. I read somewhere that you could send SMs if you had your mobile phone linked to your computer, and special software to needful to make the PC-mobile interacti

Re: [PHP] using ssh via popen

2001-01-14 Thread Jeff P
probably because ssh requires an interactive login; i.e. it expects STDIN as well. try adding a command after the login parameter such as "ls" and see what you get. -jeff > Can anyone shed any light on why the following code doesn't work? I'm > trying to interact with ssh through PHP's popen

Re: [PHP] SMs

2001-01-14 Thread Josh G
yeah you can do that, don't know about other phones, but for nokia you need the cable, a phone with the appropriate plugs (ie a 5xx0 / 6xx0 / 7xx0 / 9xx0 model phone, not a 8xx0 or 3xx0 model), and the nokia data suite or free alternative if they exist for your operating system. Gfunk My

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

2001-01-14 Thread Rasmus Lerdorf
rasmus Sun Jan 14 16:28:10 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: All sorts of karma for Shane Index: CVSROOT/avail diff -u CVSROOT/avail:1.38 CVSROOT/avail:1.39 --- CVSROOT/avail:1.38 Sun Jan 14 08:24:56 2001 +++ CVSROOT/avail

[PHP-CVS] cvs: php4 /sapi/isapi/stresstest notes.txt stresstest.cpp stresstest.dsp

2001-01-14 Thread Shane Caraveo
shane Sun Jan 14 16:29:49 2001 EDT Modified files: /php4/sapi/isapi/stresstest notes.txt stresstest.cpp stresstest.dsp Log: Multithreaded stress test program for isapi module now supports phpt files still stuff to do before it's realy done, but does run the te

[PHP] DocBook Editors?

2001-01-14 Thread Alex Black
hi all, anyone found a good graphical SGML editor for any platform that's no a fortune? http://www.adobe.com/store/products/framemakersgml.html It would be really annoying to have to write a bunch of documentation for binarycloud inside an plaintext xml document. I'm surprised DocBook has gain

[PHP] PHP Schedule

2001-01-14 Thread Gabor Gludovatz
Hi, I have to write a schedule program, for which I need the following: I have to calculate the date from a given week and vice versa. For example: the week number is 26, and I have to know which was its first day (the date, not the day of the week), say 06/21/2001, monday. Thanks to Bignose,

RE: [PHP] PHP Schedule

2001-01-14 Thread Jason Murray
> I have to write a schedule program, for which I need the following: > I have to calculate the date from a given week and vice versa. > > For example: the week number is 26, and I have to know which > was its first day (the date, not the day of the week), say 06/21/2001, > monday. If the week

Re: [PHP] DocBook Editors?

2001-01-14 Thread Rasmus Lerdorf
A lot of technical people aren't keen on WYSIWYG editors. Especially when dealing with something like docbook that is designed to generate documentation in dozens of formats. vim with its syntax colouring or emacs with its validation mode really do a good job. I have been writing a lot of docbo

[PHP-CVS] cvs: php4 /sapi/isapi/stresstest stresstest.cpp

2001-01-14 Thread Shane Caraveo
shane Sun Jan 14 16:56:23 2001 EDT Modified files: /php4/sapi/isapi/stresstest stresstest.cpp Log: fix file reading, add results Index: php4/sapi/isapi/stresstest/stresstest.cpp diff -u php4/sapi/isapi/stresstest/stresstest.cpp:1.4 php4/sapi/isapi/stresstest

Re: [PHP] PHP vs JSP

2001-01-14 Thread Alex Black
http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html gah: "Also, any organization doing clustering or failover with PHP is in largely uncharted waters. " what _bull_! what does loadbalancing and clustering have to do with any scripting language? this guy is obviously one of th

Re: [PHP] logging page views, which method is better????

2001-01-14 Thread Alex Black
the problem with that is as soon as you run a load-baanced installation, collecting apache logs start to be a pain in the a$$ :) I have given some thought to the logging thing, but am still undecided re: letting apache do its thing, and writing scripts to aggregate the logs, or turning off apache

Re: [PHP] Templates

2001-01-14 Thread Alex Black
well, I suppose it could, but it's pretty weird... why would you want to directly hook up presentation w/sql queries ? :) -a -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth

[PHP-CVS] cvs: php4 /sapi/isapi/stresstest stresstest.cpp

2001-01-14 Thread Shane Caraveo
shane Sun Jan 14 16:57:16 2001 EDT Modified files: /php4/sapi/isapi/stresstest stresstest.cpp Log: check files open Index: php4/sapi/isapi/stresstest/stresstest.cpp diff -u php4/sapi/isapi/stresstest/stresstest.cpp:1.5 php4/sapi/isapi/stresstest/stresstest.c

[PHP-CVS] cvs: php4 /pear/DB/tests/odbc .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 006.phpt 007.phpt 010.phpt connect.inc dsn.inc mktable.inc skipif.inc

2001-01-14 Thread Stig Bakken
ssb Sun Jan 14 17:10:14 2001 EDT Added files: /php4/pear/DB/tests/odbc.cvsignore 002.phpt 003.phpt 004.phpt 006.phpt 007.phpt 010.phpt connect.inc dsn.inc mktable.inc Modified files:

Re: [PHP] mixing HTML and PHP code

2001-01-14 Thread Alex Black
the horse is back from the dead! I can't resist: > From: [EMAIL PROTECTED] ("Iván Sánchez Ortega \"MR\"") > Newsgroups: php.general > Date: 13 Jan 2001 14:17:35 -0800 > Subject: Re: [PHP] mixing HTML and PHP code > > "Alex Black" ... >>> >> connect_to_database(); >>> parse_query(); >>> execu

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
what? you use an utterly completely stateless model? craziness! so you set cookies, and store the sig in the db? agh! :) I'm using this box from "coyote systems" called, wait for it: "THE EQUALIZER" which is a really obnoxious name, but it sticks clients with a particular server intelligen

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
> Whoever said NFS is slow hasn't used a NetApp amen brother. -a -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Use

2001-01-14 Thread Alex Black
can people give me opinions as to why http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] (Philip Olson) > Newsgroups: php.general > Date: 13 Jan 2001 12:18:08 -0800 > Subject: Re: [PH

Re: [PHP] load balancing with php/apache?

2001-01-14 Thread Alex Black
check out http://www.coyotepoint.com/ only $4000! does 512 clients! can even stick clients through the famous AOHell proxies! cheap! :) -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Ce

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c php_odbc.h

2001-01-14 Thread Stig Bakken
ssb Sun Jan 14 17:11:06 2001 EDT Modified files: /php4/ext/odbc php_odbc.c php_odbc.h Log: @- Added odbc_error() and odbc_errormsg() functions (Stig) Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.69 php4/ext/odbc/php_odbc.c:1.7

[PHP-CVS] cvs: php4 /sapi/isapi/stresstest stresstest.cpp

2001-01-14 Thread Shane Caraveo
shane Sun Jan 14 17:13:51 2001 EDT Modified files: /php4/sapi/isapi/stresstest stresstest.cpp Log: clean up temp files Index: php4/sapi/isapi/stresstest/stresstest.cpp diff -u php4/sapi/isapi/stresstest/stresstest.cpp:1.6 php4/sapi/isapi/stresstest/stresstes

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

2001-01-14 Thread Stig Bakken
ssb Sun Jan 14 17:14:59 2001 EDT Modified files: /php4/pear/DB odbc.php Log: * DB_odbc: added native error support Index: php4/pear/DB/odbc.php diff -u php4/pear/DB/odbc.php:1.24 php4/pear/DB/odbc.php:1.25 --- php4/pear/DB/odbc.php:1.24 Tue Jan 9

Re: [PHP] mixing HTML and PHP code

2001-01-14 Thread Alex Black
> There are things that can be done to speed things up though...cacheing files > at the page level, or even cacheing templated components at the sub-page > level where possible can overcome much of the overhead of using templates. but that doesn't do you any good on pages that are getting results

[PHP-CVS] cvs: php4 /sapi/isapi/stresstest stresstest.cpp

2001-01-14 Thread Shane Caraveo
shane Sun Jan 14 17:17:45 2001 EDT Modified files: /php4/sapi/isapi/stresstest stresstest.cpp Log: dont do results if not using test files Index: php4/sapi/isapi/stresstest/stresstest.cpp diff -u php4/sapi/isapi/stresstest/stresstest.cpp:1.7 php4/sapi/isapi/

Re: [PHP] DocBook Editors?

2001-01-14 Thread Alex Black
> A lot of technical people aren't keen on WYSIWYG editors. Especially when I'm technical, and I'm not looking for WYSIWYG. I'm looking for something that doesn't require me to memorize yet another large set of tags. :) > dealing with something like docbook that is designed to generate > docume

  1   2   >