RE: [PHP] Re: Log files

2008-07-02 Thread Haluk AKIN
If you are planning to come up with relations between these errors and other activities on your website then you need to use a database. If you will use this error log only for debugging purposes then a text file should be enough. >From a coder's perspective the workload of coding both of these me

Re: [PHP] Re: Log files

2008-07-02 Thread John Comerford
If you are logging errors, then maybe you should look at using a file instead of a database table. I have seen an instance where a system used a table for error logging and writing to the log table caused and error, you can guess where that left things. Shawn McKenzie wrote: Mark Bomgard

[PHP] Re: Log files

2008-07-02 Thread Shawn McKenzie
Mark Bomgardner wrote: I am writing an application in which I want to create log files. I am weighing the difference between using text files and using a database to house the data. It appears to me that there is really no advantage either way or is there? There are pros and cons to both metho

[PHP] PHPNews Vs phpns

2008-07-02 Thread John Comerford
I am looking at including news on a website I am putting together. From my google searches it seems the two main players are PHPNews and phpns. Are these the main open source news systems ? Is one considered better than the other ? Anyone got any real world experiences with either of these prod

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Michael Kubler
You could look into something like PicLens lite. http://piclens.com/lite/webmasterguide.php It's more of an image viewer than slideshow. But the FFox plugin works great with Flickr, youtube, etc.. Basically you create a media RSS feed of the photos or video. There's two flavours. PicsLens is th

Re: [PHP] Log files

2008-07-02 Thread Chris
Mark Bomgardner wrote: > I am writing an application in which I want to create log files. I am > weighing the difference between using text files and using a database to > house the data. It appears to me that there is really no advantage either > way or is there? There are pros and cons to both

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread philip
Bastien Koert wrote: On Wed, Jul 2, 2008 at 4:37 PM, philip <[EMAIL PROTECTED] > wrote: Hi everyone, I want to create a slide show of photos for my web site. How is this done using php5? I am using Opensuse 10.3, Apache, PHP5. TIA for any assistanc

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Børge Holen
On Thursday 03 July 2008 00:14:45 tedd wrote: > At 4:37 PM -0400 7/2/08, philip wrote: > >Hi everyone, > > > >I want to create a slide show of photos for my web site. How is this > >done using php5? I am using Opensuse 10.3, Apache, PHP5. > > > >TIA for any assistance, > > > >Philip > > Philip: > >

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread tedd
At 4:37 PM -0400 7/2/08, philip wrote: Hi everyone, I want to create a slide show of photos for my web site. How is this done using php5? I am using Opensuse 10.3, Apache, PHP5. TIA for any assistance, Philip Philip: With a combination of php, html, and javascript, you can get this: http

RE: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Haluk AKIN
Hi, If you are fine with using flash you could use some ready solution like this: http://www.entheosweb.com/Flash/Photo_Gallery4/index.asp For ready solutions like this you won't need a flash editor. Haluk -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Wednesd

Re: [PHP] Log files

2008-07-02 Thread Børge Holen
On Wednesday 02 July 2008 22:36:24 Mark Bomgardner wrote: > I am writing an application in which I want to create log files. I am > weighing the difference between using text files and using a database to > house the data. It appears to me that there is really no advantage either > way or is ther

Re: [PHP] URL Rewrite

2008-07-02 Thread Børge Holen
On Wednesday 02 July 2008 13:34:32 Bastien Koert wrote: > On Wed, Jul 2, 2008 at 6:33 AM, Per Jessen <[EMAIL PROTECTED]> wrote: > > Subhranil wrote: > > > Hi All, > > > > > > I want to show one URL at browser and content of different URL. > > > > Take a look at apache url rewriting. > > > > > > /Pe

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Bastien Koert
On Wed, Jul 2, 2008 at 5:02 PM, philip <[EMAIL PROTECTED]> wrote: > Bastien Koert wrote: > >> >> >> On Wed, Jul 2, 2008 at 4:37 PM, philip <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote: >> >>Hi everyone, >> >>I want to create a slide show of photos for my web site. How is >>this done u

Re: [PHP] Re: Inspiration for a Tombstone.

2008-07-02 Thread Daniel Brown
On Mon, Jun 30, 2008 at 1:31 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > > Fatal error: Call to undefined function shawn() in /home/shawn/life.php on > line 1 I like it. ;-P -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated

Re: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Bastien Koert
On Wed, Jul 2, 2008 at 4:37 PM, philip <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I want to create a slide show of photos for my web site. How is this done > using php5? I am using Opensuse 10.3, Apache, PHP5. > > TIA for any assistance, > > Philip > > -- > Philip Ramsey > learning PHP and MySQ

[PHP] Log files

2008-07-02 Thread Mark Bomgardner
I am writing an application in which I want to create log files. I am weighing the difference between using text files and using a database to house the data. It appears to me that there is really no advantage either way or is there? There are pros and cons to both methods, but I am concerned ab

[PHP] how to create a slide show using PHP5

2008-07-02 Thread philip
Hi everyone, I want to create a slide show of photos for my web site. How is this done using php5? I am using Opensuse 10.3, Apache, PHP5. TIA for any assistance, Philip -- Philip Ramsey learning PHP and MySQL for building a better world philipramsey.is-a-geek.net -- PHP General Mailing Lis

Re: [PHP] Variable not showing up.

2008-07-02 Thread Jim Lucas
Couple things, read in-line... Steve Marquez wrote: Greetings, The following code works in every way except one. The variable, $linkspage, in the link, will not replace with information from the database for some reason. No matter what else I put in $id_num, $filename or whatever it replaces

[PHP] Variable not showing up.

2008-07-02 Thread Steve Marquez
Greetings, The following code works in every way except one. The variable, $linkspage, in the link, will not replace with information from the database for some reason. No matter what else I put in $id_num, $filename or whatever it replaces, but not $linkspage. The variable does work abov

[PHP] Using zend_hash_find when key is of Integer type

2008-07-02 Thread Ambrish
Hi All, I am writing a PHP extension and over here I am trying to use zend_hash_find API to search for key in a hash. But the problem here is "my key is an integer and not *char". So this zend_hash_find will not work. Can anyone tell me how can I use zend_hash_find (or any other API) to search k

RE: [PHP] CURL de-bugging: So why am I not getting the results page on the target site?

2008-07-02 Thread Boyd, Todd M.
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2008 9:42 PM > To: [EMAIL PROTECTED] > Cc: php-general@lists.php.net > Subject: Re: [PHP] CURL de-bugging: So why am I not getting the results > page on the target site? > > ioannes wrote: > > I didn't g

Re: [PHP] PHP-CLI and the "less" command (kubuntu)

2008-07-02 Thread Mattias Thorslund
Stut wrote: On 2 Jul 2008, at 02:58, Mattias Thorslund wrote: Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to re

Re: [PHP] URL Rewrite

2008-07-02 Thread Bastien Koert
On Wed, Jul 2, 2008 at 6:33 AM, Per Jessen <[EMAIL PROTECTED]> wrote: > Subhranil wrote: > > > > > Hi All, > > > > I want to show one URL at browser and content of different URL. > > > > > Take a look at apache url rewriting. > > > /Per Jessen, Zürich > > > -- > PHP General Mailing List (http://ww

Re: [PHP] CURL de-bugging: So why am I not getting the results page on the target site?

2008-07-02 Thread ioannes
Thanks Chris and Andrew, An interesting article here on VIEWSTATE in asp: http://www.dotnetjohn.com/articles.aspx?articleid=71 refers to MAC encoding using SHA1 or MD5, alternatively Triple DES symmetric algorithm. However, in either event, VIEWSTATE seems to be just what is sent by the serv

Re: [PHP] URL Rewrite

2008-07-02 Thread Per Jessen
Subhranil wrote: > > Hi All, > > I want to show one URL at browser and content of different URL. > Take a look at apache url rewriting. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] URL Rewrite

2008-07-02 Thread Subhranil
Hi All, I want to show one URL at browser and content of different URL. Like user can see the URL at address bar like http://localhost/test/home/ or http://localhost/test/tech/php/but content of page will be http://localhost/test/index.php The URL of the address bar will never change to

Re: [PHP] PHP-CLI and the "less" command (kubuntu)

2008-07-02 Thread Stut
On 2 Jul 2008, at 02:58, Mattias Thorslund wrote: Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to require just

[PHP] FW: [SPAM] [PHP] FIFO files on PHP?

2008-07-02 Thread Chris Scott
> -Original Message- > From: Waynn Lue [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2008 11:06 PM > To: php-general@lists.php.net > Subject: [SPAM] [PHP] FIFO files on PHP? > Importance: Low > > I'm trying to build a queue out using FIFO files (someone on the MySQL > list suggested

[PHP] Session variables disappear (some of them only)

2008-07-02 Thread karma
Hi ! I have a very weird issue since the last Apache upgrade (-> 2.2.8-r3, a month ago), but I'm not sure it is related (well, I'm pretty sure it's not). Like many people, I've written an application that use PHP session variables, like $_SESSION["my_variable"]. Sometimes (it doesn't happen