RE: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Ow Mun Heng
Thanks for the Explanation. I guess I need to take another look at apache or try to get apache 1 installed for my server. I'm currently trying to get linux+apache+mysql+php up. (If i can ever figure out how to properly design my database) Cheers, Mun Heng, Ow H/M Engineering Western Digital M'si

RE: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Rasmus Lerdorf
Apache2 has a number of different modes it can work in. These modes are called MPM's. The default MPM is called Worker which is a multithreaded model. PHP, mod_perl, mod_python, and any other similar technology which links directly into the httpd processes will need to be perfectly threadsafe an

Re: [PHP] cookie question

2003-07-03 Thread David R
I have never read anything about a production server domain. How do I set the cookie for it? Thanks. David R "Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > David R wrote: > > >Hello, > >I have a cookie question. > > > >I have the following code is a file called tc.p

[PHP] Using TTF within an image

2003-07-03 Thread CDitty
Can someone please show me how to change the display font to a TTF in this code? I looked at the online manual under imageloadfont(), but I did not understand it enough. I have the MS TTFs installed on my server and they are working correctly. Thanks Chris $im = @imagecreate ($width,$heigh

RE: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Ow Mun Heng
Does anyone have any idea or could give me an idea why php & apache 2.0 is not 'good' together? Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Mark Charette [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:02 AM To: [EMAIL

Re: [PHP] cookie question

2003-07-03 Thread Leif K-Brooks
David R wrote: Hello, I have a cookie question. I have the following code is a file called tc.php I have no problem retrieving the value cookie value ( 123 ) on my local machine but when I post to the internet I can't get the cookie value. Any ideas why? Did you set the cookie for the productio

[PHP] cookie question

2003-07-03 Thread David R
Hello, I have a cookie question. I have the following code is a file called tc.php I have no problem retrieving the value cookie value ( 123 ) on my local machine but when I post to the internet I can't get the cookie value. Any ideas why? Thanks. David R -- PHP General Mailing List (http

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Greg Donald
> Does anyone know why Red Hat would switch to Apache 2.x.x when it is > well known that 2.x.x is NOT a production version? This question seems more appropriate for [EMAIL PROTECTED] or such since PHP has nothing to do with RedHat version control. But to answer your question, RedHat has always

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Michael Mulligan
I think this revenge is a bit (longer) more of a fun read ;-) http://www.scamorama.com/threebucks.html On 07/04/03 12:40 AM, "erythros" <[EMAIL PROTECTED]> wrote: > that was the coolest thing i've read in a while... (considering i just read > the latest harry potter book) > what a way to get tho

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Joel Rees
> Should people bend to the technology they use, or should the technology be > manipulated to do the people's bidding? If you want the non-standard, set it up in your client and don't bother the rest of us. That's how you bend your technology to do your bidding. If you aren't aware of what the st

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread erythros
that was the coolest thing i've read in a while... (considering i just read the latest harry potter book) what a way to get those guys back. "Adam Voigt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well spamming doesn't get them any money. I believe > I read they use this info to

[PHP] Extension to MIME type?

2003-07-03 Thread Leif K-Brooks
Is there any way to get Apache's list of extension -> MIME type associations into an array? I want to readfile() a file which only some users can view for security, but the file types vary from file to file so I need to know the MIME type. -- The above message is encrypted with double rot13 en

[PHP] Help with upload

2003-07-03 Thread Webmaster
I am trying to do a file upload using the following code. Script doesn't appear to generate any errors that I can see. Just that the file isn't copied. I have put in some debuging code and all variable seem to be correct. file just isn't copying. I have tried both copy() and move_uploaded_file() fu

Re: [PHP] DOMXML usage

2003-07-03 Thread Tom Rogers
Hi, Friday, July 4, 2003, 4:54:06 AM, you wrote: MG> I'm attempting to create a generic XML writer with the DOMXML functions MG> which takes as its input the array structure generated by gdemartiti on this MG> function page: MG> http://us3.php.net/manual/en/function.xml-parse-into-struct.php MG>

Re: [PHP] PDF on the fly ?

2003-07-03 Thread Suhas Pharkute
You have code to execute after filewriting,the output of that code will go as a pdf file continuation. try exit after writing filecontents. Suhas _ Encrypt your PHP code for FREE at http://encphp.sspsoft.com _ - Original Messa

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Mark Charette
Apache 2.x.x IS a production quality server, just not with PHP. Works great with Tomcat, mod_jk2, Struts, etc. - Original Message - From: "Shena Delian O'Brien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 8:04 PM Subject: Re: [PHP] Re: Red Hat 9, Apache 2, an

Re: [PHP] date() function and timestamps

2003-07-03 Thread Garrick Linn
Doh! Gracias. :-) At 11:58 PM 7/3/2003 +, Philip Olson wrote: :) You are using an m where you want an i. Regards, Philip On Thu, 3 Jul 2003, Garrick Linn wrote: > Hello all, > > I seem to be running into a problem where the date() function appears not > to differentiate properly between

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Shena Delian O'Brien
Does anyone know why Red Hat would switch to Apache 2.x.x when it is well known that 2.x.x is NOT a production version? Brad Pauly wrote: Just thought I would share my experience with RH9. I have been running Apache 1.3.27 and PHP 4.3.2 on RH9 for a couple weeks (since 4.3.2 came out anyway, an

Re: [PHP] date() function and timestamps

2003-07-03 Thread Philip Olson
:) You are using an m where you want an i. Regards, Philip On Thu, 3 Jul 2003, Garrick Linn wrote: > Hello all, > > I seem to be running into a problem where the date() function appears not > to differentiate properly between unix timestamps. > > For example, the code: > > > $seconds =

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Brad Pauly
Just thought I would share my experience with RH9. I have been running Apache 1.3.27 and PHP 4.3.2 on RH9 for a couple weeks (since 4.3.2 came out anyway, and 4.3.1 prior to that) on a test server. All are compiled from source. The only problem I have had was a bug with the version of mogrify t

Re: [PHP] PHP to Excel Export

2003-07-03 Thread daniel
excel has a char limit of 255 , if you can find a work around for it please do let me know , also , check out the bifwriter , i think the pear packages just outputs csv right ? > Hi Group, > > I am working on an app the creates an Excel file. Right now I am using > the PEAR package Spreadsheet_Exc

[PHP] date() function and timestamps

2003-07-03 Thread Garrick Linn
Hello all, I seem to be running into a problem where the date() function appears not to differentiate properly between unix timestamps. For example, the code: $seconds = 1054278483; echo "$seconds"; echo date("d-m-Y H:m:s", $seconds); echo ""; $seconds = ($seconds - 60); echo "$seconds"; echo

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Brad Pauly
Todd Cary wrote: Linux is quite new for me, so please forgive me if my questions are rather basic. I have RH 9 installed and I want to add the Interbase extensions to PHP and then recompile Apache. Conceptually I understand what has to be done, but I do not know the steps or syntax. Is there

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Todd Cary
Mark McCulligh wrote: I am also building a new server. I am going with RedHat 8, but only installing the Classic server from the CDs. Then installing/configuring Apache/PHP/MySQL/SSL manually. I like the rpm install programs but I like to be able to add modules in the future and I find it e

[PHP] Please Hit these links... (for testing purposes)

2003-07-03 Thread Michael Smith
Hey, would everyone take a wack at http://www.prattmuseum.org:8080/prattcms/ http://www.prattmuseum.org:8080/prattcms/?id=49 and click links a couple of times? I'm working on some stats, and I especially need some from foreign countries (not US). Thanks! -Michael -- PHP General Mailing List (htt

[PHP] Please Hit these links... (for testing purposes)

2003-07-03 Thread Michael Smith
Hey, would everyone take a wack at http://www.prattmuseum.org:8080/prattcms/ http://www.prattmuseum.org:8080/prattcms/?id=49 and click links a couple of times? I'm working on some stats, and I especially need some from foreign countries (not US). Thanks! -Michael -- PHP General Mailing List (h

[PHP] CSR file

2003-07-03 Thread Siddharth Hegde
Hello, Does any one know how to decode a CSR ( Certificate Signing Request) file in PHP and get the ifo out from the server? - Sid

Re: [PHP] PHP to Excel Export

2003-07-03 Thread Chris Hayes
At 16:56 3-7-2003, you wrote: Hi Group, I am working on an app the creates an Excel file. Right now I am using the PEAR package Spreadsheet_Excel_Writer. It works great but I have one problem. I have a field greater then 255 to export and the PEAR package truncates anything over 255. Has anyone u

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Greg Donald
> I usually don't like to use the new of anything until it have been out for > sometime and I don't see any see bug reports. And just when would this rare event occur, if ever? Every version of Apache, PHP, or Linux distro ever released has had bugs or exploits of some form. If you're waiting

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread ed
Does anyone remember the warning concerning MySQL and glibc. I distinctly remember some conflict between the two and up2date installing a bad mismatch lib making MySQL act funny. It's one of the reasons I'll stick with Red Hat 7.3 but I my conclusions about the situation may be clouded because of

[PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Mark McCulligh
I am also building a new server. I am going with RedHat 8, but only installing the Classic server from the CDs. Then installing/configuring Apache/PHP/MySQL/SSL manually. I like the rpm install programs but I like to be able to add modules in the future and I find it easier the configure it all by

Re: [PHP] PDF on the fly:::Addition

2003-07-03 Thread Shena Delian O'Brien
[-^-!-%- wrote: I just found out that the generated file, though with .pdf extension, is actually an HTML file. The file was never encoded to PDF. What am I missing? You need a PDF file library... http://www.php.net/manual/en/ref.cpdf.php http://www.php.net/manual/en/ref.pdf.php -- PHP General Mai

Re: [PHP] PDF on the fly:::Addition

2003-07-03 Thread [-^-!-%-
I just found out that the generated file, though with .pdf extension, is actually an HTML file. The file was never encoded to PDF. What am I missing? -john =P e p i e D e s i g n s www.pepiedesigns.com Providing Solutions That Increase Productivity Web Developement. Database. Hosting. Mul

[PHP] PDF on the fly ?

2003-07-03 Thread [-^-!-%-
Hello! I'm trying to create a PDF file for downloading, but Acrobat cannot read the generated file. I get a "file corrupted or cannot be found", whenever I try to open the file. My script is as follow: header("Cache-control: private"); header("Content-type: application/octet-stream"); header(

Re: [PHP] Need a function to calculate time difference.

2003-07-03 Thread Jack Sasportas
datetime. Thanks Jim Lucas wrote: what type of format does your column take? date time datetime ?? Jim Lucas - Original Message - From: "Jack Sasportas" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 2:11 PM Subject: [PHP] Need a function to calculate

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread ed
I'm current;y in the process of setting up a new web server myself. The obvious choice for me was to use Red Hat 7.3 for the install. On a clean install all the nice options are already present, (ssl, php, mysql, gd lib) which is much better thatn what we used to run, Red Hat 5.2! Been running th

Re: [PHP] Sending a PDF page

2003-07-03 Thread Suhas Pharkute
try to send it as attachment Suhas _   Encrypt your PHP code for FREE at   http://encphp.sspsoft.com   _ - Original Message - From: Todd Cary To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 1:18 PM

[PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Joseph Szobody
Folks, I'm just getting ready to built a webserver this weekend and was planning on using RH9, so this thread especially caught my eye. The website that the server will be hosting is pretty simple, some basic DB queries, no special Apache modules. Is Apache 2.0 still not a good choice for somet

Re: [PHP] Sending a PDF page

2003-07-03 Thread Ray Hunter
Try using the a shutdown function: http://us2.php.net/manual/en/function.register-shutdown-function.php and put all your logic that needs to run after the exit function. -- BigDog On Thu, 2003-07-03 at 13:18, Todd Cary wrote: > [Sent this the first time to the wrong list] > > In this code: >

Re: [PHP] Sending a PDF page

2003-07-03 Thread Brad Pauly
Todd Cary wrote: In this code: if ($prtpdf) { include "letter_new.php"; exit; } I create a PDF page, however I would like to continue within the script (not have the exit). If I do that, the PDF page is corrupted by the script code. What is the best solution for this? I am assuming

[PHP] Re: Please Help.. cgi.force_redirect does not work

2003-07-03 Thread Scott Fletcher
Oddly, the CGI Error message is intermitted. It come on some of the time and some of the other time doesn't. What is the problem here.? "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > To make the long story short, we use IIS 5.0 with PHP 4.0.6 for a

Re: [PHP] how do i work with an "object"

2003-07-03 Thread Brad Pauly
greg brant wrote: imap_headder info returns an "object". print_r works to see all the stuff containd within but when i try to acces it via print object[date]; i get naff all You need to assign the object to a variable first. There are some examples in the user contributed notes in the manual, bu

[PHP] how do i work with an "object"

2003-07-03 Thread greg brant
imap_headder info returns an "object". print_r works to see all the stuff containd within but when i try to acces it via print object[date]; i get naff all to save you looking, heres the entry in the manual cheers folks Description object imap_headerinfo ( resource imap_stream, int msg_number

[PHP] Sending a PDF page

2003-07-03 Thread Todd Cary
[Sent this the first time to the wrong list] In this code:  if ($prtpdf) {     include "letter_new.php";     exit;   } I create a PDF page, however I would like to continue within the script (not have the exit).  If I do that, the PDF page is corrupted by the script code. What is the best

[PHP] DOMXML usage

2003-07-03 Thread Matt Grimm
I'm attempting to create a generic XML writer with the DOMXML functions which takes as its input the array structure generated by gdemartiti on this function page: http://us3.php.net/manual/en/function.xml-parse-into-struct.php Actually, it's the updated version done by [EMAIL PROTECTED], here: ht

[PHP] Re: web based mail client

2003-07-03 Thread greg brant
yeah. the thing is. its a bit of a fudge. we dont have our own news server. were just on a £150 pre year hosting service its somthing we want to do so the workaround is you have one catch-all e-mail address then your mail system lives within this. so a user logs in to your e-mail frontend. not the

[PHP] Uploading files time out every so often

2003-07-03 Thread Ivo Pletikosic
Hello, I am currently involved in a site where users frequently need to upload text files of various sizes. Every so often users will experience problems where the uploads will start timing-out and need to be reinitiated. The timeout problem comes and goes, so far I've been unable to find the roo

Re: [PHP] Red Hat 9, Apache 2, and PHP

2003-07-03 Thread justin gruenberg
Jeff Schwartz wrote: The PHP site (under Servers-Apache 2.0) says "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows" but isn't clear whether Linux is included or whether it applies to all Apache 2 releases (such as 2.0.46) or just the original 2.0. And, Red

RE: [PHP] Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Ford, Mike [LSS]
> -Original Message- > From: Jeff Schwartz [mailto:[EMAIL PROTECTED] > Sent: 03 July 2003 18:52 > > The PHP site (under Servers-Apache 2.0) says "Do not use > Apache 2.0 and PHP in a production environment neither on > Unix nor on Windows" Well, that's a clumsily-worded sentence all aro

Re: [PHP] Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Sancar Saran
On Thursday 03 July 2003 20:51, Jeff Schwartz wrote: > The PHP site (under Servers-Apache 2.0) says "Do not use Apache 2.0 and PHP > in a production environment neither on Unix nor on Windows" but isn't clear > whether Linux is included or whether it applies to all Apache 2 releases > (such as 2.0.

RE: [PHP] Break, Exit, Die, Kill, Maime and Stab

2003-07-03 Thread Chris Hayes
At 14:35 3-7-2003, you wrote: > -Original Message- > From: Jeff Moser [mailto:[EMAIL PROTECTED] > Sent: 03 July 2003 13:07 > > So...why not write the entire included file as a function and > then call that > function instead of using include? I'd be interested, though, > to hear if the > re

[PHP] Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Jeff Schwartz
The PHP site (under Servers-Apache 2.0) says "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows" but isn't clear whether Linux is included or whether it applies to all Apache 2 releases (such as 2.0.46) or just the original 2.0. And, Red Hat 9 comes with

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Jeff Harris
On Jul 3, 2003, "Jason Wong" claimed that: |On Thursday 03 July 2003 19:48, Christian Wach wrote: | |> Just to chime in on the "reply to" thread earlier, Daryl, by hitting "reply |> all" has now sent his email address to these 401 scamsters as well as the |> list. Hopefully he'll not suffer any co

[PHP] Re: web based mail client

2003-07-03 Thread Anthony
In addition to using an elready developed web mail client. If you plan to have a large number of users, you might want to go with some type of completely managed packaged software. I was reading about Novell NetMail. Check it out, even runs on Linux now too --> http://www.novell.com/products/netm

RE: [PHP] PHP and graphics

2003-07-03 Thread SED
Hello Aracena, To answer your question: Yes, this is doable in PHP/MySQL but you need to make the maps, database and functions by yourself. However, I have not yet found any "all-ready-made" solution (without paying huge $$$). If you will find solution, please inform us if possible - even if you

[PHP] Please Help.. cgi.force_redirect does not work

2003-07-03 Thread Scott Fletcher
Hi! To make the long story short, we use IIS 5.0 with PHP 4.0.6 for a while. Then we builted a new database server, SQL-2000 and point the website to the new server. Then we notice the problem with the CGI error. So, we last week downloaded the PHP 4.3.3 and update the IIS with the newer PHP

[PHP] PHP form builder?

2003-07-03 Thread J J
I've seen survey tools before to build surveys dynamically with PHP code, but I'm looking for something a bit more simple that just allows you to build HTML forms dynamically. Something where I say I need 10 fields, some checkboxes, a submit button and it then generates the form on the fly. Then

[PHP] imap_search question

2003-07-03 Thread greg brant
hi. in the php manual the entry for imap_search states it has 3 arguments "imap_search ( resource imap_stream, string criteria, int options)" i get the first 2, but whats the third. at the end of the page it says "Valid values for flags are SE_UID, which causes the returned array to contain UID

[PHP] Re: Connect Active Directory using LDAP... please help :)

2003-07-03 Thread Vince C
Hi Sven, I have tried to put the my login username in that place. But it showed "Invalid Credental". Since I am new to this AD and LDAP, would it be the format of my username? Should I just put my login username, or should I put the whole bunch of line such as "CN=my name, DN=" something like

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Grant Rutherford
Hi there, Thank you! I had a feeling that javascript would be the answer, but as I have not yet learned javascript, I was hoping that php would work. Oh, well. No sense putting that off anymore. Time to delve into the javascript tutorials. Thanks for your time, everyone. Grant On Thu, 2003-

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Adam Voigt
On Thu, 2003-07-03 at 12:02, Dan Joseph wrote: > Oh, yeah, that is correct. You'd need to use the tag and put some > javascript in them to target the frames. I'm not up on the javascript > enough though, check javascript.internet.com for more information. > > -Dan Joseph > > > -Origin

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Anthony
pathetic isn't it :-/ - Anthony "Doug Essinger-Hileman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 3 Jul 2003 at 9:06, Adam Voigt wrote: > > > Well spamming doesn't get them any money. I believe > > I read they use this info to transfer money from your bank > > account, af

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Dan Joseph
Oh, yeah, that is correct. You'd need to use the tag and put some javascript in them to target the frames. I'm not up on the javascript enough though, check javascript.internet.com for more information. -Dan Joseph > -Original Message- > From: Grant Rutherford [mailto:[EMAIL PROTECTED]

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Grant Rutherford
Hi there, Thanks for your response. I understand that I can specify a target in the form tag. However, if I were to do that both buttons would have to go to the same frame. (I think?) If I could specify the target for each submit button, that would work perfectly. Also, if I could have the sa

Re: [PHP] Break, Exit, Die, Kill, Maime and Stab

2003-07-03 Thread Jim Lucas
i works for me in many different areas on my site Jim Lucas - Original Message - From: "Jeff Moser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 5:07 AM Subject: RE: [PHP] Break, Exit, Die, Kill, Maime and Stab So...why not write the entire included file as

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Dan Joseph
Hi, > I was wondering if there is a way to use the header function in php to > redirect the browser's output to a different frame. > > Specifically, I have a form on frame A which has two submit buttons. I > would like one to submit the data in the form to a page which will load > in frame A, and

[PHP] Redirect to a different frame...

2003-07-03 Thread Grant Rutherford
Hello there, I was wondering if there is a way to use the header function in php to redirect the browser's output to a different frame. Specifically, I have a form on frame A which has two submit buttons. I would like one to submit the data in the form to a page which will load in frame A, and t

[PHP] Re: PHP + Linux: Configuration?

2003-07-03 Thread Anthony
Not 100% sure, but isn't $HTTP_POST_VARS depricated?... to lazy to look in the manual right now. You should use $_POST instead. I have no idea if that's causing your problem though :-P - Anthony "Luiz Morte" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello list, I have a prob

[PHP] Re: [PHP-DB] Database question

2003-07-03 Thread Paul Chvostek
On Thu, Jul 03, 2003 at 07:00:17AM -0700, Hardik Doshi wrote: > > Currently i am connecting the underlying database > server from every php page. To reduce the connection > overhead i am thinking to store the PEAR DB object > into the registry (session) at the time of user login. > Here i am connec

[PHP] PHP and graphics

2003-07-03 Thread César Aracena
Hi all, I'm developing a new site where the visitors, among other things, will be able to see a map of my country, choose a region then a city, in order to see a complete map of that place. Another good thing would be to let the user set the starting and destination points of a trip and show him o

[PHP] PHP to Excel Export

2003-07-03 Thread Mark McCulligh
Hi Group, I am working on an app the creates an Excel file. Right now I am using the PEAR package Spreadsheet_Excel_Writer. It works great but I have one problem. I have a field greater then 255 to export and the PEAR package truncates anything over 255. Has anyone used or know of a Excel class

[PHP] Error configure php 5.0.0b1 on Solaris 2.8 with openssl 0.9.7b

2003-07-03 Thread Ziying Sherwin
We are trying to build php 5.0.0b1 on our Solaris 2.8 platform with gcc 3.3 and openssl 0.9.7b. The configuration failed with the following message: Configuring extensions checking for OpenSSL support... yes checking for OpenSSL version... >= 0.9.6 checking for CRYPTO_free in -lcrypto... yes ch

Re: [PHP] Multiple posts.

2003-07-03 Thread Jeff Harris
On Jun 30, 2003, "news.php.net" claimed that: |I was wondering if there is a way to solve my problem. I want to send |certain information to certain webpage for about 25 times ( I wanna make a |webpage to send a SMS to every player in our soccer team). I can send the |needed information to one ser

[PHP] Re: Database question

2003-07-03 Thread Pete Morganic
definately do NOT recommend this path- Just make an include file at the top of each page pete Hardik Doshi wrote: Hi Group, Currently i am connecting the underlying database server from every php page. To reduce the connection overhead i am thinking to store the PEAR DB object into the registry (

[PHP] Multiple posts.

2003-07-03 Thread news.php.net
I was wondering if there is a way to solve my problem. I want to send certain information to certain webpage for about 25 times ( I wanna make a webpage to send a SMS to every player in our soccer team). I can send the needed information to one server and it sends an SMS but how to do it 25 times i

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Doug Essinger-Hileman
On 3 Jul 2003 at 9:06, Adam Voigt wrote: > Well spamming doesn't get them any money. I believe > I read they use this info to transfer money from your bank > account, after convincing you to scan your passport for > them, or something like that. Actually, the scam is fairly sophisticated. They as

[PHP] Setting Cookie Going Nuts

2003-07-03 Thread Mike Morton
I am trying to issue a cookie, using the set cookie directive, and it is not working for some reason. The code below I have used before with perfect success. The only difference between the other place that I am using it is that the other place has globals on, this server has globals off (tho I t

RE: [PHP] print html code

2003-07-03 Thread Dan Joseph
Hi, > I would bet that it would be easier to come up with a browser that > supports 100% of the HTML standard (which is IMHO the minimum the > browser HAS to support) than it would be to come up with a browser that > supports 100% of the nonstandard. :) > > As the old saying goes two wrongs d

[PHP] Database question

2003-07-03 Thread Hardik Doshi
Hi Group, Currently i am connecting the underlying database server from every php page. To reduce the connection overhead i am thinking to store the PEAR DB object into the registry (session) at the time of user login. Here i am connecting the Database only one time and rest of the time i am using

Re: [PHP] print html code

2003-07-03 Thread Wendell Brown
On Wed, 2 Jul 2003 14:23:23 -0700, Jim Lucas wrote: >well, tell me. What browser follows the standards 100% ?? I would bet that it would be easier to come up with a browser that supports 100% of the HTML standard (which is IMHO the minimum the browser HAS to support) than it would be to come up

[PHP] Re: dynamic form display??

2003-07-03 Thread Anthony
PHP is not what you're looking for here. You'll want to use something like JavaScript. I'm assuming that you want to do this on the browser side so that you'll upload all the files at once. If that is the case, PHP won't know anything about it since it's a server side language. I've seen things

[PHP] Re: PHP user group

2003-07-03 Thread Steve Magruder
Erich Kolb wrote: > Does anyone know of a PHP user group near Gurnee, IL. I found one in > Chicago, but its a little far to go and they meet in the middle of > the day on Sat. Take a look at http://php.meetup.com - perhaps there's a PHP meetup near you. Steve -- Steve Magruder Consulting - htt

[PHP] Re: Calculating Largest Member of Array

2003-07-03 Thread Anthony
why not just change your array structure a little so that the date is the key, and the elements are the values. so it would look like this. Array ( [Jan-99] => Array ( [0] => 6399.36 [1] => 6132.71 [2] => 2242.20 [3] => 53.27

[PHP] Re: web based mail client

2003-07-03 Thread Pete Morganic
There's loads of email clients here http://www.hotscripts.com/PHP/Scripts_and_Programs/Email_Systems/Web-based_Email/index.html Greg Brant wrote: hi, im the lead developer for a small online magazine / community we want to set up an e-mail service where our users can create their own mail accoun

RE: [PHP] dynamic form display??

2003-07-03 Thread Jay Blanchard
[snip] On the form that I am creating I allow the user to browse for a file. I would like it that once the user selects the file, that it displays only the file information in a on the same page. The idea is that the user can keep browsing and selecting files and the file information (location a

[PHP] Job Offer

2003-07-03 Thread Erich Kolb
The company that I work for is currently looking for an additional web developer. If you are interested, please send your resume and a link to at least 3 of your most recent projects. Qualified candidates should have at least 4 years of experience with HTML/Javascript Design, PHP, MySQL, Apache,

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Dan Joseph
No, they actually contact you, and scam you for about 2 trips to Europe, and $50,000. That's how they make their money. There have been several documentaries on cable about this stuff. -Dan Joseph > -Original Message- > From: Brian S. Drexler [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Adam Voigt
Well spamming doesn't get them any money. I believe I read they use this info to transfer money from your bank account, after convincing you to scan your passport for them, or something like that. One guy decided to "strike back", check it out: http://www.haxial.com/spls-soapbox/nigerian-fraud/

[PHP] Re: php my sql question

2003-07-03 Thread Anthony
When you upload the page to the webserver and then access it, do you just see the source? If so then you probably don;t have PHP support as part of your hosting package. Call your web host and find out. Also, if you're really new to PHP, I'll through this out too, you did put arround your scrip

[PHP] Re: PHP5 classes

2003-07-03 Thread Catalin Trifu
hi, Read the Changes in PHP 5/Zend Engine 2.0 http://www.php.net/zend-engine-2.php The sections about constructors and destructors are self explanatory: the engine does not call autmatically the destructors nor the constructors from the parent class. Cheers, Catalin --

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Jason Wong
On Thursday 03 July 2003 19:18, Shivanischal A wrote: > I believe very much in the spirit of mailing lists and will never commit > any undesirable activity. I'm not saying that you have been committing any undesirable acts -- and AFAIK you haven't -- yet ;-) > I got the idea is when i browsed t

RE: [PHP] Break, Exit, Die, Kill, Maime and Stab

2003-07-03 Thread Ford, Mike [LSS]
> -Original Message- > From: Jeff Moser [mailto:[EMAIL PROTECTED] > Sent: 03 July 2003 13:07 > > So...why not write the entire included file as a function and > then call that > function instead of using include? I'd be interested, though, > to hear if the > return broke out of the inclu

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Jason Wong
On Thursday 03 July 2003 19:48, Christian Wach wrote: > Just to chime in on the "reply to" thread earlier, Daryl, by hitting "reply > all" has now sent his email address to these 401 scamsters as well as the > list. Hopefully he'll not suffer any consequences from doing this, but the > risk is the

[PHP] web based mail client

2003-07-03 Thread greg brant
hi, im the lead developer for a small online magazine / community we want to set up an e-mail service where our users can create their own mail account similar to hotmail etc etc. i plan on using the imap_ functions and i was just wondering about the potential security issues related to theses fu

RE: [PHP] Break, Exit, Die, Kill, Maime and Stab

2003-07-03 Thread Jeff Moser
So...why not write the entire included file as a function and then call that function instead of using include? I'd be interested, though, to hear if the return broke out of the include. -- Jeff Moser Web Developer ihigh Inc. / Host Interactive 859.232.8282 ---

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Brian S. Drexler
You do have to admit though, it is a pretty good story. :-) Now let me ask you this. You reply to this e-mail and give your phone/fax numbers and then I'm assuming those get spammed all to hell too. Correct? -Original Message- From: Daryl Meese [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: [PHP] Get Rid of this Crook

2003-07-03 Thread Christian Wach
@ 3/7/03 12:33 pm Daryl Meese wrote: > Could someone that this ass of the mailing list Just to chime in on the "reply to" thread earlier, Daryl, by hitting "reply all" has now sent his email address to these 401 scamsters as well as the list. Hopefully he'll not suffer any consequences from doing

[PHP] Get Rid of this Crook

2003-07-03 Thread Daryl Meese
Could someone that this ass of the mailing list Daryl -Original Message- From: MARIAM ABACHA [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:02 AM To: [EMAIL PROTECTED] Subject: [PHP] ASSISTANCE NEEDED Hello, I am sorry for the embarrassment this letter might cause you as w

Re: [PHP] Forms & PHP

2003-07-03 Thread Greg Wiley
On Wed, 02 Jul 2003 14:58:39 +0100, Greg Wiley <[EMAIL PROTECTED]> wrote: On Wed, 2 Jul 2003 14:45:27 +0100, Gary Ogilvie <[EMAIL PROTECTED]> wrote: [snip] By maintaining the POST (assuming you're using POST)variables and calling them into the form values when reloaded. If you go to the second

[PHP] PHP + Linux: Configuration?

2003-07-03 Thread Luiz Morte
Hello list, I have a problem using php in linux. I´m using the code bellow: html code: php code ",count($linhas)); ?> If I repeat the line bellow 100 times and put this in a textarea, the php code returns that there are 154 lines. teste.com.br::Teste variaveis::teste::teste::dfasfafasdf

  1   2   >