RE: [PHP] PHP makes sexy!

2001-01-11 Thread Bryne Jørg Vidar
If you set it up so that every incoming mail to your domain ends up in one account, use the imap-functions ( compile them into php if not already done ) to open a stream and fetch the data. The "TO" header should be in there somewhere and contain the original data. Could be run from cron at a re

RE: [PHP] PHP newbie question

2001-01-11 Thread Bryne Jørg Vidar
http://www.php.net/manual/language.expressions.php One last thing worth mentioning is the truth value of expressions. In many events, mainly in conditional execution and loops, you're not interested in the specific value of the expression, but only care about whether it means TRUE or FALSE (PHP

Re: [PHP] Browser cache and form with $PHP_SELF

2001-01-11 Thread Egan
On Wed, 10 Jan 2001 12:13:26 +0530, "Hrishi" <[EMAIL PROTECTED]> wrote: >Cache-Control: no-cache > >will make sure any proxies/ISP caches will also not store the page. Yes this works. I can see that IE5 does not cache the page locally, by looking in Temporary Internet Files. I realize now thou

Re: [PHP] looking for a PHP editor

2001-01-11 Thread Meir Kriheli - MKsoft
> hi.. > > ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax > highliting and this things... > > markus > You can also try quanta+ for the KDE desktop, http://quanta.sourceforge.net Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - P

[PHP] Running java under php4 (PHP4 ext/java)

2001-01-11 Thread Eduard Witteveen
Hello, I was wondering if somebody could give me some links to information about running java. I cant get a instance of a class, and i don't know what im doing wrong.. the message that i get is 'Unable to locate CreateJavaVM function', So i suspect that php cant find java. How do i debug this?

[PHP] Cookies

2001-01-11 Thread David Smith
How cn I make the following code set a cookie for vars username and password?? '; } ?> WreckRman2 Combat Flight Center http://www.combatfs.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Connect with user and pwd from PHP to MySql !!!

2001-01-11 Thread Yoeri De Bruyn
Hi, I've been looking on the cool web, but up till now I got only complex explanations about how to create users in mysql. I know it's more a MySQL question, but since lots of you are using this DB, maybe someone can just send me an example on how to create on a proper way (straight forward) user

Re: [PHP] ibase (firebird) localhost login ?

2001-01-11 Thread Meir Kriheli - MKsoft
use localhist:path_to_your_db/your_db.gdb example : on *nix: localhost:/opt/interbase/db/my_db.gdb on win* localhost:c:\ib_db\my_db.gdb Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - Pink Floyd - Original Message - From: "Richard Lynch" <[EMAI

Re: [PHP] Connect with user and pwd from PHP to MySql !!!

2001-01-11 Thread Hsieh, Wen-Yang
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#GRA NT - Original Message - From: "Yoeri De Bruyn" <[EMAIL PROTECTED]> To: "phpGeneralList (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 1:24 AM Subject: [PHP] Connect with user and pwd from PHP to

Re: [PHP] Connect with user and pwd from PHP to MySql !!!

2001-01-11 Thread Philip Olson
Try : MySQL Administration : http://devshed.com/Server_Side/MySQL/Administration/ Philip On Thu, 11 Jan 2001, Yoeri De Bruyn wrote: > Hi, > > I've been looking on the cool web, but up till now I

[PHP] Re:RE: [PHP] [Newbie] Image Module needed ?

2001-01-11 Thread \"Cyb\"
Hello ! Tried with PNG , JPG and PHP extentions, with the image extentions, the files doesn't get parsed. when I use *.php it gives me a "call to undefined function" error(without even parsing the HTML). I think I scr*ed my GD instalation, going over it again... cheers ! Alain Matt Whipple w

Re: [PHP] looking for a PHP editor

2001-01-11 Thread Alexander Wagner
Toby Butzon wrote: > Come on... mixing PHP and HTML in the same file isn't bad > style... in fact it can make things easier to read, if you > do it right. > > This is one of PHP's biggest features... otherwise we'd just > have another Perl... > > my .02... There are more differences between P

Re: [PHP] Running java under php4 (PHP4 ext/java)

2001-01-11 Thread Philip Olson
Hey Eduard, > I was wondering if somebody could give me some links to information > about running java. Check out : Can someone explain me how PHP interacts with Java ? -- http://www.faqts.com/knowledge_base/view.

[PHP] cool OOP-phenomena!

2001-01-11 Thread Moritz Petersen
Hi list, this is not a problem, but a nice feature of OOP, I found today. Maybe it is useful for someone: name . ""; } } class Basis_A extends Basis { var $name = "Basis_A"; } class Basis_B extends Basis {

[PHP-CVS] cvs: php4 /ext/zziplib php_zziplib.h zziplib.c

2001-01-11 Thread Sterling Hughes
sterlingThu Jan 11 01:23:34 2001 EDT Modified files: /php4/ext/zziplib zziplib.c php_zziplib.h Log: @ Add an experimental version of the ZZipLib extension which provides the @ ability to read zip files. (Sterling) Index: php4/ext/zziplib/

[PHP] php binary?

2001-01-11 Thread Jesus Climent
Is it possible to have a "php" executable to generate static pages instead of using the apache to generate the dynamic pages every time a connection is received? I would like to have a serer with static pages and recreate them using xml/html every time there is a change... J:esse -- PHP Gene

Re: [PHP] Calling a Windows Com object or an Extended Fetch?

2001-01-11 Thread Pavel Kalian
The DCOM (COM on a remote server) works fine but you still have to run PHP on a windows machine. AFAIK there's no decent way to use COM from a unix box. Pavel - Original Message - From: "Niel Zeeman" <[EMAIL PROTECTED]> To: "Paulson, Joseph V. "Jay"" <[EMAIL PROTECTED]>; "php gen list" <

[PHP] image through php

2001-01-11 Thread mailing_list
Hi! I want to use a code like: I know, this is possible with perl, but with php? ... and it should be performant as well :-) !! thanks any hints appreciated witty -- Sent through GMX FreeMail - http://www.gmx.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP-CVS] cvs: php4 / EXTENSIONS /ext/zziplib CREDITS EXPERIMENTAL README

2001-01-11 Thread Sterling Hughes
sterlingThu Jan 11 01:35:15 2001 EDT Modified files: /php4 EXTENSIONS /php4/ext/zziplib CREDITS EXPERIMENTAL README Log: Housekeeping... Index: php4/EXTENSIONS diff -u php4/EXTENSIONS:1.12 php4/EXTENSIONS:1.13 --- php4/EXTENSIONS:1.12

[PHP] Saturday Work in London

2001-01-11 Thread Abe Asghar
Hey there, Just a quick enquiry - is anyone available to work Saturdays with PHP. It is important that this person is available to work in London not remotely. Sorry if this is not appropriate for this list... Please email me off the list. Thanks -- PHP General Mailing List (http://www.php.

[PHP] file uploading error - can't upload "none"

2001-01-11 Thread David Smith
Below is my code. I am uploading an image and a zip file only I want to make it insert nopic.jpg if they don't upload an image. When I change if($fileimage== "none") { to if($fileimage== "none") { $FileImage = 'nopic.jpg'; } else { $FileImage = $fileimage_name; } I get error can'

Re: [PHP] BIG include file !!!

2001-01-11 Thread Carsten Gehling
Sent: Wednesday, January 10, 2001 11:17 PM > > As I am working I am taking more and more of the code out and > > putting it into functions straight into the include file. This > > file is included on almost every page and I am worried that it > > is going to slow the pages down. Will it have a

Re: [PHP] PHP simulator

2001-01-11 Thread Christian Reiniger
On Thursday 11 January 2001 00:08, Todd Cary wrote: > <<< > Did I completely miss the point? > > Yes and No. I have my Win 2K system in my office on which I do PHP > development. However, sometimes I am on the road with a "simple" > Notebook computer (450 MHz and 6 GHz drive). It would be nice

Re: [PHP] Good and working documentation generator

2001-01-11 Thread Alain Fontaine
Alex, Ah well, never mind my mail about BinaryCloud: "Win(x) isn't considered or supported." I guess then BinaryCould "isn't considered or supported" in my company either :) "Alex Black" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > we're using PHPDoc with binaryclo

[PHP] File Uploading Security - Urgent please

2001-01-11 Thread Statbat
Hello, I am doing file uploading of only jpg file format, It first copys in tmp directory then I copy it in main well you all know the procedure... neways what I am concerned is how can I check that the file in temp is correct file and is safe for me to copy it in the main folder? Regards

[PHP] Can't connect to imap server, please help.

2001-01-11 Thread Dezider Góra
Hi everybody. I can't seem to find the way how to connect to my mail server from php scripts. I have wu imap daemon running with only imap accounts - no pop3. I have compiled php (4.03.pl1) --with-imap=path_to_wu-c0client-files, but I always get this error: "Warning: Couldn't open stream {mail.wi

RE: [PHP] File Uploading Security - Urgent please

2001-01-11 Thread Matt Williams
if(ereg("jpg|jpeg|gif$",$userfile_name)) { do something } else { this file is not allowed } This will check that the uploaded file has the correct extension. Where $userfile is the upload field name in the form M@ > -Original Message- > From: Statbat [mailto:[EMAIL PROTE

RE: [PHP] File Uploading Security - Urgent please

2001-01-11 Thread Moritz Petersen
$userfile_type contains the MIME-type of the file. This is maybe more relieable then just the extension... Mo. > if(ereg("jpg|jpeg|gif$",$userfile_name)) > { > do something > } > else > { > this file is not allowed > } > This will check that the uploaded file has the correct extensi

[PHP] HTTP autentification

2001-01-11 Thread petr . juza
Please, can you send me where could I find more information about HTTP autentification and PHP support. Thanks. Regards, PETER. - Tento e-mail byl odeslán ze serveru www.worldmail.cz -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] HTTP autentification

2001-01-11 Thread Pavel Kalian
http://www.php.net/manual/features.http-auth.php Pavel P.S. Manual je nekdy docela prima cteni. ;-) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 12:42 PM Subject: [PHP] HTTP autentification > Please, can you send me where coul

RE: [PHP] Connect with user and pwd from PHP to MySql !!!

2001-01-11 Thread Yoeri De Bruyn
That one was really helpfull! Thanxxx!!! Yoeri. Try : MySQL Administration : http://devshed.com/Server_Side/MySQL/Administration/ Philip On Thu, 11 Jan 2001, Yoeri De Bruyn wrote: > Hi, > > I'

php-general Digest 11 Jan 2001 11:48:27 -0000 Issue 448

2001-01-11 Thread php-general-digest-help
php-general Digest 11 Jan 2001 11:48:27 - Issue 448 Topics (messages 33845 through 33964): Re: problem with includes 33845 by: James Mclean Re: WELCOME to [EMAIL PROTECTED] 33846 by: Paul Trapnell Re: How can I get a random number 33847 by: Jerry Lake SECURITY: Qu

Re: [PHP] HTTP autentification]

2001-01-11 Thread Michal Thomka
You can find usefull information also on http://www.phpbuilder.com br Michal ps: slovania si musia pomahat..;D -- Michal Thomka Programmer/Developer ___

RE: [PHP] file uploading error - can't upload "none"

2001-01-11 Thread WreckRman2
Fixed... "; } else { if ($filezip== "none") { print "ERROR! - You must specify a zip file to upload."; } else { copy($filezip, "/home/sites/site1/ftp/$FileType/$filezip_name"); unlink($filezip); } if

[PHP] Stripping!!!

2001-01-11 Thread K.Simon
I have a file with 45000 newsgroups in there. It looks like that: alt.1d 070753 057290 y alt.2600 515487 435743 y alt.3d 073441 059461 y alt.abortion.inequity 272142 227847 y alt.abuse-recovery 36 36 m alt.abuse.recovery 137940 021046 y alt.

[PHP] PHP Programmer needed!

2001-01-11 Thread K.Simon
Hi, i want to open a domain registration company and i started to write a program myself because i couldnt find software which fits my needs and OpenSRS was not a choice for me. The software i am doing is basically a whois search and a mysql shopping cart (taken from a scripts found out there).

RE: [PHP] Stripping!!!

2001-01-11 Thread Moritz Petersen
with every line do the following to get the name: $name = strtok($line, " "); Mo. > -Original Message- > From: K.Simon [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 1:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Stripping!!! > > > I have a file with 45000 newsgroups

Re[4]: [PHP] declaring variables in class definitions

2001-01-11 Thread Max A. Derkachev
Hello sam1600, Wednesday, January 10, 2001, 9:55:34 PM, you wrote: sic> Assigning something to $d->somevar when it is not declared in the sic> definition works fine. Well, if it still does assign to an undefined class property, I'm not sure that this behavior will remain in the future since it v

[PHP] Check for spaces..

2001-01-11 Thread David Smith
With the following code how can I check to see if the file being uploaded has a space in it? Maybe replace them with a _ or reject them all together... if ($FileType== "none") { print "ERROR! - You must specify a File Type before we can begin the upload."; }

[PHP] Iterating Multidimensional Arrays

2001-01-11 Thread Cybercandy Ltd
I'm a bit stuck on this issue The following script produces a result that I can't get my head round: -- 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: [EM

[PHP] Dynamic 'left menu's' on site: Like a windows explorer system???

2001-01-11 Thread Yoeri De Bruyn
Hi, I need to change my static left menu's into more dynamic ones, like when you click one title of the menu, it shows it sub menu etc. Any body knows if that can be achieved using PHP? Or should i repel on other techniques? If someone did make similar stuff, could you please send me an example

[PHP] iterating multidimensional arrays

2001-01-11 Thread Cybercandy Ltd
sorry previous message was incomplete: I'm trying to get my head around multidimensional arrays and iterating using each(). I don't get why this script: prints ArrayArray rather than AlphaBeta can someone help me clear the fog? Allan -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Running java under php4 (PHP4 ext/java)

2001-01-11 Thread Eduard Witteveen
>> I was wondering if somebody could give me some links to information >> about running java. > Check out : > > Can someone explain me how PHP interacts with Java ? > -- > http://www.faqts.com/knowledge_base/view.ph

RE: [PHP] Dynamic 'left menu's' on site: Like a windows explorer system???

2001-01-11 Thread Sander Pilon
> Hi, > > I need to change my static left menu's into more dynamic ones, like when > you click one title of the menu, it shows it sub menu etc. > > Any body knows if that can be achieved using PHP? Or should i repel on > other techniques? > If someone did make similar stuff, could you please se

Re: [PHP] iterating multidimensional arrays

2001-01-11 Thread Abe Asghar
Hey there, try this... \n"; while (list ( , $val) = each ($allan[$key1])) { echo " - $val\n"; } } ?> Abe - Original Message - From: "Cybercandy Ltd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 12:57 PM Subject: [PHP] iterating multidimensional arr

[PHP] Help---using pdfs with PHP

2001-01-11 Thread Sam
This is the code I use if ($HTTP_ACCEPT_LANGUAGE=="en-gb") { header("location: URL/test.pdf"); exit; } but it doesn't work, whereas when I paste the URL into the browser, it works fine. Is there any reason for this? Thanks Sam Rose _

RE: [PHP] Dynamic 'left menu's' on site: Like a windows explorer system???

2001-01-11 Thread Hrishi
take a look at phpmyadmin. they have something similar. i cant remember the URL (and i'm too lazy) but u can find it from http://freshmeat.net/projects/phpmyadmin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP] Special Characters

2001-01-11 Thread TV Karthick Kumar
PHP 3.0.17 with Oracle db Hi all, I am working on a search functionality where in I dont' get the exact search results if the user types in a name with special characters like: med vänlig hälsning, António etc. and characters like: åäö I dont' know whether there's any built in funct

[PHP] OS X

2001-01-11 Thread Abe Asghar
Hey there, does anyone use PHP 4 + Apache on MAC OS X. Is this possible? Also does anyone know any good sites with info about this. Thanks, Abe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] OS X

2001-01-11 Thread defender of the protocol
given that osx is a BSD-based system, and that apache will compile on it, i dont see why not sorry dont know of any relevant sites, but i'm sure there are :) - jeremy At 08:35 AM 1/11/2001, you wrote: >Hey there, > >does anyone use PHP 4 + Apache on MAC OS X. > >Is this possible? > >Also does

[PHP] running scripts

2001-01-11 Thread DonJuan
Hi, I've written a weekly newsletter in php3 and there are more then 900 readers of the email sent. The script is always started through a web-browser (pe. www.myurl.com/admin ). Is there a way to keep the script running, even after the browser is closed? (sending 900 emails might take a while)

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
JB wrote: > > I also forgot to mention. I am leaning towards using GET to send the session > ids. Many people have told me that customer penatration decreases, some Which people? What facts do they have to support their claims? Is this a bigger problem than distrust in credit card security? Is i

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
I did very much of the work already! There are just some smaller (and important) things to fix, but I think for an experienced programmer would it be just a day of work. You can see what i did until now here http://www.zabia.net/admin/dregtest/index.php?do_global=1 Just check it out! *

[PHP] BIG site names using PHP?

2001-01-11 Thread Monte Ohrt
Can anyone give me a list of big named sites (or point me to a list) that use PHP? Basically, site names that marketers can recognize as "big names", or very well known. Thanks Monte -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Alexander Wagner
Paul K Egell-Johnsen wrote: > When in doubt, follow the stream... Check out this, Amazon uses cookies, > Amazon does a lot of business. Do you really feel that Amazon misses out > on a lot of customers? Do you know of any large websites doing shopping > carts which doesn't rely on cookies? I don'

Re: [PHP] Good and working documentation generator

2001-01-11 Thread Paul K Egell-Johnsen
Alain Fontaine wrote: > > Hi, > > Is there such a thing yet ? I have had a look at the currently "being > developed" documentation generators, but they just don't quite cut it yet, > or did I miss one that actually works well ? > > We are working on Windows platforms, so a tool that does not re

Re: [PHP] PHP simulator

2001-01-11 Thread John Meyerhofer
Todd, I currently have Apache 1.3.14 and PHP 4.04 running on WinNT 4.0 (on a laptop even!). I have also run it on Win 95 in the past. I've never had any problems with Apache on Windows even though the Apache people say that it "should still be considered beta quality code". It's worked really

Re: [PHP] AFTERBURNER - PHP CACHE

2001-01-11 Thread Michael Kimsal
Our initial tests showed ~10-20% speed increase on benchmarks where we just hit a page over and over, but not on all pages. The code is included, so people can see what it's doing, but it is most likely not as sophisticated as Zend's upcoming offering. Zend actually knows how everything works -

Re: [PHP] cool OOP-phenomena!

2001-01-11 Thread Paul K Egell-Johnsen
Moritz Petersen wrote: > > Hi list, > > this is not a problem, but a nice feature of OOP, I found today. Maybe it is > useful for someone: > > // class test > > class Basis > { > var $name = "Basis"; > > function Basis($typ = false) >

Re: [PHP] looking for a PHP editor

2001-01-11 Thread Miles Thompson
Hi Brian, Yes, I agree. Early on in using PHP I was working with someone else's code, and kept encountering the infamous condition test followed by straight HTML scenario, like so: if( this == true){?> followed by some HTML and more HTML, often quite a bit, sometimes 30-40 lines maybe with

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > JB wrote: > > > > I also forgot to mention. I am leaning towards using GET to send the session > > ids. Many people have told me that customer penatration decreases, some > > Which people? What facts do they have to support their claims? Is this a > bigger problem

Fwd: [PHP] Session Mgmt in MySQL - cleanup

2001-01-11 Thread Hardy Merrill
Trying again - no-one responded 1st time... - Forwarded message from Hardy Merrill <[EMAIL PROTECTED]> - > Date: Wed, 10 Jan 2001 21:01:10 -0500 > From: Hardy Merrill <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP] Session Mgmt in MySQL - cleanup > > I've adapted a session

[PHP] Netscape does not show all the variables

2001-01-11 Thread Sam
Hi all, when I use IE, and do a phpinfo() The variable HTTP_ACCEPT_LANGUAGE displays en-gb (for english GB) But Netscape only displays en... The problem is, is that I want to know where visitors to my site are coming from i.e. UK, US, Australia, so that I can do a bit of php so that the releva

RE: [PHP] OS X

2001-01-11 Thread Mathias Meyer
> -Original Message- > From: defender of the protocol [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 2:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] OS X > Hey defender ;) > given that osx is a BSD-based system, and that apache will > compile on it, i > dont see why

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
Alexander Wagner wrote: > > Paul K Egell-Johnsen wrote: > > When in doubt, follow the stream... Check out this, Amazon uses cookies, > > Amazon does a lot of business. Do you really feel that Amazon misses out > > on a lot of customers? Do you know of any large websites doing shopping > > carts w

[PHP] Content Pulls

2001-01-11 Thread Wacks, David
Hi, I was wondering if anyone knew where to obtain content that can be incorporated into web pages. Partnering Opportunities, free, commercial content. Similar to an excite type offering, e.g. news, weather, movies, etc. I have some but am trying to build partnerships and enhance the offerings

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
If you finish it fast and as i want (i will help with the signup) you will get 2 domain registrations for free for 2 years each!!! K.Simon Webmaster http://www.zabia.net *** REPLY SEPARATOR *** On 11/01/2001 at 6:32 nonoy apellido wrote: >hi, > > what do u you mean?

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
PS: Plus Free Domain Parking if you need to! *** REPLY SEPARATOR *** If you finish it fast and as i want (i will help with the signup) you will get 2 domain registrations for free for 2 years each!!! K.Simon Webmaster http://www.zabia.net *** REPLY SEPARATOR *

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
JB wrote: > > I also forgot to mention. I am leaning towards using GET to send the session > ids. Many people have told me that customer penatration decreases, some > times significantly, when requiring cookies to use the cart. How would this > have an effect on my script? i will have to call the

RE: [PHP] Re: PHP programmer needed.

2001-01-11 Thread Jon Haworth
Wow, £20 worth of domains hooray... | -Original Message- | From: K.Simon [mailto:[EMAIL PROTECTED]] | Sent: 11 January 2001 14:35 | To: nonoy apellido; [EMAIL PROTECTED] | Subject: [PHP] Re: PHP programmer needed. | | | | If you finish it fast and as i want (i will help with the

RE: [PHP] Stripping!!!

2001-01-11 Thread K.Simon
Thx, but could anybody give me an example? It shouldnt be too hard?! *** REPLY SEPARATOR *** On 11/01/2001 at 13:50 Moritz Petersen wrote: >with every line do the following to get the name: > >$name = strtok($line, " "); > >Mo. > >> -Original Message- >> From: K.Simon [

AW: [PHP] running scripts

2001-01-11 Thread Sebastian Stadtlich
if your server is not in safemode or as stupid cgi: http://www.php.net/manual/html/function.ignore-user-abort.html Sebastian > -Ursprüngliche Nachricht- > Von: DonJuan [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 11. Januar 2001 14:56 > An: [EMAIL PROTECTED] > Betreff: [PHP] runni

[PHP] mysql index (semi ot)

2001-01-11 Thread Larry Hotchkiss
I am developing a site with php, apache and mysql. The database will have likely 250k to 500k records at most, but the data will be changing often. New records will be constantly added and old ones removed. I am pretty new to DB's and was wondering what is the best way to keep the index

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Alexander Wagner
Paul K Egell-Johnsen wrote: > What really irked me is that you've received advice about market > penetration of shops. Based on my experience it is only geeks/OSS people > who have any problem with cookies, and at the same time those are the > people who are experts and then deal out advice about

RE: [PHP] Content Pulls

2001-01-11 Thread Alan Todd
smime.p7m

Re: [PHP] Netscape does not show all the variables

2001-01-11 Thread Cynic
you won't find out anything useful this way. I'm Czech (central Europe), and have en-us at the first position in the list of preferred languages. At 15:53 11.1. 2001, Sam wrote the following: -- >Hi all, > >when I use IE, and do a php

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
Bryne Jørg Vidar wrote: > > If you set it up so that every incoming mail to your domain ends up in one > account, ... Well, just this is my problem: I don't have an account for every possible address. I don't know the address yet before it arrives at our server! - dk -- PHP General Mailing L

Re: [PHP] include path confusion

2001-01-11 Thread Randy
Thanks for the info Brian. But what about the path you have in the include statement? IE: include "../path1/file.php" Does it ignore the path? Try the path? Or just append that path to the end of each path in the include_path? Best regards, Randy Wednesday, January 10, 2001, 5:06:44 PM, yo

[PHP] Redhat 7 problem and fix

2001-01-11 Thread Michael Kimsal
We upgraded a box running RH6.2 to RH7. Same build process for PHP as before, but the ereg functions didn't work the same. ereg_replace("{cow}",$cow,$x); now needs to be ereg_replace("\{cow\}",$cow,$x); The {} are escaped now. Dunno what changed 'under the hood', but the only change we made

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Paul K Egell-Johnsen
Alexander Wagner wrote: > But did you know that for reasons of privacy it is officialy it is not > allowed to set a cookie without asking in germany? (no one cares or even > tries to enforce it, but thats not the point) No, I didn't. I can see why, especially with the sneaky doubleclick stuff (i

Re: [PHP] include path confusion

2001-01-11 Thread Randy
Thanks for the info Brian. But what about the path you have in the include statement? IE: include "../path1/file.php" Does it ignore the path? Try the path? Or just append that path to the end of each path in the include_path? Best regards, Randy Wednesday, January 10, 2001, 5:06:44 PM, yo

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Michael Kimsal
But you SHOULD know what DOMAIN it's going to - [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] can all go to one account. It's not a case of setting up individual usernames to point to one account - mail for the whole domain could/should be routed to the one account. [EMAIL PROTECTED] w

Re: [PHP] Shopping Cart Schema - Sessions

2001-01-11 Thread Michael Kimsal
Paul K Egell-Johnsen wrote: > Alexander Wagner wrote: > > > But did you know that for reasons of privacy it is officialy it is not > > allowed to set a cookie without asking in germany? (no one cares or even > > tries to enforce it, but thats not the point) Why don't they make it illegal to ru

Re: [PHP] Netscape does not show all the variables

2001-01-11 Thread Paul K Egell-Johnsen
Sam wrote: > > Hi all, > > when I use IE, and do a phpinfo() > > The variable > HTTP_ACCEPT_LANGUAGE displays en-gb (for english GB) > > But Netscape only displays en... > > The problem is, is that I want to know where visitors to my site are coming > from i.e. UK, US, Australia, so that I ca

[PHP] Managing MySQL over the web using PHP

2001-01-11 Thread Nyon
Hi, I am looking for an array of PHP scripts to manage a remote MySQL database. Functions include MySQL database maintanence and data entry/updating/editing/deletion. So far, I come across PHPMyAdmin. Is there any other solutions or tools ? Thanks Nyon -- PHP General Mailing List (http://www

RE: [PHP] Netscape does not show all the variables

2001-01-11 Thread Sam
Yeah, but there are three locations that I have which are UK, US and Australia. Each of them have different en-??. Well on IE anyway. So I'm not sure which way to go about this. -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 3:12 PM To: Sam; '[

RE: [PHP] SSH file transfers

2001-01-11 Thread Sam Leibowitz
To my knowledge, there's no way to make a browser do SCP without coming up with a custom plugin, which isn't likely to be within the scope of stuff you're willing to take on. Fortunately, someone else has done it for you. F-Secure SSH is an SSH terminal client that includes tunneling and file t

Re: [PHP] include path confusion

2001-01-11 Thread Paul K Egell-Johnsen
Randy wrote: > > Thanks for the info Brian. But what about the path you have in > the include statement? IE: include "../path1/file.php" > > Does it ignore the path? Try the path? Or just append that path > to the end of each path in the include_path? > > Best regards, > Randy My experience i

[PHP-CVS] cvs: php4 /ext/sablot sablot.dsp

2001-01-11 Thread Daniel Beulshausen
dbeuThu Jan 11 06:50:52 2001 EDT Modified files: /php4/ext/sablotsablot.dsp Log: removed old expat libs Index: php4/ext/sablot/sablot.dsp diff -u php4/ext/sablot/sablot.dsp:1.1 php4/ext/sablot/sablot.dsp:1.2 --- php4/ext/sablot/sablot.dsp:1.1 We

RE: [PHP] Netscape does not show all the variables

2001-01-11 Thread Cynic
The HTTP_ACCEPT_LANGUAGE has nothing to do with location. Is it called HTTP_USER_POSITION? No. It's a code of the _language_ (well, actually, list of codes of languages, along with their preference weights (if that's the right word) that a user can set to _anything_ in their browser. Example:

Re: [PHP] Running java under php4 (PHP4 ext/java)

2001-01-11 Thread Fraser MacKenzie
I can get you past this part, but I cannot get you past the: unable to instantiate non-existant class: java error. It is driving me bloody nuts. I have tried 3..count em...3 different JDKs now. It has taken up way more of my time than I would have liked... Fraser On Thu, 11 Jan 2001, Eduard

[PHP] space increment

2001-01-11 Thread Wee Chua
Hi all, I would like to have codes which will could automatically generate as many as sequence number variables based on how many rows return from the query, such as if I have 10 rows from the query result, I would have $var1,$var2,$var3,$var4and so on, but the value of $var1 would equal to 3

Re: [PHP] Running java under php4 (PHP4 ext/java)

2001-01-11 Thread Cynic
PHP so far AFAIK has problems with JVM. A wouldn't recommend playing with it yet unless you like pulling your hair out. At 16:29 11.1. 2001, Fraser MacKenzie wrote the following: -- >I can get you past this part, but I cannot get you p

Re: [PHP] mysql index (semi ot)

2001-01-11 Thread Paul K Egell-Johnsen
Larry Hotchkiss wrote: > > I am developing a site with php, apache and mysql. The database will have > likely 250k to 500k records at most, but the data will be changing often. > New records will be constantly added and old ones removed. I am pretty new > to DB's and was wondering what is

[PHP] passing data to another php page.

2001-01-11 Thread jim davis
Hello! I have looked up and found out how to pass data into a function and have that function return data. Now i was wondering if there was a way, with out using html's tag, to call another php page and pass it data? Thanks! -Jim -- PHP General Mailing List (http://www.php.net/) To unsubscri

RE: [PHP] passing data to another php page.

2001-01-11 Thread Jeroen Wesbeek
read about the HTTP_GET vars (eg bla.php?var1=dgdsg&var2=DF&...&varn=3443) and se php4 session management... dowebwedo Jeroen Wesbeek .programming St. Jacobsstraat 16 Postbus 448 | 3500 AK Utrecht The Netherlands p 030 2348110 | f 030 2348605 [roses are red, violets are blue, I am s

[PHP] Post automaticly

2001-01-11 Thread Knut Sætre
Hi all! Is there a way to automaticly send a post request(redirect with method=post and some variables), using php. Like the user push the submit-button in a form. Knut G. Norway -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[PHP] session problems

2001-01-11 Thread Marco A. López Villa
i am workink with php 4.0.2, apache server 1.312 and mySql and i´m having throubles using sessionssomeone could help me thanks...

Re: [PHP] Stripping!!!

2001-01-11 Thread Robin Vickery
> "S" == "K Simon" <[EMAIL PROTECTED]> writes: > Thx, but could anybody give me an example? It shouldnt be too hard?! If you feel you have to do it in php then this should work. You'd save a lot of effort if you used the unix 'cut' command though. cut -d ' ' -f 1 inputfile.txt > outputfil

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
Oh, ok - that was a misunderstanding on my side! Of course it all goes to one account. Well, not really but instead of a real account it is piped directly into the script... But the problem still remains: If I am doing it this way, I never get to knoe the real receipient. Is there really no w

  1   2   3   4   >