php-general Digest 3 Jan 2011 12:28:21 -0000 Issue 7113

2011-01-03 Thread php-general-digest-help
php-general Digest 3 Jan 2011 12:28:21 - Issue 7113 Topics (messages 310450 through 310460): Re: Newbie Question 310450 by: Ashley Sheridan 310451 by: Joshua Kehn 310452 by: admin.buskirkgraphics.com 310453 by: Joshua Kehn 310454 by: Adam Richardson

Re: [PHP] Newbie Question

2011-01-03 Thread Ashley Sheridan
On Sun, 2011-01-02 at 21:10 -0500, David McGlone wrote: On Sunday, January 02, 2011 08:43:51 pm Larry Garfield wrote: On Sunday, January 02, 2011 4:56:28 pm Adolfo Olivera wrote: Thanks for the replies. I'll just put a php on all my html containing php. A little of topic. Wich IDE are

[PHP] Even Newer-Viewing Problem

2011-01-03 Thread Fr. Vincent Benoit OP
I have Linux with Firefox reading mail at yahoo. All the messages I get in the digest contain html elements making it very hard to read the messages. Is there anything I can do to make the messages come in clear text? or get this system to read the html in the digest? Thank you, Fr.

Re: [PHP] Newbie Question

2011-01-03 Thread Tim Thorburn
On 1/2/2011 5:56 PM, Adolfo Olivera wrote: Thanks for the replies. I'll just put a php on all my html containing php. A little of topic. Wich IDE are you guys using. I'm sort of in a catch twenty two here. I been alternating vim and dreamweaver. I'm trying to go 100% open source, but I really

Re: [PHP] Newbie Question

2011-01-03 Thread Mujtaba Arshad
everyone I know who uses dreamweaver does so because the people that are supervising the project want to use dreamweaver, otherwise I haven't found anyone who actually liked using it. So I don't know if that actually means anything but that's the way it is. I guess it would be important to

Re: [PHP] Newbie Question

2011-01-03 Thread Adolfo Olivera
Tim, I've come to learn that relying on heavy and non free ides for developing can kick you in the rear when you have to setup your developement enviroment after a while. I've have that problem with some previous projects made with adobe flex, asp.net and sql 2008. That's the reason why I'm

Re: [PHP] Newbie Question

2011-01-03 Thread Ashley Sheridan
On Mon, 2011-01-03 at 10:00 -0500, Mujtaba Arshad wrote: I just went back and read the original post and realized the recent discussion has nothing to do with it. Awesome. Yeah, that happens sometimes! The OP changed the subject this time, so it should be OK ;) Also, if you can avoid it,

[PHP] ErrorDocument 500 and PHP

2011-01-03 Thread David Lidstone
Hi First up, I apologise as this must have been posted before, but the server is so slow I can't search, or even read messages often. I'm using Thunderbird - any tips on how to access news.php.net faster!? In Apache, I can set ErrorDocument 404 /myerrorpage.php and it works. Doing the same

Re: [PHP] ErrorDocument 500 and PHP

2011-01-03 Thread Nilesh Govindarajan
On 01/03/2011 11:46 PM, David Lidstone wrote: Hi First up, I apologise as this must have been posted before, but the server is so slow I can't search, or even read messages often. I'm using Thunderbird - any tips on how to access news.php.net faster!? In Apache, I can set ErrorDocument 404

Re: [PHP] ErrorDocument 500 and PHP

2011-01-03 Thread David Lidstone
On 03/01/2011 18:38, Nilesh Govindarajan wrote: On 01/03/2011 11:46 PM, David Lidstone wrote: Hi First up, I apologise as this must have been posted before, but the server is so slow I can't search, or even read messages often. I'm using Thunderbird - any tips on how to access news.php.net

Re: [PHP] ErrorDocument 500 and PHP

2011-01-03 Thread Bastien Koert
On Mon, Jan 3, 2011 at 2:30 PM, David Lidstone d...@elocal.co.uk wrote: On 03/01/2011 18:38, Nilesh Govindarajan wrote: On 01/03/2011 11:46 PM, David Lidstone wrote: Hi First up, I apologise as this must have been posted before, but the server is so slow I can't search, or even read

Re: [PHP] ErrorDocument 500 and PHP

2011-01-03 Thread Ashley Sheridan
On Mon, 2011-01-03 at 15:11 -0500, Bastien Koert wrote: On Mon, Jan 3, 2011 at 2:30 PM, David Lidstone d...@elocal.co.uk wrote: On 03/01/2011 18:38, Nilesh Govindarajan wrote: On 01/03/2011 11:46 PM, David Lidstone wrote: Hi First up, I apologise as this must have been posted

Re: [PHP] Newbie Question

2011-01-03 Thread Paul M Foster
On Mon, Jan 03, 2011 at 12:03:41PM -0300, Adolfo Olivera wrote: Tim, I've come to learn that relying on heavy and non free ides for developing can kick you in the rear when you have to setup your developement enviroment after a while. I've have that problem with some previous projects

[PHP] Two forms on one page

2011-01-03 Thread Ethan Rosenberg
Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the data would be entered, and the script would exit. The code below

[PHP] Two forms on one page

2011-01-03 Thread Ethan Rosenberg
Oooops - left out the text that was supposed to be in the quotes. Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the

[PHP] Re: [PHP-DB] Two forms on one page

2011-01-03 Thread Karl DeSaulniers
On Jan 3, 2011, at 5:17 PM, Ethan Rosenberg wrote: 'Submit Ktten' Shouldn't this be.. 'Submit Kitten' If your asking for it to explicitly equal that (===), then you need to spell Kitten with an i in it? But, that may not be what is actually wrong, just somehting I think I caught.

[PHP] Flexible application plugin architecture, is this possible?

2011-01-03 Thread Mike
I'm trying to design a powerful plugin system that doesn't require any (or extremely little) modification to my existing large code base. Hook based systems unfortunately don't seem to meet this requirement. Is something like this possible in PHP? //Magic function I made up, similar to

Re: [PHP] Two forms on one page

2011-01-03 Thread Govinda
Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the data would be entered, and the script would exit. The code

Re: [PHP] Two forms on one page

2011-01-03 Thread Govinda
..meanwhile... I had imagined you starting over with something coherent and bare- bones.. like: (upload this and try it out... then fill it out with your real code... if you like.) ..but now that I read Toby's reply on the php-db list I realize that maybe you meant for the second form

[PHP] session_id() is not passed to the next page

2011-01-03 Thread Michelle Konzack
Hello, I am rewriting currently a login script and I encountered a problem with sessions. While reading the two pages http://php.net/manual/de/function.session-start.php http://bugs.php.net/bug.php?id=14636 I have not found a solution for my problem:

Re: [PHP] session_id() is not passed to the next page

2011-01-03 Thread Adam Richardson
On Mon, Jan 3, 2011 at 11:46 PM, Michelle Konzack linux4miche...@tamay-dogan.net wrote: ... session_register('sess_user'); session_register('sess_timeout'); $sess_user= $user; $sess_timeout = time() + 900; session_write_close(); header(Location: . $redirect); }

[PHP] Re: session_id() is not passed to the next page

2011-01-03 Thread Michelle Konzack
Hello Adam Richardson, Am 2011-01-04 00:14:30, hacktest Du folgendes herunter: session_register() registers global variables, but you're inside a function. Set the session values using this technique instead: $_SESSION['sess_timeout'] = time() + 900; Thanks, I have already tried this and