[PHP] Re: DOMDocument getElementsByAttribute ??

2009-03-09 Thread Nathan Rixham
Michael A. Peters wrote: Nathan Rixham wrote: Michael A. Peters wrote: Seems like such a function does not exist in php. I can write my own function that does it using DOMElement->hasAttribute() - but I'm not sure how to get an array of every element in the DOM to test them for the attribute.

[PHP] Re: DOMDocument getElementsByAttribute ??

2009-03-09 Thread Michael A. Peters
Nathan Rixham wrote: Michael A. Peters wrote: Nathan Rixham wrote: Michael A. Peters wrote: Seems like such a function does not exist in php. I can write my own function that does it using DOMElement->hasAttribute() - but I'm not sure how to get an array of every element in the DOM to test t

Re: [PHP] Retrieving Image Location in PHP from MySQL

2009-03-09 Thread Sashikanth Gurram
haliphax wrote: On Mon, Mar 9, 2009 at 10:52 AM, Sashikanth Gurram wrote: haliphax wrote: On Mon, Mar 9, 2009 at 10:24 AM, Sashikanth Gurram wrote: Nathan Nobbe wrote: On Mon, Mar 9, 2009 at 7:32 AM, Sashikanth Gurram mailto:sashi...@vt.edu>> wrote: Hi, Yes,

Re: [PHP] Opendir on site root directory?

2009-03-09 Thread George Larson
"but it had become lost in the detritus at the back of my mind" Inappropriate as this is for _the_ PHP list -- that was a beautiful phrase, friend. On Mon, Mar 9, 2009 at 8:05 PM, Clancy wrote: > On Mon, 9 Mar 2009 10:07:33 +, stut...@gmail.com (Stuart) wrote: > > ... > >As in the examp

[PHP] Setting Up A Web Subscription Service

2009-03-09 Thread revDAVE
Rather than reinventing the wheel & trying to set up a Web Subscription Service from scratch - I imagine there must be a good selection of Web Subscription Services, pre-made and maybe even open source apps (php/MySql ?) out there already. I'm not quite sure where to start looking however The

[PHP] PHP timezone is unstable...

2009-03-09 Thread Dirk
Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezone America/Chicago DirectiveLocal Value

[PHP] PHP timezone is unstable...

2009-03-09 Thread Dirk
Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezone America/Chicago DirectiveLocal Value

[PHP] Re: Setting Up A Web Subscription Service

2009-03-09 Thread Nathan Rixham
revDAVE wrote: Rather than reinventing the wheel & trying to set up a Web Subscription Service from scratch - I imagine there must be a good selection of Web Subscription Services, pre-made and maybe even open source apps (php/MySql ?) out there already. I'm not quite sure where to start looking

[PHP] Re: PHP timezone is unstable...

2009-03-09 Thread Nathan Rixham
Dirk wrote: Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezone America/Chicago Directive

RE: [PHP] Re: Setting Up A Web Subscription Service

2009-03-09 Thread HallMarc Websites
etty much the standard AFAIK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php __ Information from ESET Smart Security, version of virus signature database 3922 (20090309) __ The message was checked by ESET Smart Security. http://

Re: [PHP] Retrieving Image Location in PHP from MySQL

2009-03-09 Thread Shawn McKenzie
Sashikanth Gurram wrote: > haliphax wrote: >> On Mon, Mar 9, 2009 at 10:52 AM, Sashikanth Gurram >> wrote: >> >>> haliphax wrote: >>> On Mon, Mar 9, 2009 at 10:24 AM, Sashikanth Gurram wrote: > Nathan Nobbe wrote: > > >> On Mon, Mar 9, 2009

Re: [PHP] Retrieving Image Location in PHP from MySQL

2009-03-09 Thread Sashikanth Gurram
Hi, Worked perfectly. Thank you very much. -Sashi Dollah Ihsan wrote: Hi, you are using single quotes like this? echo ' '; single quotes will ignore that "$building" variable. Just concatenate it: echo '"; It should work I think, sorry if it does not. On Tue, Mar 10, 2009 at 8:14 AM, Sas

Re: [PHP] Retrieving Image Location in PHP from MySQL

2009-03-09 Thread Sashikanth Gurram
Thanks Shawn and Dollah -Sashi Shawn McKenzie wrote: Sashikanth Gurram wrote: haliphax wrote: On Mon, Mar 9, 2009 at 10:52 AM, Sashikanth Gurram wrote: haliphax wrote: On Mon, Mar 9, 2009 at 10:24 AM, Sashikanth Gurram wrote: Nathan Nobbe wr

Re: [PHP] Re: PHP timezone is unstable...

2009-03-09 Thread Dirk
Nathan Rixham wrote: Dirk wrote: Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezone Americ

Re: [PHP] Re: PHP timezone is unstable...

2009-03-09 Thread Nathan Rixham
Dirk wrote: Nathan Rixham wrote: Dirk wrote: Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezo

[PHP] Cookies/Sessions and how they work

2009-03-09 Thread Paul M Foster
This is in two parts. First cookies. I'm a little unclear on how they work. From what I've read, cookies are stored by the browser. When a request for that cookie comes in from the server, the browser returns only the value, and no other data. One question: When the browser requests a page from a s

Re: [PHP] Cookies/Sessions and how they work

2009-03-09 Thread Chris
Paul M Foster wrote: This is in two parts. First cookies. I'm a little unclear on how they work. From what I've read, cookies are stored by the browser. When a request for that cookie comes in from the server, the browser returns only the value, and no other data. One question: When the browser r

Re: [PHP] Re: PHP timezone is unstable...

2009-03-09 Thread Dirk
Nathan Rixham wrote: Dirk wrote: Nathan Rixham wrote: Dirk wrote: Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database i

Re: [PHP] Re: PHP timezone is unstable...

2009-03-09 Thread Dirk
Nathan Rixham wrote: Dirk wrote: Nathan Rixham wrote: Dirk wrote: Hello, what could cause the timezone in PHP to, randomly, jump back and forth 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database i

Re: [PHP] Cookies/Sessions and how they work

2009-03-09 Thread APseudoUtopia
On Mon, Mar 9, 2009 at 10:26 PM, Paul M Foster wrote: > This is in two parts. First cookies. I'm a little unclear on how they > work. From what I've read, cookies are stored by the browser. When a > request for that cookie comes in from the server, the browser returns > only the value, and no othe

Re: [PHP] Hi!! I Joined the PHP Mailing List

2009-03-09 Thread Picu Priya
Thank you all for the warm welcome. I Love PHP :) On 3/10/09, haliphax wrote: > On Mon, Mar 9, 2009 at 12:54 PM, Picu Priya wrote: >> Hello Everyone, I have just joined the PHP Community.. I hope, I will >> spend >> good time here.. I am already a PHP programmer, and Love to learn a lot of >> n

RE: [PHP] Cookies/Sessions and how they work

2009-03-09 Thread Chetan Rane
Hi I don't think PHP stores Session information in Cookies. However It dose store the sessionId (a unique alphanumeric string) in cookies. This SessionId is used to identify the requests sent from one user. The Session information is by default stored in the /tmp directory on your system in a flat

[PHP] [PHP & MySQL] Introduction to using relational databases

2009-03-09 Thread Thilo Klein
Dear readers, I am new to relational DB but not to MySQL & PHP in general. I created a RDB using Powerdesigner. Struggling with the program's complexity I managed to create a set of databases being interconnected via (foreign) keys. What I want to know is how to use this database via p

Re: [PHP] [PHP & MySQL] Introduction to using relational databases

2009-03-09 Thread Dirk
Thilo Klein wrote: Dear readers, I am new to relational DB but not to MySQL & PHP in general. I created a RDB using Struggling with the program's complexity I managed to create a set of databases being interconnected via (foreign) keys. What I want to know is how to use this database

Re: [PHP] Cookies/Sessions and how they work

2009-03-09 Thread Paul M Foster
On Mon, Mar 09, 2009 at 11:35:57PM -0400, APseudoUtopia wrote: > On Mon, Mar 9, 2009 at 10:26 PM, Paul M Foster > wrote: > > This is in two parts. First cookies. I'm a little unclear on how they > > work. From what I've read, cookies are stored by the browser. When a > > request for that cookie c

Re: [PHP] [PHP & MySQL] Introduction to using relational databases

2009-03-09 Thread Paul M Foster
On Tue, Mar 10, 2009 at 05:44:31AM +0100, Thilo Klein wrote: > Dear readers, > >I am new to relational DB but not to MySQL & PHP in general. I > created a RDB using Powerdesigner. Struggling with the program's > complexity I managed to create a set of databases being interconnected > via (fore

Re: [PHP] [PHP & MySQL] Introduction to using relational databases

2009-03-09 Thread Dirk
Thilo Klein wrote: Dear readers, I am new to relational DB but not to MySQL & PHP in general. I created a RDB using Powerdesigner. Struggling with the program's complexity I managed to create a set of databases being interconnected via (foreign) keys. What I want to know is how to use

Re: [PHP] Script execution

2009-03-09 Thread Paul M Foster
On Mon, Mar 09, 2009 at 05:36:05PM -0400, George Larson wrote: > That's funny! > > I've been watching this and a few other lists (MySQL, local Linux Users' > Group) for a few days - weeks and I had wondered why the PHP list seemed > more hostile. :) Wow! This list is pretty cordial. I've been o

Re: [PHP] Cookies/Sessions and how they work

2009-03-09 Thread Chris
It brings up another question, though. Let's say that I have a session_start() call at the beginning of a bunch of pages. So that each time one of these pages is called, the call is made to session_start(). It seems like it would screw things up royally if each call to session_start() generated

<    1   2