php-windows Digest 30 Mar 2004 07:02:47 -0000 Issue 2187

2004-03-29 Thread php-windows-digest-help
php-windows Digest 30 Mar 2004 07:02:47 - Issue 2187 Topics (messages 23296 through 23309): Virtual Hosts - How to Configure 23296 by: James 23298 by: Shrock, Court Re: PEAR vs. PHPLib 23297 by: Justin Patrin Re: Proper coding? 23299 by: Jason Barnett Re: S

RE: [PHP-WIN] (PHP-WIN) I need to view a summary within a specifi ed date

2004-03-29 Thread Svensson, B.A.T. (HKG)
Do you fetch this data from and RDBSM? If so, then you should be able to do a selection on dates. -Original Message- From: zosimo miravite, jr. To: php Sent: 2004-03-30 05:15 Subject: [PHP-WIN] (PHP-WIN) I need to view a summary within a specified date Clear DayHi, i am a new member here

[PHP-WIN] Re: (PHP-WIN) I need to view a summary within a specified date

2004-03-29 Thread Jason Barnett
Zosimo Miravite wrote: Clear DayHi, i am a new member here. i have a prblem regarding with my php script - viewing a summary of my report. i have already encoded several reports. all i need is to view it within a specified date. like for instance, from May 1, 2004 to Sep 31, 2004. inputting these

[PHP-WIN] Re: AdoDB error

2004-03-29 Thread Jason Barnett
Sorry, forgot the link: https://www.zend.com/php5/articles/engine2-php-oo.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: AdoDB error

2004-03-29 Thread Jason Barnett
Bruno Reato wrote: Hi!! i'm newbie in PHP's world and i trying execute a simple query with php 5 and interbase 7, but, when i execute $db = ADONewConnection('ibase'), get the next error: PHP Fatal error: Class ADODB_Iterator contains 1 abstract methods and must therefore be declared abstract (Iter

[PHP-WIN] (PHP-WIN) I need to view a summary within a specified date

2004-03-29 Thread zosimo miravite, jr.
Clear DayHi, i am a new member here. i have a prblem regarding with my php script - viewing a summary of my report. i have already encoded several reports. all i need is to view it within a specified date. like for instance, from May 1, 2004 to Sep 31, 2004. inputting these dates, automatically vie

[PHP-WIN] Re: Page/Form caching

2004-03-29 Thread Jason Barnett
Jim Macdiarmid wrote: Hi everyone, I think I'm having some issues with page/form caching and I'm not sure how to turn it off just for the current page, or if that is the proper thing to do. When I click submit on the form, the page redisplays however it doesn't seem like any processing is taking

[PHP-WIN] Re: I need to display records of a Database on html,

2004-03-29 Thread Jason Barnett
M.Feoli wrote: Hi, I am rephrasing my last question, I have a database which I need to access via Web, and display multiple pages of the resulting records of the select statement I issue. Is there a code for this out there, which I could start with. thanks You might also check out the Pager

[PHP-WIN] Re: isset() question

2004-03-29 Thread Jason Barnett
Anthony Ritter wrote: The following script is from Kevin Yank's book (Sitepoint). When I test it _without_ entering a name in the text box and hit submit, the _next_ page loads - however the same page should load beacuse of the conditional if (!isset($name) ): . If I replace !isset

Re: [PHP-WIN] Apache running...now what?

2004-03-29 Thread Leo g. Divinagracia III
jota wrote: I believe I have already done everything to install PHP, and Apache starts up fine for me (Apache 1.3.29). But, it seems that Apache still doesn't know what to do with the PHP files. have you tried to d/l packages like SWAMP, FOX-SERV, which are just a couple of the numerous stuff

[PHP-WIN] Re: Session destruction FAILED

2004-03-29 Thread Jason Barnett
Can you give us some code to try to reproduce the error? Without seeing anything, my guess is you use a function to destroy sessions and it is being called when it shouldn't be. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Proper coding?

2004-03-29 Thread Jason Barnett
Jim Macdiarmid wrote: In the index.php file I have the following code: require_once('include/db_connect.php'); require_once('include/db_functions.php'); /* includes commonly used functions */ require_once('common.php'); $sphist_rec_count = GetRecCount('RecentActiveSpaces','RECENT_SPACE_COUNT'

RE: [PHP-WIN] Virtual Hosts - How to Configure

2004-03-29 Thread Shrock, Court
The most straight forward that I can see would be to always prepend a php file that does the appropriate ini_set's based on $_SERVER['HTTP_HOST'] or $_SERVER['SERVER_NAME']. For example: : your php.ini : include_path = ".;c:\php\includes" auto_prepend_file = setup_vhost.php : c:\ph

[PHP-WIN] Re: PEAR vs. PHPLib

2004-03-29 Thread Justin Patrin
Jim Macdiarmid wrote: Can anyone shed some light on these two? Pros and Cons, etc. I've just ran across an article that mentions that PHPLib is the "defacto" standard. I've recently started using the PEAR::DB in a web application and I'd like to make sure that I'm working with something that is

[PHP-WIN] Virtual Hosts - How to Configure

2004-03-29 Thread James
I am setting up apache/php on a windows box as a test, and would like to know how to set up php so that each virtual host has their own smtp / mailserver settings. As I understand the config now, they will share the settings in the php.ini file located in the windows folder. Is there an alternate

[PHP-WIN] Page/Form caching

2004-03-29 Thread Jim MacDiarmid
Hi everyone, I think I'm having some issues with page/form caching and I'm not sure how to turn it off just for the current page, or if that is the proper thing to do. When I click submit on the form, the page redisplays however it doesn't seem like any processing is taking place. This is how I've

RE: [PHP-WIN] Stripping returns _SOLVED

2004-03-29 Thread George Pitcher
Sorry guys, its OK now. I was checking an earlier output (too many interruptions at work). Ta. George > -Original Message- > From: George Pitcher [mailto:[EMAIL PROTECTED] > Sent: 29 March 2004 11:31 am > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Stripping returns > > > Hi all, > > I'm

[PHP-WIN] Stripping returns

2004-03-29 Thread George Pitcher
Hi all, I'm using php to create java classes for database access. I have a file (a few in fact) containing a list of fieldnames, one per line. So I open the file and read it line by line and create the java code. Opening reading and closing is repeated for the several stages of definition and set