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
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
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
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
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
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
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
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
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
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
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
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'
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
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
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
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
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
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
18 matches
Mail list logo