Re: [PHP] TheCasino.com: You have been removed!

2001-04-05 Thread Harshdeep S Jawanda
_If_ only subscribers are allowed to post to this list (which it should be) and _if_ [EMAIL PROTECTED] is a subscriber and _if_ this address is setup to re-send this email to any address that replies things might be getting a little circular! Sweet dreams! Can't somebody unsubscribe [EMAIL P

Re: [PHP] PHP + IRC

2001-04-05 Thread Jack Dempsey
It'd be nice to have someone to do our dirtywork for us, but this list isn't (IMHO) about finding people who DO have the time/knowledge to "snoop around in the sources" for us... posting a message like that, with that kind of tone, won't get you help from any list...its late, i'm tired of coding

[PHP] Reg exps.

2001-04-05 Thread elias
Hello. I've been learning about reg exps a while ago, and only from little examples... I wish i know a site where i can learn reg exps very very well with lots of examples and stuff. I really like reg exps but i find no resource to learn it well? Any one can help? -elias -- PHP General Mailin

[PHP] Help would be appreciated

2001-04-05 Thread Richard Kurth
I am trying to write a script that pulls data from a data base and then writes the script to be run again by php. I have added a sample below. There is a lot more to this script but in general what it does is set up new sites on a server. Would it be better to have it write the code one time and

Re: [PHP] Emails from database...

2001-04-05 Thread David Robley
On Thu, 5 Apr 2001 16:27, you wrote: > Hi! > > Do u mean the code should be like this? > > > $connect = mysql_connect(); > $query = "select email from table"; > $execute = mysql_db_query("database", $query); > while($r=mysql_fetch_array($execute)) > { > $try = $r('email'); Your syntax is wrong h

RE: [PHP] column names

2001-04-05 Thread Tim Ward
SHOW COLUMNS FROM tablename is the MySQL query Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -Original Message- > From: Steve Werby [mailto:[EMAIL PROTECTED]] >

[PHP] current location

2001-04-05 Thread Paul Juliano
Hi, What's the php function to find out what server a php page is located? For example, the php page is at www.myserver.com. The php page should be able to display "Welcome to www.myserver.com". If the same php page is at www.yourserver.com, it should be able to display "Welcome to www.yourserv

RE: [PHP] current location

2001-04-05 Thread Dominick Vansevenant
$SERVER_NAME gives you the location D. -Original Message- From: Paul Juliano [mailto:[EMAIL PROTECTED]] Sent: donderdag 5 april 2001 10:29 To: [EMAIL PROTECTED] Subject: [PHP] current location Hi, What's the php function to find out what server a php page is located? For example, the

Re: [PHP] is this syntax correct?

2001-04-05 Thread [EMAIL PROTECTED]
I have setup session here and newbie as I am, still don't know how to delete value of this, I actually using this right at the bottom of the page where I want session value to be deleted. Did not work, of course, so what do I do? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reac

Re: [PHP] file upload question

2001-04-05 Thread Renze Munnik
Joe Stump wrote: > > I'm in the habit of putting all my form variables into an array (ie: > ) so > that I have a nice little package to pass to functions. My question is can you > put files into those as well? If so how does it handle the $file_name and > $file_size variables PHP creates? > > --

Re: [PHP] APC breaking under freebsd!

2001-04-05 Thread Yasuo Ohgaki
I don't use FreeBSD, so how about try to ask in apc mailing list? You may get better support with APC mailing list. -- from APC home page-- Join the APC mailing list, send an e-mail message with 'subscribe' as the subject to [EMAIL PROTECTED] For other readers, APC now support encoding script (w

RE: [PHP] Reg exps.

2001-04-05 Thread Martin Cabrera Diaubalick
Hello Elias, Try this tutorial at phpbuilder.com http://www.phpbuilder.com/columns/dario19990616.php3 HTH (It helped me) - Original Message - From: elias <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 7:47 PM Subject: [PHP] Reg exps. > Hello. > I've been

Re: [PHP] file upload question

2001-04-05 Thread Yasuo Ohgaki
Yes. Refer to PHP Manual. There is description for that. -- Yasuo Ohgaki "Joe Stump" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm in the habit of putting all my form variables into an array (ie: > ) so > that I have a nice little package to pass to fun

Re: [PHP] PHP + IRC

2001-04-05 Thread Geir Eivind Mork
On 05 Apr 2001 03:32:10 -0400, Jack Dempsey wrote: > > It'd be nice to have someone to do our dirtywork for us, but this list > isn't (IMHO) about finding people who DO have the time/knowledge to > "snoop around in the sources" for us... Where is the sense of humor? :) I just asked if anyone ha

Re: [PHP] PHP + IRC

2001-04-05 Thread Geir Eivind Mork
On 05 Apr 2001 03:32:10 -0400, Jack Dempsey wrote: > > It'd be nice to have someone to do our dirtywork for us, but this list > isn't (IMHO) about finding people who DO have the time/knowledge to > "snoop around in the sources" for us... Where is the sense of humor? :) I just asked if anyone ha

Re: [PHP] More Email ereg Validation

2001-04-05 Thread Renze Munnik
Jason Murray wrote: > >Function validEmail($emailaddress) >{ > // Decides if the email address is valid. Checks syntax and DNS > // records, for total smartass value. Returns "valid", "invalid-mx" > // or "invalid-form". > > if > (eregi("^[0-9a-z]([-_.]?[0-9a-z])*@[0-

[PHP] how do I delete session

2001-04-05 Thread Jacky
Hi all I wen tto check manual, not quite get it though. I have set up session and I want that deleted, but it did not work so far with session_unset or session_unregister. I figure I may have used them incorrectly here is what i did It appears to me that the value is still there all the time,

Re: [PHP] sockets (long)

2001-04-05 Thread Yasuo Ohgaki
set_nonblock() is in PHP C source, but not in the PHP Manual. May be it's dead? It seems it take one parameter (file descriptor), let us know if it works. I might want to use it in the future :) >From socket.c 529 /* {{{ proto bool set_nonblock(int fd) 530Sets nonblocking mode for file des

Re: [PHP] any other way ?

2001-04-05 Thread Geir Eivind Mork
On 04 Apr 2001 17:25:14 +0100, TV Karthick Kumar wrote: > Instead I would like to get rid of one comma in between the email > address and just display and sepearte it with only comma, instead of two > commas and it should work for all the combinations that's possible. > > What are the pos

Re: [PHP] Is their a function for this?

2001-04-05 Thread Renze Munnik
"Black S." wrote: > > Basically I have array variables, lets say: > --- > $folder[0] = "basic"; > $folder[1] = "standard"; > $folder[2] = "knowledge"; > > Fruther down in the code: > --- > $totalsub_basic = "10"; > $

Re: [PHP] how do I delete session

2001-04-05 Thread Renze Munnik
Jacky wrote: > > Hi all > I wen tto check manual, not quite get it though. I have set up session and I want >that deleted, but it did not work so far with session_unset or session_unregister. > I figure I may have used them incorrectly > here is what i did > > session_start(); > global $name;

Re: [PHP] current location

2001-04-05 Thread Paul Juliano
Silly me, it's $HTTP_HOST. :) Paul Juliano wrote: >Hi, > >What's the php function to find out what server a php page is located? >For example, the php page is at www.myserver.com. The php page should be able >to display "Welcome to www.myserver.com". If the same php page is at >www.yourserver.

Re: [PHP] how do I delete session

2001-04-05 Thread [EMAIL PROTECTED]
how? Like this session_destroy("name"); how about if I want to register that variable to be session again ( without closing browser and start everything all over again)? can I still do that? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" -

Re: [PHP] how do I delete session

2001-04-05 Thread Felix Kronlage
On Thu, Apr 05, 2001 at 04:10:16PM -0500, Jacky@lilst wrote: > how? > Like this session_destroy("name"); > how about if I want to register that variable to be session again ( without > closing browser and start everything all over again)? can I still do that? session_destroy() *completly* kills

Re: [PHP] how do I delete session

2001-04-05 Thread Renze Munnik
"Jacky@lilst" wrote: > > how? > Like this > session_destroy("name"); > how about if I want to register that variable to be session again ( without > closing browser and start everything all over again)? can I still do that? > Jack > [EMAIL PROTECTED] > "There is nothing more rewarding than reachi

Re: [PHP] ms acces to mySQL

2001-04-05 Thread Geir Eivind Mork
On 04 Apr 2001 16:59:24 +0200, bizzk wrote: > Hi, > Does anyone has some program/script that converts a MS-Acces database to > mySQL (prefferable in a .sql, .mysql or .txt file so i can upload it in > phpMyAdmin). http://www.mysql.com/downloads/contrib.html#SEC546 -- php developer / CoreTrek A

Re: [PHP] Select case equivelent

2001-04-05 Thread Christian Reiniger
On Wednesday 04 April 2001 20:07, you wrote: > I have a list of conditions I want to test against. > In ASP, I would do: > > Select Case foo > case "bar1" > foobar = "fooey" > case "bar2" > foobar = "fooey2" > case "bar3" > foobar = "fooey3" > case else >

Re: [PHP] mysql and php

2001-04-05 Thread Christian Reiniger
On Thursday 05 April 2001 02:15, you wrote: > I'm sending this command to mysql > > UPDATE fusuario u, fgrupos g SET g.cdgrupo=1, u.celular="99823640", > u.nome="Augusto X", u.sobrenome="Cesar Castoldi", > u.cidade="Florinópolis", u.emailpessoal="[EMAIL PROTECTED]", > u.idade="19", u.sexo="M", u.o

Re: [PHP] Select case equivelent

2001-04-05 Thread Geir Eivind Mork
On 05 Apr 2001 11:53:21 +0200, Christian Reiniger wrote: switch ($foo) { case "bar1": $foobar="fooey"; break; default: $foobar = "NoBar"; } > > I have a list of conditions I want to test against. > > In ASP, I would do: > > How do I do the equivelent in PHP? > Try reading the m

[PHP] "YourName.BEST321.com" FREE §K¶O°ì¦W !!!!!

2001-04-05 Thread Water
Dear Webmaster, Does your homepage address look long and difficult to remember like this: http://www.myhomepage.com/entertainment/w/love/index.html? Wouldn't you like it better if it was like http://YOURNAME.best321.com In that case, Cool168 has the solution for you, and the best thing about it

Re: [PHP] Left Join Across Two Databases

2001-04-05 Thread Christian Reiniger
On Thursday 05 April 2001 07:23, you wrote: > I have one table on one database and another table on another > database. I want to perform a left join these two tables in MySQL. I > don't think it's possible, but cuious if there is a "method" that can > be coded in PHP to do this? > > If you think

Re: [PHP] how do I delete session

2001-04-05 Thread nicuc.ac.jp
session_register("name") ; = assign variable to session session_unregister("name") ; = unassign the variable make complete kill the session (and all the variable in session) use : session_destroy() ; -- -Tuna- ""Jacky"" <[EMAIL PROTECTED]> wrote in message 00b001c0be11$a9e2abe0$[EMAIL PROTECT

Re: [PHP] current location

2001-04-05 Thread nicuc.ac.jp
$SERVER_NAME function that you looking for. -- -Tuna- ""Paul Juliano"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hi, > > What's the php function to find out what server a php page is located? > For example, the php page is at www.myserver.com. The php page should be abl

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

2001-04-05 Thread Wez Furlong
wez Thu Apr 5 01:40:26 2001 EDT Modified files: /php4/ext/openssl openssl.c Log: Fix for Bug #10168 (is_dst undeclared) Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.12 php4/ext/openssl/openssl.c:1.13 --- php4/ext/openssl/open

Re: [PHP] Help would be appreciated

2001-04-05 Thread nicuc.ac.jp
I'm not figure out what your question is. -- -Tuna- ""Richard Kurth"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to write a script that pulls data from a data base and then > writes the script to be run again by php. I have added a sample be

Re: [PHP] can I detect html email capability?

2001-04-05 Thread Yasuo Ohgaki
You cannot detect directly, but you can do 1) Send e-mail ask user to reply 2) Get mailer header from e-mail, then decided if it support HTML e-mail However, I think it would be more appropriate to let the user choose mail format via. web site. It's just a matter of writing a URL in mail. Regar

php-general Digest 5 Apr 2001 10:36:38 -0000 Issue 609

2001-04-05 Thread php-general-digest-help
php-general Digest 5 Apr 2001 10:36:38 - Issue 609 Topics (messages 47137 through 47227): More Email ereg Validation 47137 by: Dan Wilson 47147 by: Jason Murray 47163 by: Jeff Carnahan 47207 by: Renze Munnik Re: PHP + IRC 47138 by: Jason Brooke

[PHP] huidziekte

2001-04-05 Thread Rita de Groot
Vijf jaar voordat deze foto's werden genomen werd bij mij diagnose reumatische artritis gesteld en als zodanig ook behandeld. Niets hielp. Toen de ziekte zich zo manifesteerde zoals u hieronder kunt zien.. http://www.naardedokter.com/testimonials/sys_lup_eryth.htm -- PHP General Mailin

Re: [PHP] huidziekte

2001-04-05 Thread Soeren Staun-Pedersen
> Vijf jaar voordat deze foto's werden genomen werd bij mij diagnose > reumatische artritis gesteld en als zodanig ook behandeld. Niets hielp. > Toen de ziekte zich zo manifesteerde zoals u hieronder kunt zien.. > http://www.naardedokter.com/testimonials/sys_lup_eryth.htm This is an Eng

Re: [PHP] huidziekte

2001-04-05 Thread Felix Kronlage
On Thu, Apr 05, 2001 at 12:47:59PM +0200, Soeren Staun-Pedersen wrote: > This is an English mailinglist. forget it, was spam (hit me on quiet a few mailing-lists such as [EMAIL PROTECTED] etc...). -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazard

[PHP] Apache latest + PHP latest + GD latest + Freetype latest + Jpeg latest

2001-04-05 Thread Alex Bloor
Hi, Firstly, thanks for reading this message. Has anyone managed to compile and use : Apache latest + PHP latest + GD latest + Freetype latest + Jpeg latest = Apache 1.3.19 + PHP 4.0.4pl1 + GD 1.8.4 + Freetype 2.0.1 + Jpeg 6b I can get it to compile OK with GD but there seem to be problems wit

Re: [PHP] Apache latest + PHP latest + GD latest + Freetype latest + Jpeg latest

2001-04-05 Thread Plutarck
This may not be your problem at all, but I remember reading something to the effect of if your recompiling PHP, you need to delete configure.cache...or it was somefile with the .cache extension. With all those lines with "(cache)" in them, thought that might be relevant. If not I hope you find t

Re: [PHP] huidziekte

2001-04-05 Thread Plutarck
I was wondering what the hell language that was...still trying to figure it out. LOL I know it's not spanish, english, german, italian, french, or portugese. I'm betting on either norwegian or dutch. I'll have it figured out in a few minutes...I hope, lol. And I might even figure out what it say

[PHP] foreach ?!

2001-04-05 Thread TV Karthick Kumar
Hi List.. I have the following code, which actually sets up the value of of the hidden variable and passes onto the next page and there I manipulate the data and send them emails. But passing the hidden variables depends upon the mem_id, that is the hidden variable has to be passed for '

Re: [PHP] huidziekte

2001-04-05 Thread Knut H. Hassel Nielsen
On Thu, 5 Apr 2001, Plutarck wrote: > I was wondering what the hell language that was...still trying to figure it > out. LOL > > I know it's not spanish, english, german, italian, french, or portugese. I'm > betting on either norwegian or dutch. Norwegian!!! What an insult to us Norwegians. We

Re: [PHP] Reg exps.

2001-04-05 Thread Plutarck
I haven't checked many of these out, but I got them all when someone asked the same question as you in an entirely different place. I finally learned regex enough to use, in most cases, here: http://www.devshed.com/Server_Side/Administration/RegExp/ Other URLs I was given (quoting the message):

Re: [PHP] huidziekte

2001-04-05 Thread Morten Winkler Jørgensen
It is most certain _not_ Norweigan. To me it looks loke a mixture of Dutch and German. I'll send it to a Duch exchangestudent. Kind regards, Morten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Apache latest + PHP latest + GD latest + Freetype latest+ Jpeg latest

2001-04-05 Thread Knut H. Hassel Nielsen
On Thu, 5 Apr 2001, Plutarck wrote: > This may not be your problem at all, but I remember reading something to the > effect of if your recompiling PHP, you need to delete configure.cache...or > it was somefile with the .cache extension. > > With all those lines with "(cache)" in them, thought tha

RE: [PHP] huidziekte

2001-04-05 Thread Rudolf Visagie
It's Dutch, and translated it reads: Five years before these photo's were taken I was diagnosed with rheumatoid arthritis and was treated accordingly. Nothing helped. When the illness manifested itself as you can see here ... (URL) Rudolf Visagie [EMAIL PROTECTED] -Original Message- From

Re: [PHP] huidziekte

2001-04-05 Thread Plutarck
LOL Ah yes, the beautiful country of Norwegia. Nice summers I hear ;) Well I can most certainly scratch off norwegian, danish, and swedish. Damn. But Now I have the irresistible urge for a swedish danish. I do love me some bi-pastry. Back to ye ole binary depository (ZDNet) I go... -- Plutar

Re: [PHP] is this syntax correct?

2001-04-05 Thread Plutarck
session_unregister must take the name of the variable to kill. So: session_unregister("test"); does the job. -- Plutarck Should be working on something... ...but forgot what it was. ""Jacky@lilst"" <[EMAIL PROTECTED]> wrote in message 008701c0be0f$21dd1de0$[EMAIL PROTECTED]">news:008701c0be0

[PHP] Direct output to printer

2001-04-05 Thread Tim Legg-Bagg
Hi Can you help please. I have just started to experiment with PHP and I am impressed with the power of the language. But (isn't there always) 2 things: 1 Very minor and can be worked around very easily. I cannot find a PHP function to return the length of a string. Can MySql's LENGTH function

Re: [PHP] ZEND Encoder

2001-04-05 Thread Plutarck
Although, an interesting question would be how hidden are variable values? Such as usernames/passes, etc. Though if someone manages to get a hold of a script, encoded or not, that has usernames and passwords in it, you are probably screwed anyway ;) In such a case all usernames and passwords sho

Re: [PHP] Direct output to printer

2001-04-05 Thread Plutarck
Ah, the joys of strlen(). That's your first question, but now for the second. Sending data directly to the printer is basically a client side function, and as PHP is totally server side it just can't do it. Not technologically possible. There are some "printer direct" type programs around, and

Re: [PHP] cookie working only 90% array missing one var and sql query burns [YIKES!]

2001-04-05 Thread Plutarck
Correct line: > setcookie ("user_reg[1]" , "$pass_w", $lifetime, "/", ".mydotcom.com"); Now look at this line: > setcookie ("user_reg[2]" , "$full_name", $lifetime, ".mydotcom.com"); Don't you just hate it when you forget a "/"? ;) -- Plutarck Should be working on something... ...bu

Re: [PHP] Direct output to printer

2001-04-05 Thread Knut H. Hassel Nielsen
On Thu, 5 Apr 2001, Plutarck wrote: > Ah, the joys of strlen(). > > That's your first question, but now for the second. > > Sending data directly to the printer is basically a client side function, > and as PHP is totally server side it just can't do it. Not technologically > possible. > > There

[PHP-CVS] cvs: php4 /sapi/apache libphp4.module.in

2001-04-05 Thread Sascha Schumann
sas Thu Apr 5 03:56:05 2001 EDT Modified files: /php4/sapi/apache libphp4.module.in Log: Fix static Apache builds which were broken by the last commit. Index: php4/sapi/apache/libphp4.module.in diff -u php4/sapi/apache/libphp4.module.in:1.9 php4/sapi/

[PHP] mailfetch web front-end

2001-04-05 Thread Mauro Biraghi
Do you know some web front-end for mailfetch? Thanks. Mauro -- 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]

[PHP-CVS] cvs: php4 / ChangeLog

2001-04-05 Thread Sascha Schumann
sas Thu Apr 5 04:03:22 2001 EDT Modified files: /php4 ChangeLog Log: Remove manual entry Index: php4/ChangeLog diff -u php4/ChangeLog:1.670 php4/ChangeLog:1.671 --- php4/ChangeLog:1.670Wed Apr 4 18:09:19 2001 +++ php4/ChangeLog Thu A

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

2001-04-05 Thread Romolo Manfredini
romolo Thu Apr 5 05:29:24 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: pg_close not closing right connection. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.96 php4/ext/pgsql/pgsql.c:1.97 --- php4/ext/pgsql/pgsql.c:1.96 Wed Apr 4

[PHP] Another include ?

2001-04-05 Thread Mike
Im trying to parse a file twice ,once to extract an include file(NOT using the include() function) and again to parse the php code.Customer support for my host says I can add the following line to an .htaccess file: AddType text/x-server-parsed-html .phtml but that only parses the include file.

RE: [PHP] PHP + IRC

2001-04-05 Thread Krznaric Michael
I guess you should have had something along the lines of ... ... Mike -Original Message- From: Geir Eivind Mork [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:41 AM To: Jack Dempsey Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP + IRC On 05 Apr 2001 03:32:10 -0400, Jack De

Re: [PHP] current location

2001-04-05 Thread Joe Stump
on a unix system type: $path = `pwd`; --Joe On Thu, Apr 05, 2001 at 04:28:50PM +0800, Paul Juliano wrote: > Hi, > > What's the php function to find out what server a php page is located? > For example, the php page is at www.myserver.com. The php page should be able > to display "Welcome to

RE: [PHP] Passing Arrays

2001-04-05 Thread Rudolf Visagie
Hi Jordan, Using sessions in PHP4, like this: session_start(); $n = -1; //Read an index from an Oracle table while (OCIFetch($rs)) { $n = $n + 1; $ix[$n] = OCIResult($rs,1); } session_register("n"); session_register("ix"); In the next page you have a session_start() again, and c

[PHP] scramble the code

2001-04-05 Thread Scott Fletcher
For the data in the "post", when the user type in the data and press the submit button, the data is then carry over to the nextpage.html. In the URL bar, I can clearly see the data, so is there to scramble hte data where anyone won't see it in the URL box at the top of the web browser? Thanks, S

RE: [PHP] scramble the code

2001-04-05 Thread Robert Covell
Just did this sort of thing and my solution might not be the best or the most secure but it does scramble the code. I really wasn't trying to make an unbreakable query string, just something that would be a deterrent. All I did was use base64_encode and decode like: Incoming: $dec = base64

[PHP-CVS] cvs: php4 /ext/printer php_printer.h printer.c printer.php

2001-04-05 Thread Daniel Beulshausen
dbeuThu Apr 5 05:36:01 2001 EDT Modified files: /php4/ext/printer php_printer.h printer.c printer.php Log: overhaul printer extension # documentation is nearly finished Index: php4/ext/printer/php_printer.h diff -u php4/ext/printer/php_printer.h:1.7 p

[PHP-CVS] cvs: php4 / EXTENSIONS php.ini-dist php.ini-optimized

2001-04-05 Thread Daniel Beulshausen
dbeuThu Apr 5 05:41:25 2001 EDT Modified files: /php4 EXTENSIONS php.ini-dist php.ini-optimized Log: add printer ext to php.ini & maintain extensions file Index: php4/EXTENSIONS diff -u php4/EXTENSIONS:1.16 php4/EXTENSIONS:1.17 --- php4/EXTENSIONS:1.

[PHP-CVS] cvs: php4(PHP_4_0_5) / README.BCMATH

2001-04-05 Thread Andi Gutmans
andiThu Apr 5 06:22:02 2001 EDT Removed files: (Branch: PHP_4_0_5) /php4 README.BCMATH Log: Remove README.BCMATH -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: [PHP] Passing Arrays

2001-04-05 Thread Jordan Elver
Cheers, that works great. I tried using urlencode but that doens't work like it should in the manual. Thanks, Jord On Thursday 05 April 2001 14:41, you wrote: > You have to do this: > > $myarray = rawurlencode(serialize($myarray)); > > And then this on your other page: > > $myarray = unseriali

Re: [PHP] scramble the code

2001-04-05 Thread Joe Sheble (Wizaerd)
This isn't quite accurate. WHen a form's method is set to "GET" (which BTW is the form's default method) the variables and their values are passed along the URL. If your form's method is set to "POST" then nothing should get passed along on the URL. If you see all your data in the URL, you'r

Re: [PHP] Another include ?

2001-04-05 Thread Steve Werby
"Mike" <[EMAIL PROTECTED]> wrote: > Im trying to parse a file twice ,once to extract an include file(NOT using > the include() function) and again to parse the php code.Customer support for > my host says I can add the following line to an .htaccess file: > AddType text/x-server-parsed-html .phtml

Re: [PHP] column names

2001-04-05 Thread Steve Werby
"Tim Ward" <[EMAIL PROTECTED]> wrote: > SHOW COLUMNS FROM tablename > is the MySQL query That works well from the MySQL commandline, but isn't as useful from within a PHP script if Mauricio wants to control the formatting of it, limit the fields displayed and use it within the logic of the PHP sc

Re: [PHP] "YourName.BEST321.com" FREE §K¶O°ì¦W !!!!!

2001-04-05 Thread Zeus
I somehow got a feeling, someone is purposely, selling the php-general list to some spam companies ;P - Original Message - From: Water <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 6:12 PM Subject: [PHP] "YourName.BEST321.com" FREE §K¶O°ì¦W ! > Dear Webm

Re: [PHP] Left Join Across Two Databases

2001-04-05 Thread Steve Werby
"Jonathan Chum" <[EMAIL PROTECTED]> wrote: > I have one table on one database and another table on another > database. I want to perform a left join these two tables in MySQL. I > don't think it's possible, but cuious if there is a "method" that can > be coded in PHP to do this? Just prepend the

Re: [PHP] scramble the code

2001-04-05 Thread Scott Fletcher
Well, mine does! Scott ""Joe Sheble (Wizaerd)"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This isn't quite accurate. WHen a form's method is set to "GET" (which BTW > is the form's default method) the variables and their values are passed > along th

Re: [PHP] scramble the code

2001-04-05 Thread Scott Fletcher
Well, mine does!!! Scott ""Joe Sheble (Wizaerd)"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This isn't quite accurate. WHen a form's method is set to "GET" (which BTW > is the form's default method) the variables and their values are passed > along the

Re: [PHP] Direct output to printer

2001-04-05 Thread Tim Legg-Bagg
Thank you folks for your speed of light answer. I must get some new specs, I spent a long time searching through Greenspan and Bulgers book for that. No problem finding it now.. The output to printer problem can now be rested Thanks again I owe you one Tim LB ""Knut H. Hassel Nielsen"" <[EMAI

Re: [PHP] Fastest way to encrypt database storage?

2001-04-05 Thread Nuno Silva
Hi, if you want *real* encryption it will never be as fast as XOR :) Anyway, take a look at: http://php.websolut.net/manual/en/ref.mcrypt.php There are some examples too. Regards, Nuno Silva Floyd Piedad wrote: > Hi, > > I want to store all data into mySQL database in encrypted format and > t

Re: [PHP] scramble the code

2001-04-05 Thread Joe Sheble (Wizaerd)
well then yours must be the special super duper browser that doesn't work the same as most browsers. In my browsers (IE5, IE5.5, NS4.67, NS6, Opera 5) GET passes variables in the URL, and POST does not. That's the reason there are two different methods, and why POST is the reccommended meth

Re: [PHP] scramble the code

2001-04-05 Thread Scott Fletcher
Um, well, it show up on Internet Explorer and Netscape Navigator and Netscape. Oh well. Scott ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message 9ahuft$612$[EMAIL PROTECTED]">news:9ahuft$612$[EMAIL PROTECTED]... > Well, mine does!!! > > Scott > > ""Joe Sheble (Wizaerd)"" <[EMAIL PROTECTED]

[PHP] close tcp-IP connection before php-skript finishes

2001-04-05 Thread Peter Kuppelwieser
Hello! I have an problem with on of our scripts, and some caching proxy servers the script produces output, then it does a flush(), After this, the script does a sleep(10) and then it does a db-query without producing html output. normally the browsers get the page after the flush() command but

[PHP] inlude_path not in php.ini

2001-04-05 Thread Temeschinko, Michael
Hello, How do I set the php-iclude path if I have not acess to php.ini? I know in .htacess but al I try ends in an Internal Server Error I use php4.0.4pl1 pls don't let mi die silly greetings from Germany Michael -- A train station is a station where a train stops But what the hell is a w

[PHP-CVS] cvs: php4 / README.BCMATH

2001-04-05 Thread Andi Gutmans
andiThu Apr 5 06:23:33 2001 EDT Removed files: /php4 README.BCMATH Log: - Nuke README.BCMATH -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] column names

2001-04-05 Thread Mauricio Junqueira
Steve Werby wrote: > "Tim Ward" <[EMAIL PROTECTED]> wrote: >> SHOW COLUMNS FROM tablename >> is the MySQL query > > That works well from the MySQL commandline, but isn't as useful from > within a PHP script if Mauricio wants to control the formatting of it, > limit the > fields displayed and use

Re: [PHP] scramble the code

2001-04-05 Thread Scott Fletcher
I see it! The login page when use the html form, the action is the $PHP_SELF, allowing hte page to refresh itself and then the following script elsewhere check for the variable to see if it is true or not. If true then the script use the php header();. The header contain the data, so that exp

RE: [PHP] scramble the code

2001-04-05 Thread Sam Masiello
Perhaps we could all better assist you if you posted the code for your form ("X"-ing out any sensitive material that you wouldn't want us to see)...or maybe the URL that the form is at so we can see it for ourselves? HTH Sam Masiello Systems Analyst Chek.Com (716) 853-1362 x289 [EMAIL PROTECTED

Re: [PHP] inlude_path not in php.ini

2001-04-05 Thread Steve Werby
"Temeschinko, Michael" <[EMAIL PROTECTED]> wrote: > How do I set the php-iclude path if I have not acess to php.ini? > > I know in .htacess but al I try ends in an Internal Server Error > I use php4.0.4pl1 Please post what you tried. It might be a difference in the syntax between PHP3 and PHP4 i

RE: [PHP] inlude_path not in php.ini

2001-04-05 Thread Matt Williams
> > How do I set the php-iclude path if I have not acess to php.ini? > > > > I know in .htacess but al I try ends in an Internal Server Error > > I use php4.0.4pl1 > php_value include_path "/path1:/path2" HTH M@ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAI

[PHP] max_execution_time && sleep()

2001-04-05 Thread PHP User
What is the deal with sleep(), does it break the 'max_execution_time' that is set in php.ini? This is good, this is what I want, but I just want to double check that this is really happening. I have an emial script that seems to run for about 15 minutes because I sleep() it between each e

[PHP] foreach ?!

2001-04-05 Thread TV Karthick Kumar
Hi List.. I have the following code, which actually sets up the value of of the hidden variable and passes onto the next page and there I manipulate the data and send them emails. But passing the hidden variables depends upon the mem_id, that is the hidden variable has to be passed for '

RE: [PHP] inlude_path not in php.ini

2001-04-05 Thread Temeschinko, Michael
> -Original Message- > From: Steve Werby [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 4:57 PM > To: Temeschinko, Michael; Php-General (E-Mail) > Subject: Re: [PHP] inlude_path not in php.ini > > > "Temeschinko, Michael" <[EMAIL PROTECTED]> wrote: > > How do I set the php

Re: [PHP] scramble the code

2001-04-05 Thread maatt
Save yourself the scramble, use sessions: http://www.php.net/manual/en/ref.session.php -- Matt Kynaston remove the green eggs before replying ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message 9ai09g$9d$[EMAIL PROTECTED]">news:9ai09g$9d$[EMAIL PROTECTED]... > I see it! The login page whe

[PHP] Release of PHP 4.05

2001-04-05 Thread Dominique Paquin
Greetings! Anyone knows when PHP 4.05 is supposed to be released? Dominique Paquin galea secured networks -- 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] Release of PHP 4.05

2001-04-05 Thread Neil Kimber
Heard whispers that it could be next week. Testing isn't over. They're on the 6th release candidate. -Original Message- From: Dominique Paquin [mailto:[EMAIL PROTECTED]] Sent: 05 April 2001 19:54 To: [EMAIL PROTECTED] Subject: [PHP] Release of PHP 4.05 Greetings! Anyone knows when PHP

Re: [PHP] Release of PHP 4.05

2001-04-05 Thread Dominique Paquin
Thanks for the quick reply, I'm eager to have access to the new DOMXML functions. Probably make my life a whole lot easier. :)) Dominique ""Neil Kimber"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Heard whispers that it could be next week. Testing isn'

Re: [PHP] More Email ereg Validation

2001-04-05 Thread Dan Wilson
: [EMAIL PROTECTED] says... : }I'm trying to parse the different "parts" of an email address both for : }validation and munging. : } : }I have the following regex: : }([a-z0-9_\.\-]+)@([a-z0-9\.-]+).([a-z]{3}) : } : }This works great, except it doesn't accept the country code domains (.au, : }etc)

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

2001-04-05 Thread Rasmus Lerdorf
rasmus Thu Apr 5 08:26:26 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: doc account for Sean Preston Index: CVSROOT/avail diff -u CVSROOT/avail:1.136 CVSROOT/avail:1.137 --- CVSROOT/avail:1.136 Wed Apr 4 09:15:56 2001 +++ CVSRO

[PHP] Postscript Color in PHP 4.0.4pl1

2001-04-05 Thread Sebastian Wenleder
Hi! For some new Project of my company I have to create ecards with text(PostScript) printed into the image. I compiled gd-lib-2.0.1, T1lib-1.1.1, recompiled php-4.0.4pl1. I was very much pleased with the results until I used the PHP-Function ImagePSText, since I could not figure out how I ha

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

2001-04-05 Thread Rasmus Lerdorf
rasmus Thu Apr 5 08:29:03 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Doc account for Hadar Porat Index: CVSROOT/avail diff -u CVSROOT/avail:1.137 CVSROOT/avail:1.138 --- CVSROOT/avail:1.137 Thu Apr 5 08:26:26 2001 +++ CVSROOT

  1   2   3   >