[PHP] Hello ! How to write a programme in PHP which executes a routine at a given time ?

2002-11-28 Thread Jonathan
Dear all , Hello ! I am a student and going to write a suit of programme . The producers as follow producer 1. User A add an new appointment A ( "open Winamp at 2:30 on computer B") through IE in his local computer A . producer 2. Computer A send the message to server A through http . The Se

RE: Re[4]: [PHP] Simple text editor for Windows?

2002-12-07 Thread Jonathan
Try Winsyntax (http://winsyntax.com/) It's not as robust and colorful as others, but it's simplicity has won me over. It's great is you just want to code. -Original Message- From: Tom Rogers [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 07, 2002 12:51 PM To: DL Neil Cc: [EMAIL PRO

[PHP] Out with the new, In with the old

2002-12-11 Thread Jonathan
ll of my variable names? === Jonathan Villa Application Developer IS Design & Development www.isdesigndev.com <http://www.isdesigndev.com/> 414.429.0327 === -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PGP/PHP

2002-12-15 Thread Jonathan
Thanks in advance. === Jonathan Villa Application Developer IS Design & Development www.isdesigndev.com <http://www.isdesigndev.com/> 414.429.0327 === -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PGP/PHP

2002-12-15 Thread Jonathan
I have necessary PGP client software on my machine and have tested the functionality of PGP from my site, however, I want to know how to use PHP to send a PGP email. This is the scenario, I have a shopping cart which directs to SSL, then while in SSL, the customer will input their information, i

[PHP] new to php, need help..

2003-02-19 Thread Jonathan
from www.linuxguruz.org but i can't seem to get my input value correct, rather then parsing the variable subject[0] it passes the words "" as the value instead, i'm using macromedia dreamweaver MX as my html text editor pls help... thanks! Jonathan -- PHP Ge

[PHP] Re: new to php, need help..

2003-02-20 Thread Jonathan
thanks for helping guys :) sorry i don't have a url that i can upload my files too.. all i can show is my code.. :( the original code that i got from is from : http://www.linuxguruz.org/z.php?id=33 example 5: examples 1-4 seems to work, but other examples with this line doesn't, if you click

Re: [PHP] Extract HTML tags

2002-10-09 Thread Jonathan
try something along the lines of: preg_match('/]*>([.]*)/im', $string, $foo); $foo[1] = 'your body string'; preg_match('/([.]*) I've loaded an html file into a string. What I'd like to do is create two > new strings: > > first new string with the original string but remove all content from th

[PHP] Documentation on features not in current release (SimpleXML PHP5 Beta 3)

2004-01-13 Thread Jonathan
Where would I be able to find a function reference or documentation on new features that are not documented in the official manual? Preferably in a format that can be read/browsed offline. Thanks, Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Documentation on features not in current release (SimpleXML PHP5 Beta 3)

2004-01-16 Thread Jonathan
Where would I be able to find a function reference or documentation on new features that are not documented in the official manual? Preferably in a format that can be read/browsed offline. Thanks, Jonathan P.S. Sorry if this is a repeat, I thought this went through but just got a bounce back

[PHP] Re: how to detect type of image

2007-04-22 Thread Jonathan
Alain Roger wrote: Hi, In my web application, end user is able to load images (png, jpeg, gif,..) into database. I would like to know how can i detect automatically the type of image (pnd, jpeg,...) ? i do not want to check the extension because this is easily faked... just by renaming it. Do

[PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Jonathan
Thufir wrote: When I print out my list of apartments, everything after , which is grabbed via is suddenly blue. So, the first few are fine, have black text, after that it's all blue. Do I put some html

Re: [PHP] Opening file

2007-04-27 Thread Jonathan
Zoltán Németh wrote: 2007. 04. 26, csütörtök keltezéssel 23.19-kor ed gregory ezt írta: Hi list, I have been trying to make "printer friendly version" feature for a web site and have encountered a problem. Each page of the web site is composed of a header.php, footer.php and the content of the

Re: [PHP] error_reporting(E_ALL) doesn't show anything

2007-05-18 Thread Jonathan
André Medeiros wrote: Either that, or ini_set('display_errors', '1'); On 5/15/07, Jim Lucas <[EMAIL PROTECTED]> wrote: Afan Pasalic wrote: > hi, > in php.ini is error_reporting turned off. and, to see an error have to > open error_log. > though, for me is much easier to have it on and see the

[PHP] Re: Download speed limit

2007-05-18 Thread Jonathan
Rangel Reale wrote: Hello! For my application I need to limit the speed that my application sends data, in my case a binary file. I need to send the speed as a parameter, like: sendfile.php?speed=2 Would send the file at 20kb/s (forgetting about real byte counts for this example). To s

[PHP] Re: Send HTML from PHP scripts ...

2007-05-18 Thread Jonathan
Kuldip Mond wrote: Hi, I am looking to send a HTML page via a PHP script. The currentl method I use is : mail($email,"Kuldip Test email for multiple reciptient - $coursename - $coursedate"," TEST ", "FROM: $adminemail"); However I can not see how to send H

[PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-21 Thread Jonathan
. Sure my method uses more storage space, but I sleep at night knowing I have added redundancy. Kind regards, Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdo and mysql 5

2006-11-10 Thread jonathan
as been out and these drivers don't exist. -jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] simplest way in php to get our content on another site / included javascript question

2006-12-17 Thread jonathan
I'm working on a project where we'd want partner sites to get our content on the other web sites. A key priority is that they won't have much technical sophistication (probably no db experience or php experience). Also, these would be third party sites so there would also be an issue of requi

Re: [PHP] array_search and multi-dimensional arrays

2006-03-13 Thread jonathan
) { if(array_search("England",$value)) { echo $key; } } thanks, jonathan On Mar 13, 2006, at 3:54 PM, jonathan wrote: I'd like to return the first key value in the following array such that England would return 1 rather than 3 which is the second key value. Any

[PHP] using DOM functions with embedded html / encoding

2006-03-21 Thread jonathan
the values to <b> for . How would I suppress this behavior. It doesn't look like there is any other variable I can pass to createElement or to appendChild. thanks, jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] using DOM functions with embedded html / encoding

2006-03-21 Thread jonathan
saveHTML() doesn't change the behavior. regarding decoding the entities, that would normally take place on the client but that is something that I have no control over. is there some way to set a global "preserve entities" when creating the document? ughh -jonathan

Re: [PHP] using DOM functions with embedded html / encoding

2006-03-21 Thread jonathan
be honest, I think the only thing that makes sense is to make it CDATA rather than leaving it as xml. -jonathan On Mar 21, 2006, at 4:59 PM, Chris wrote: jonathan wrote: I'm interested in creating an xml doc from my php5/mysql 4.1 app. I'm using PHP's DOM functions to create

[PHP] xsl / xslt in php 4+

2006-04-07 Thread jonathan
I'm working on a piece of an application that we'd like to distribute to other sites. Basically, it would be a REST application where the client would transform the xml into html. I'd like to xsl for the transformation but was curious about how prevelant xsl is installed in a shared hosting

[PHP] question about magic_quotes_gpc not adding slashes into $_GET

2006-04-08 Thread jonathan
I have a server where magic_quotes_gpc is set to On. It's my understanding that this should add slashes to something like "Joe's" so that it's "Joe\'s" but when I look in the db, it is in there as Joe's. This doesn't seem like it should be the anticipated behavior. Is there another setting

[PHP] uml tool for php

2006-04-18 Thread jonathan
is there a suggested tool that can create uml diagrams for php 5 objects (ie import in a file and create a diagram)? -jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] adding objects to spl.php because it doesn't appear to be there

2006-05-05 Thread jonathan
a sample phpunit. the issue is that this class doesn't seem to be in my spl (which I don't really use and am not sure how to upgrade). thanks, jonathan On May 5, 2006, at 4:38 PM, chris smith wrote: On 5/6/06, jonathan <[EMAIL PROTECTED]> wrote: I'm not really sure w

[PHP] Re: php.ini

2004-12-13 Thread Jonathan
restart your webserver "Travis Conway" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is the default place for php.ini? I have a few copies when I do a > `whereis php.ini`. I figure it is the /etc/php.ini. Anyone shed some > light? Also, is there anything that must be done

[PHP] Re: php mysql codes insertion error.

2004-12-14 Thread Jonathan
Found the problem. I set ( default_charset = "iso-8859-1" ) in php.ini and it solve the problem. Just in case anyone want to know. "Jonathan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I have encounter something rather weird. I

[PHP] php graph?

2004-12-15 Thread Jonathan
Hi, Me new to PHP. Is there any good and free php graph scripts/class that I can use to generate graph like bar chart, pie chart and plots. If you have any good recommendation, can email me at [EMAIL PROTECTED] Thanks. Jonathan -- PHP General Mailing List (http://www.php.net/) To

[PHP] Possible to make $$ distributing PHP as Shareware?

2004-12-15 Thread Jonathan
distribute the application as a shareware or should I just sell it as an commercial package. If you have any experience with this, kindly enlighten me. Thanks, Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to distribute php codes safely?

2004-12-16 Thread Jonathan
Hi, Is there a replace to Zend encoder that I can use for free? Zend encoder is too expensive for a small fry developer like me. Thanks for your help. Jonathan Tang -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to distribute php codes safely?

2004-12-16 Thread Jonathan
Thanks Travis, Actually, I did search thru google but only found free trial encoder that will termiate say 30 days for Zend Encoder, 3 days for phppro, etc. Will check out the rssoftlab enconder and feedback here. Thanks for your help. Cheers, Jonathan "Travis Conway" <[EM

[PHP] php mysql codes insertion error.

2004-12-14 Thread Jonathan
Hi, I have encounter something rather weird. In my development server, when I insert a string contain '&*%$, I got this in my mysql server '&*%$ (i.e. the same) but in my application server, I got this â?T&*%$ in my mysql server (i.e. ' ==> â?T) anyone know how to resolve this? When I use the

[PHP] Re: php graph?

2004-12-15 Thread Jonathan
Thanks. Just downloaded it and tested it and it look great !!! Quite easy to implement also. Cheers, Jonathan "Jonathan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Me new to PHP. > > Is there any good and free php graph scripts/cla

[PHP] Re: imap_mail problems

2004-12-20 Thread Jonathan
Hi Paul, Didn't use imap_mail but you can check out this http://phpmailer.sourceforge.net/ I am currently using it and it works like a charm. Very easy to use and I do not have problem like yours. "Paul Aviles" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, I am having pr

[PHP] Re: How to process a query form with CHECKBOX Please help

2004-12-27 Thread Jonathan
Shouldn't you use "radio" rather than checkbox for age group? the 2 responses is good if you want them to be able to select more than one. "S Kumar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear group, > I am a novice programmer started doing php to process > a query form of

[PHP] Re: Align pic

2004-12-29 Thread Jonathan
"Labunski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry for posting this here, > but this is only newsgroup I'm using, and I can't solve simple HTML problem. > yeah, it's funny, but still.. ;) > > I need to center image on the blank screen without using javascript. > - so

[PHP] Re: making FORM dissapear when successful login

2005-01-05 Thread Jonathan
I think you should use session control after checking for login. "JHollis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I had this code working the way i wanted it to (as far as correct > username and password allowing successful login)...but what i want to > happen now is when a

Re: [PHP] PHP & SOAP for production

2005-10-01 Thread jonathan
you could try the native SOAP extension in php5. A client asked me about this recently and I told him I thought he should use java / axis because of problems with PHP / SOAP specifically as it relates to handling certain data types. -jonathan On Oct 1, 2005, at 1:49 PM, Reuben D. Budiardja

[PHP] session save path

2005-10-03 Thread jonathan
I'm looking for where apache / php will be saving the user session files. when I do a phpinfo(), it tells me that session.save_path will be temp but when I look at the files in there, there are only a couple of files and they say nwIN; Is there any way to directly access the session files i

[PHP] outputting xml with DOM and ampersands

2005-10-12 Thread jonathan
XML(); Any ideas about how to fix this? -jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ampersand in dom with utf-8

2005-10-12 Thread jonathan
I'm now getting this error: XML Parsing Error: undefined entity with the following entity at the first ampersand: farm lettuces with reed avocado, crème fraîche, radish and cilantro Why is an ampersand considered an undefined entity? The xml version is: Any thoughts please? -jon

[PHP] actually the è not the ampersand

2005-10-12 Thread jonathan
else to make DOM happy (say grave) and then convert it back when outputted? It seems like there might be a way to use createEntityReference but searching through google shows no examples. arg. I'm using php 5.0.3 -jonathan -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] actually the è not the ampersand

2005-10-12 Thread jonathan
thing? thanks again for your help. jonathan On Oct 12, 2005, at 2:17 PM, John Nichel wrote: jonathan wrote: so, the problem isn't the ampersand but rather the è in the following: farm lettuces with reed avocado, crème fraîche, radish and cilantro I'm not sure how php / DOM ha

Re: [PHP] Re: ampersand in dom with utf-8

2005-10-14 Thread jonathan
are there php functions to change from these different formats as &#e8; doesn't seem to render correctly in a browser. ugghhh. -jonathan On Oct 13, 2005, at 4:53 AM, cc wrote: è -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: ampersand in dom with utf-8

2005-10-14 Thread jonathan
files. -jonathan On Oct 13, 2005, at 1:53 AM, Marcus Bointon wrote: On 13 Oct 2005, at 07:24, cc wrote: both `è' and `î' are not entities in charset utf-8, use `&egrave;' and `&icirc;' instead. I would expect that to result in unconverted entities in the ou

Re: [PHP] Re: ampersand in dom with utf-8

2005-10-15 Thread jonathan
ond item, this cr&egrave;me is ok but this fraîche is causing the error. -jonathan On Oct 14, 2005, at 4:22 PM, Jasper Bryant-Greene wrote: jonathan wrote: the real characters (presumably è) won't render correctly. Are you outputting the correct character set information (UTF

Re: [PHP] Re: ampersand in dom with utf-8

2005-10-15 Thread jonathan
suggestion, I should do an html_entity_decode when I make the xml document and then do another htmlentities on the html representatoin. -jonathan On Oct 14, 2005, at 4:22 PM, Jasper Bryant-Greene wrote: jonathan wrote: the real characters (presumably è) won't render correctly. Are

Re: [PHP] Re: ampersand in dom with utf-8

2005-11-02 Thread jonathan
at that in fact is utf-8? The first line of the generated xml is: thanks for any help. -jonathan On Oct 16, 2005, at 1:36 AM, ac wrote: try this, if you need more entities to be included, just refer to `http://www.w3.org/2003/entities/iso8879/isolat1.ent' or find out its charcode by yo

Re: [PHP] php link question

2005-11-28 Thread jonathan
not totally sure what you're asking but look at header ("location: ") On Nov 28, 2005, at 9:28 PM, Ron Zimmerman wrote: I need a function that links immediately to a different page - without waiting for the user to click on anything. I'm not sure if "link()" does that or some other f

Re: [PHP] Question about Request.php

2005-12-01 Thread jonathan
do a: print_r($_REQUEST) on the php page. if nothing, things aren't configured correctly or you aren't passing in variables correctly. On Dec 1, 2005, at 12:15 PM, Danilo Azevedo wrote: Hi, my name is Danilo, i am from Brazil I need your assistence with a code made by your self, if you a

[PHP] configuring the CLI version of PHP

2005-12-06 Thread jonathan
I'm not a sysadmin so I'm sorry if this sounds like a dumb question: I have a powerbook running 10.4 which has php installed correctly for the webserver. However, for the CLI version, it is 4.3.11. How best could I specify the correct version of php for the CLI (either switching via confi

Re: [PHP] configuring the CLI version of PHP

2005-12-08 Thread jonathan
so the web server is running 5.0.4 and the cli version is running 4.3.11. Is there an easy way for me to switch the cli version to the web version without a recomplie? -jonathan On Dec 6, 2005, at 1:10 AM, Marco Kaiser wrote: Hi Jonathan, /usr/bin/php /usr/include/php /usr/lib/php How

[PHP] load balancer question

2005-12-20 Thread jonathan
he user goes to. thanks, jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] utf-8 in mysql but not outputting as utf-8 on web

2005-12-22 Thread jonathan
As this is going to go to XML, I wanted to see if I could keep it in the native format. Am I doing something wrong on the web side why I won't display this correctly? Is there some Apache config I need to be aware of? thanks, jonathan -- PHP General Mailing List (http://www.php.ne

[PHP] php / JS / DOM question

2005-12-29 Thread jonathan
alerts, it appears to be NULL. Looking at the examples online, I feel like this should work. Does anybody know why this might not be working correctly? -jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php / JS / DOM question

2005-12-29 Thread jonathan
thanks so much. i didn't realize but I did strip out all the php. My bad. -jonathan On Dec 29, 2005, at 1:48 PM, Dan Uyemura wrote: Try: I didn't test this, but I think it'll work... -Original Message- From: jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, Decembe

[PHP] installing php5 on os x and CLI version

2006-01-07 Thread jonathan
Sorry if this is a newbie question. I installed php5 via the .dmg from entropy.ch. It installs fine as an apache module but the cli doesn't appear to be working by running php -v . Does anyone know how I would fix this? thanks for any help, jonathan -- PHP General Mailing List

[PHP] security of uploaded gif files

2006-01-21 Thread jonathan
what is the best way to prevent malicious code from being uploaded via a .gif file? A friend showed me how php could be embedded within the .gif file. Does this problem also exist for .jpeg's? thanks, jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] security of uploaded gif files

2006-01-22 Thread jonathan
bytestream to think that it is a gif but that arbitrary php code could be appended at the end. To get around this, you just need to check for a valid file extension (.gif etc...) and mimetype. -jonathan On Jan 22, 2006, at 2:58 AM, Rory Browne wrote: I'd be a bit skeptical abou

[PHP] way to write mysqli result set to disk

2006-01-25 Thread jonathan
. thanks, jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] way to write mysqli result set to disk

2006-01-25 Thread jonathan
hmm is this a mysql 5 feature. could be interesting but haven't heard much about it. -j On Jan 25, 2006, at 5:24 PM, Curt Zirzow wrote: On Wed, Jan 25, 2006 at 03:39:38PM -0800, jonathan wrote: is there a way to write a mysqli result set to disk via file_put_contents or fwrite. it

[PHP] php / mysqli problem

2006-02-06 Thread jonathan
I have a couple of questions about php and accessing mysql 4.1 via the mysqli interface. I get the following warning on a script: Warning: mysqli::mysqli() [connections in but this server is in development. I wanted to look at processes (it's the same for show full processlist): +

[PHP] & in Query String

2002-11-25 Thread Jonathan Rosenberg
;caption'] is failing. What I can't figure out is why the '&' got turned into '&'. Is a browser doing this? -- Jonathan Rosenberg Tabby (RB), Lynx (RB), Licorice, Tigger, Jet, Belle http://www.tabbysplace.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test for ascii or binary string

2002-11-29 Thread Jonathan Sharp
Is there a way to determine if a string has ascii or binary data in it? -js -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: test for ascii or binary string

2002-11-29 Thread Jonathan Sharp
Doh, so simple. I guess the correct form of the question would be how do I determine if a string has just a-zA-Z0-9 in it plus punctuation... thanks, -js Paul Chvostek wrote: > On Fri, Nov 29, 2002 at 10:27:05PM -0600, Jonathan Sharp wrote: > >>Is there a way to determine if a stri

[PHP] Re: PHP Trouble-Ticket-Systems?

2002-12-01 Thread Jonathan Chum
I actually spent all day last Wednesday for looking for such a tool to integrate into a web hosting control panel we've built, but there really isn't a good one out there. PerlDesk is a free one that is template based, yet it's lacking a few features. At work, we use Response Tracker v2 (RT) which

[PHP] XML-RPC, is this the best approach for something like this?

2002-12-01 Thread Jonathan Chum
Hi guys! I'm wrapping up a web hosting control panel written in PHP that fills up a queue with commands such as create web hosting account, or change password. A Perl based CRON job on each server will query the database trying to determine what tasks it needs to execute. The problem however is t

RE: [PHP] Passing arguments to the same script

2002-12-01 Thread Jonathan Sharp
I think you\'d want to use: if ( $_SERVER[\'QUERY_STRING\'] == \'samples\') { // code } otherwise if you use , set your links as: -js On Sun, 1 Dec 2002 22:38:54 -0500 Holmes wrote: > > > > I\'m sure this is easy, but I\'m drawing a blank. I need to have links > at > > the > > bottom of

RE: [PHP] Passing arguments to the same script

2002-12-01 Thread Jonathan Sharp
I think you\'d want to use: if ( $_SERVER[\'QUERY_STRING\'] == \'samples\') { // code } otherwise if you use , set your links as: -js On Sun, 1 Dec 2002 22:38:54 -0500 Holmes wrote: > > > > I\'m sure this is easy, but I\'m drawing a blank. I need to have links > at > > the > > bottom of

Re: [PHP] Who can tell me the best php-base webmail?

2002-12-02 Thread Jonathan Sharp
also take a look at hord-imap (http://www.hord.org) -js On Mon, 2 Dec 2002 14:06:01 +0100 [EMAIL PROTECTED] wrote: > Le Lundi 2 D¨¦cembre 2002 13:30, [EMAIL PROTECTED] a ¨¦crit : > > > Who can tell me the best php-base webmail? > > I want a webmail for my mail server, > > give me a suggest, ple

[PHP] overview of current app frameworks

2002-12-11 Thread Jonathan Ellis
or them to look kindly on some newcomer saying, "Your data model sucks. Let's replace it with one that doesn't." Am I missing a great project? I'd love to be wrong. -Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] overview of current app frameworks

2002-12-11 Thread Jonathan Ellis
Tony Earnshaw wrote: ons, 2002-12-11 kl. 22:29 skrev Jonathan Ellis: horde -- main point in its favor is it is quite actively developped, and has an active community (mailing list has rougly 10x activity of the others here), but the docs are pathetic. The docs are the PHP4 and PEAR manuals

Re: [PHP] how to send an MSWORD email?

2002-12-15 Thread Jonathan Sharp
search google for RFC HTML email, or look at phpmailer.sourceforge.net. It's roughly along the lines of: Subject: My html email Content-type: multipart/mime Content-boundry(): BOUNDRY-ABC ---BOUNDRY-ABC--- Content-type: text/html ...more headers... Hello! This is an html email with an im

Re: [PHP] Executing a Perl/CGI program from PHP

2002-12-15 Thread Jonathan Sharp
You're trying to mix two different things. SSI (Server Side Includes) and PHP. The page you're calling gets parsed ONLY by PHP. So echoing #exec won't work. Look at the virtual() function ~~> http://php.net/virtual -js On Sun, 15 Dec 2002 14:10:17 -0800 Troy May wrote: > Hello, > > I have a

[PHP] creating objects by reference?

2002-12-18 Thread Jonathan Sharp
Is it better to do: $obj = &new object(); verses: $obj = new object(); thanks, -js -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
An upcoming project I'm working and spec'ing out is a mass mailing application. Initially, I was looking at Mailman which was written in Python since it looks like it handles delivering emails efficiently without killing the server. We have 1 client able to send 110,000 emails at 6.5K avg per week

RE: [PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
ses several Sendmail instances to fork off which is ineffcient. -Original Message- From: Gil Disatnik [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 6:46 PM To: Jonathan Chum Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Mass Mailing I have written a few useful php functions that put th

Re: [PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
> reason. IMHO, keeping as much of the mail on a mail server will drastically > improove the performance, because a mail server is made to > process/send/receive email, PHP is not ;-) > > -- > me > > > > - Original Message - > From: "Jonathan Chum" &

[PHP] Re: Mass Mailing

2002-12-22 Thread Jonathan Chum
Thanks Manuel, "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > On 12/21/2002 08:10 PM, Jonathan Chum wrote: > > An upcoming project I'm working and spec'ing out is a mass mailing >

[PHP] OpenSSL integration

2003-01-08 Thread Jonathan Lassoff
I wish to integrate a secure HTTP tunnel into an existing PHP application I am working on. I am having a hard time understanding the PHP.net OpenSSL documentation. Any pointers, or refrences would be really helpful. Source is at http://harrisdracon.dyndns.org/phpcode/hw.src -- Jonathan Lassoff

[PHP] Problem with Search Engine Friendly URLs under PHP & Windows XP

2003-01-11 Thread Jonathan Chum
I'm following various tutorials online that uses the PATH_INFO to do this, however Apache isn't playing nicely. I read a few documents that Apache has a built in look back feature, but a query on google on lead me back to a few articles that I just read so I'm assuming this feature is made up in th

Re: [PHP] Problem with Search Engine Friendly URLs under PHP & Windows XP

2003-01-11 Thread Jonathan Chum
; As far as I know, this technique doesn't work under windows... > > Jonathan Chum wrote: > > >I'm following various tutorials online that uses the PATH_INFO to do this, > >however Apache isn't playing nicely. I read a few documents that Apache has > >a built in

[PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
PHP 4.3.0, Apache, Win32. I'm driving myself mad trying to work out why I can't get HTTPS pages. I understand there are two options, using fopen() with openssl installed, and using curl. I've installed openssl extension, but using fopen STILL won't work. Don't have a clue why. Using curl, I can ge

Re: [PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
Do you mean allow_url_fopen? It is set to 'on'. There's no fopen_wrapper setting Reading from http:// using fopen works fine. It's the https:// that doesn't work. - Original Message - From: "Stephan Seidt" <[EMAIL PROTECTED]> To: "Jonathan Bo

Re: [PHP] Can't get HTTPS -- driving me mad -- please help

2003-01-21 Thread Jonathan Boles
3.0, Apache, Win32. > > Here's the error message I get using fopen("https://[securewebsite]";, "r"); > > Warning: fopen(https://blahblahblah) [function.fopen]: failed to create > stream: No such file or directory in blah\blah\blah.php on line 50 Hi Jonathan,

[PHP] SMTP, mail() and piping directly into Sendmail, which is better?

2003-01-22 Thread Jonathan Chum
I'm working on mass mailing list application and doing my research on the part with the actual delivery of the message. I've been using a Perl script called MojoMail which sends out blasts just fine and boasts that SMTP is the fastest way for delivery than with Sendmail using a module called BulkMa

[PHP] Re: Mass Mailing

2003-01-22 Thread Jonathan Chum
Hi, I was surfing through google's archive, and some reason my USENET reader didn't catch this reply, so here goes. . .(my comments are embedded below) "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello,

[PHP] Re: SMTP, mail() and piping directly into Sendmail, which is better?

2003-01-22 Thread Jonathan Chum
Ignore this post, I got my answers from the archives :) "Jonathan Chum" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm working on mass mailing list application and doing my research on the > part with the actual deliver

[PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
6c7261052f2ff377d104871484 The settings are avaliable via http://www.djnauk.co.uk/phpinfo.php. I can't see why the server isn't writing to the files, despite the fact it's creating them no problem. there's no errors in sys.log (where php is reporting to at the moment) or in

Re: [PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
At around Mon, Feb 03, 2003 at 10:42:47AM -0800, Chris Shiflett constructed the following notation: > --- Jonathan Wright <[EMAIL PROTECTED]> wrote: > > i'm having problems with sessions. I've set up the server > > (httpd-2.0.44) with php (4.3.0) and switched on s

Re: [PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
At around Mon, Feb 03, 2003 at 04:20:03PM -0600, Greg Donald constructed the following notation: > On Mon, 3 Feb 2003, Jonathan Wright wrote: > > >Aside from this, PHP's running like a dream. I haven't had a single > >problem (other than mail() not working, but

Re: [PHP] PHP Sessions Not Saving

2003-02-04 Thread Jonathan Wright
uld check both locations? I can't remember where i saw it (i think it was on a mailing list), but someone said it'll only check /sbin/sendmail, which seams to be the case. sendmail.path is set to '/usr/sbin/sendmail' in php.ini, but that doesn't has an effect. well, e

Re: [PHP] Include today's date in a SQL statement?

2003-02-05 Thread Jonathan Pitcher
manipulate data based on the results. Jonathan Pitcher Webmaster Capitol Federal Savings On Wednesday, February 5, 2003, at 09:14 AM, Brian Dunning wrote: What would the SQL be to find a record where: start_date < today <= end_date Thanks, - Brian -- PHP General Mailing List (h

Re: [PHP] Redirecting to PHP

2003-02-05 Thread Jonathan Pitcher
root web directory and put the following line into it. DirectoryIndex index.php This option should work for that directory and any directories inside of that dir. You need apache for this option to work. Jonathan Pitcher Capitol Federal Savings Webmaster On Wednesday, February 5, 2003, at 11

Re: [PHP] PHP or MySQL problem?

2003-02-05 Thread Jonathan Pitcher
password. Jonathan Pitcher Capitol Federal Savings Webmaster On Wednesday, February 5, 2003, at 03:55 PM, César Aracena wrote: Hi all, I'm uploading a new web site and when doing some testing, I find this error: Access denied for user: 'httpd@localhost' (Using password: NO) in /ho

Re: [PHP] Max Limit of post variables

2003-02-06 Thread Jonathan Pitcher
nto a string and then explode them after the post. Hope I helped. Jonathan Pitcher Capitol Federal Savings Webmaster On Thursday, February 6, 2003, at 01:18 PM, Stuart Donald wrote: I am trying to generate an html form with approximately 3000 post variables (1500 input type text and 1500 hidd

Re: [PHP] stripping %20 and other characters from query string

2003-02-06 Thread Jonathan Pitcher
Sarah, There are a couple functions that could do this for you. Probably the fastest one for your example would be as follows. $NewString = str_replace('%20', ' ', $value); // Removes the %20 characters $NewString = str_replace '\', '', $NewString); // Removes \ character echo $NewString; htt

Re: [PHP] 3 tier web development

2003-02-08 Thread Jonathan Chum
I use Smarty for seperate PHP logic and template logic. For database abstraction, I use AdoDB. Not much a fan of Pear Adodb was pretty faithful when I ported my MySQL app to PostGreSQL. "Hardik Doshi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok so fo

  1   2   3   4   5   6   7   >