php-general Digest 21 Mar 2010 12:48:30 -0000 Issue 6651

2010-03-21 Thread php-general-digest-help
php-general Digest 21 Mar 2010 12:48:30 - Issue 6651 Topics (messages 303062 through 303074): Re: Session Variable Problem 303062 by: Adam Richardson 303074 by: tedd Pulling my hair out over an include_once(); 303063 by: Watson Blair 303064 by: Watson Blair

php-general Digest 22 Mar 2010 02:28:46 -0000 Issue 6652

2010-03-21 Thread php-general-digest-help
-- plus I can then keep all my security checks in one location. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com __ Information from ESET Smart Security, version of virus signature database 4962 (20100321) __ The message

Re: [PHP] Pulling my hair out over an include_once();

2010-03-21 Thread Rene Veerman
is this file you need on your local server or truely on another machine? and if it's on another machine, why do you need to include() it from there? why not make a local copy as was suggested earlier? there are many reasons not to include php scripts off other servers, esp if the servers involved

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-21 Thread Adam Richardson
On Sun, Mar 21, 2010 at 1:45 AM, Stan Vassilev sv_for...@fmethod.comwrote: Hi, As the error says, this is a problem with the server configuration. In your php.ini file, allow_url_include should be enabled. As an alternative, if you have allow_url_include off, but allow_url_fopen on, you

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-21 Thread Watson Blair
hey adam, i changed the code to use file_get_contents();, however, when i tried to later call a function form the file rss_fetch.inc it came up as an undefined function did i miss something? thanks, Watson On Sun, Mar 21, 2010 at 1:46 AM, Adam Richardson simples...@gmail.comwrote: On Sun,

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-21 Thread Watson Blair
ya, sorry i diden't specify, i'm trying to build a simple RSS (haha, fat chance it being simple, right?) reader for a site to import an ebay RSS feed and desplay the contense. I'm using Magpie to accomplish it. also, you'll be glad to know that your fix worked like a charm, all i need to do now is

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-21 Thread Adam Richardson
On Sun, Mar 21, 2010 at 2:20 AM, Watson Blair bestudios...@gmail.comwrote: ya, sorry i diden't specify, i'm trying to build a simple RSS (haha, fat chance it being simple, right?) reader for a site to import an ebay RSS feed and desplay the contense. I'm using Magpie to accomplish it. also,

Re: [PHP] Re: Pulling my hair out over an include_once();

2010-03-21 Thread Rene Veerman
cool. tip: if you're gonna use libs like magpie, in 1 or more projects on a webserver, i'd put it in htdocs/lib/magpie-x.y.z, (x.y.z=versionnumber), then require_once('/lib/magpie-x.y.z/[magpie top include script.inc]') it at the top of htdocs/projectName/index.php or if it's only to be used in a

[PHP] REMINDER: Month of PHP Security 2010 - CALL FOR PAPERS - Only 3 weeks left

2010-03-21 Thread Stefan Esser
Month of PHP Security 2010 - CALL FOR PAPERS Three years ago, in March 2007, the Hardened-PHP project had organized the Month of PHP Bugs. During one month more than 40 vulnerabilities in the PHP interpreter were disclosed in order to improve the

Re: [PHP] Session Variable Problem

2010-03-21 Thread tedd
At 2:22 PM -0400 3/20/10, Gary wrote: I have this perplexing issue of session varibles getting dropped. It is a 4 page form, the last page being a review page incase the submitter wants to change any of the information.If you go through the form, all of the information carries forward, and from

Re: [PHP] PHP SMTP Mailers

2010-03-21 Thread King Coffee
Thanks Jan G. B., You got me over the first hump. I'm having programs installing pear on my VISTA localhost... So, I uploaded the Mail folder and Mail.php file to my Shared Hosting ISP. I do not think pear is provided. The Testing is as follows: ?php require_once Mail.php; // SSL HOST $host

Re: [PHP] Session Variable Problem

2010-03-21 Thread Gary
(20100321) __ The message was checked by ESET Smart Security. http://www.eset.com __ Information from ESET Smart Security, version of virus signature database 4962 (20100321) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General

Re: [PHP] Session Variable Problem

2010-03-21 Thread tedd
At 10:14 AM -0400 3/21/10, Gary wrote: Thanks again for all the help, however the plot thickens. Gary : It doesn't have to thicken. Here's an example of using $_SESSION that works and you can have as many fields as you want: http://www.webbytedd.com/aa/step-form-sessions/index.php All the

[PHP] XSLTProcessor issue

2010-03-21 Thread Tom
I have located what appears to me to be bug in the XSLTProcessor in PHP5.2.13 but want to insure that I am not overlooking something before reporting it. Any advice will be appreciated. The issue is apparent discrepancies in output sort order in an XSLTProcessor generated list. Following is a

[PHP] Code samples in OOo Presenter

2010-03-21 Thread Larry Garfield
Hi all. I have a busy conference season coming up, and will be giving a number of presentations that involve code, specifically PHP. I am going to want to put code onto slides in OpenOffice (3.1 specifically, using Kubuntu 9.10), but to date I've never figured out a good way to do that.

Re: [PHP] Code samples in OOo Presenter

2010-03-21 Thread Ashley Sheridan
On Sun, 2010-03-21 at 17:25 -0500, Larry Garfield wrote: Hi all. I have a busy conference season coming up, and will be giving a number of presentations that involve code, specifically PHP. I am going to want to put code onto slides in OpenOffice (3.1 specifically, using Kubuntu 9.10),

Re: [PHP] Code samples in OOo Presenter

2010-03-21 Thread Larry Garfield
On Sunday 21 March 2010 05:41:55 pm Ashley Sheridan wrote: I don't like any of these options. :-) I don't know what the alternative is, though. Ideally I'd love to have a custom text region or format or something that is take this and highlight it properly, but I don't know if such a

Re: [PHP] Code samples in OOo Presenter

2010-03-21 Thread Paul M Foster
On Sun, Mar 21, 2010 at 07:14:56PM -0500, Larry Garfield wrote: On Sunday 21 March 2010 05:41:55 pm Ashley Sheridan wrote: I don't like any of these options. :-) I don't know what the alternative is, though. Ideally I'd love to have a custom text region or format or something that