- is your "oracle client" installed on your server ?
- you may have a look to extension_dir in your php.ini.
By default, I think it is something like
extension_dir = ./
You would try to set the value to the directory where your php_oci8.dll is,
something like :
extension_dir=C:\php\extensions\
Re
php-windows Digest 24 Oct 2002 02:09:49 - Issue 1403
Topics (messages 16496 through 16517):
Mail
16496 by: James Meers
16515 by: Prachait Saxena
16516 by: Prachait Saxena
Re: [PHP-DB] Print data
16497 by: Jeffrey_N_Dyke.Keane.com
16508 by: 1LT John W.
I have just recently installed php on windows 2000 running IIS 5.0. on two
different machines.
the first went flawlessly. The second seemed to proceed just the same,
however, I have a problem.
I created the standard test:
this works fine.
when i hit the refresh button on my browser, i get ba
Hello
I think there is no mail server installed on the machine, on which ur
running th script.
Please make sure that smtp server is running
Send the details like php version , o/s and others
To: PHP Helplist Windows <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 7:37 PM
Subject: Mail
> Hi
Hello
I think there is no mail server installed on the machine, on which ur
running th script.
Please make sure that smtp server is running
Send the details like php version , o/s and others
To: PHP Helplist Windows <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 7:37 PM
Subject: Mail
> Hi
As for databases based on flat files... i would recoment then the use
and abuse of php array system... which has a basic "find" and is very
flexible...
It isn't perfect, but it will work and it won't be an heavy penalty...
(it will be just a penalty... but will be usable...).
I've done once a
PHP-nites,
I want to thank you all for your insight on PHP and database options, particularly to
FLAT FILES.
Many of you commented on using MySQL or Oracle and such, commenting how better it
would be. I STRONGLY agree that using MySQL or any DMBS database application is a FAR
better options.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello John
On 22 October 2002 at 08:59:46 -0700 (which was 16:59 where I live) John
Negretti graced us with these comments
> I am somewhat new to PHP and I have a question relating to FLAT FILE
> databases.
If on a windoz box how about using an com
Dear all,
I have a piece of code which posts a matrix which can be from 1X1
dimension to...the sky is the limit (can be 500X500). In this piece of
code I have 2 while loops, nested, which I cannot get rid of..
I'd like to ask you for any suggestions to optimize the posting of the
matrix..I already
All,
I have the 1.3.12 version of Apache installed (via an Oracle install -- no
source) on a Win 2000 system and I have downloaded the manual verion of PHP
(not the Windows Installer). I configured PHP via the SAPI method and
everything works great, including access to SQLServer and Access (ODBC)
The documentation for IndexIgnore follows. Its pretty simple. Which bit
dont you understand ?
Use regular expressions to filter files so they are not shown in an index :
An Example might be
IndexIgnore *.js *.gif *.jp?g
One line - simple :-)
Put this is your .htaccess file for a direcrtory unti
> hello, at my company we have several network printers and i was was
> wondering if it's possible to print directly to them using PHP, instead
> of showing on the screen or both ...
> to gain more control on what is printed, because of the nasty browsers
> header and footer ... whom i now how to r
If you are trying to upload multiple files, why don't you get the user to
send them via e-mail and have a scheduled script ('at' command) process the
mailbox that receives the files?
Sorry for not showing any examples, I haven't really got the time...
regards,
Mikey
<-- Insert stream of consciou
My bad! Windows is definitely not a strong suit with me. I did not know
I could do the drive paths with the reverse slashes. I tried it and it
worked flawlessly! Thank you!!!
All I have to do now is add the drive path up to the web directory to
the replace.
Thanks again! Easier than I could ha
Darren Henderson <[EMAIL PROTECTED]> wrote... :
> > 1. Anything more than just one single PHP file made in your text editor.
>
> Not sure what you mean by this. If I write a single suite of data handling
> routines then it doesn't matter if I have one or 10,000 pages using it.
I meant a file to
Youc use xml files as well as an alternative
Richard Allsebrook wrote:
You can use the Microsoft ODBC Text driver to access flat files and perform
SQL Queries on it - can be REALLY slow on big files though (no indexes) :(
Alternatively - write a script that pulls the flat file into a proper
dat
It seams you are using a development version of the servers (IIS/W2K) or
you are using IIS in a W2K Professional... both those versions are
hardcoded by microsoft to just serve 10 connections of it's services...
If your script has locked 10 sessions previously, then a iisreset is the
only thing
Hi,
CFG: w2k, IIS, php4.0.6 as CGI
I have problem with IIS. It's harcoded to 10 connections. When I do refresh
few times I get error
403.9
Access Forbidden: Too many users are connected Internet Information
Services.
No one is connected (accept me) to this server. Any idea?
Thanks in a
You can use the Microsoft ODBC Text driver to access flat files and perform
SQL Queries on it - can be REALLY slow on big files though (no indexes) :(
Alternatively - write a script that pulls the flat file into a proper
database table :)
Hope this helps
--
Richard Allsebrook
Applications and We
Roderick
Have you tried just changing '/acc/includes/headstart.htm' to
'c:/acc/includes/headstart.htm'? i.e. leaving the unix style slashes in
place...
There is a nasty bug in the latest versions of PHP on Win32 affecting the
include statement with absolute paths.
The above is a workaround soluti
We recently switched from Netscape Enterprise to IIS and I now need to
make a lot of changes to over 600 htmls - mostly in include statements.
We're doing two things here, switching servers and switching all our
SSI's to PHP includes.
Under Enterprise, I could define a path just by putting it i
thanks to all who replied!
using sizeof($_FILES['username']['name']) yields an array of over 10
elements regardless of the number of files selected for upload. and i tried
using something like
"whilelist($key,$var)=each($_FILES['username']['name'][$i])...", but i
couldn't get that to work eit
I think this is only available as an option if you are running on windows
based hardward, but if you are...i know i've seen it in the manual.
José Moreira
Hi,
I am trying to use the mail function, below is the code i am using:
mail( "[EMAIL PROTECTED]","test","This is a test mail" );
I get an error:
Warning: Server Error in F:\milinksroot\test.php on line 2
Does anyone know what i should be looking for to rectify this problem?
CHe
php-windows Digest 23 Oct 2002 14:05:19 - Issue 1402
Topics (messages 16486 through 16495):
Re: this one's got me stumped...
16486 by: Dash McElroy
Re: picking files (server side) - need help please
16487 by: Aidal
Re: Subject: PHP and databases? ...without MySQL and such
hello, at my company we have several network printers and i was was
wondering if it's possible to print directly to them using PHP, instead
of showing on the screen or both ...
to gain more control on what is printed, because of the nasty browsers
header and footer ... whom i now how to remove ...
Your action in the form may be the problem...
I think you need action=\"$PHP_SELF\" instead of action=\"$PHSELF\"
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum mag
Hi NG.
I know this NG is suppose to be about PHP but...
Assuming that most of us people reading this NG uses Apache, I have a simple
question concerning 'IndexIgnore' in 'httpd.conf'.
When typing some http-address to a place under htdocs like
http://localhost/somedir/ which does not have an index
Is that a mistake:
+ADw-form method+AD0AXAAi-POST+AFwAIg- action+AD0AXAAiACQ-PHSELF+AFwAIg-
+enctype+AD0AXAAi-multipart/form-data+AFwAIgA+-
or just a mistyped line: +ACQ-PHSELF instead of +ACQ-PHP+AF8-SELF?
Ciao,
Nino
+AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0
a) is the php4ts.dll in a system wide access directory (like
c:\winnt\system32)?
b) can you run this script:
phpinfo();
?>
c) if so, you have your problem solved, it just need some twicking with
php.in settings (php.ini is in directory c:\winnt)
d) if not, you will have to check ap
I'm trying to make a simple upload script.
The script is suppose to do severel checks after form submition.
The problem is that it seems that I don't have access to HTTP_POST_VARS for
some reason.
In php.ini I have the following definitions (among others of cause):
upload_tmp_dir = "C:\php4\upload
Hello
On a WIndows XP professional edition I am running Apache 1.3.27 with PHP
4.2.3. I am using this configuration to locally work on web projects
before publishing them.
Although most of the things work ok, there are some times that the
server returns a 500 internal error. It happens with th
At 01:44 23/10/2002 +, you wrote:
From: "Negretti, John (CCI-San Diego)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: PHP and databases? ...without MySQL and such
Hello All,
I am somewhat new to PHP
33 matches
Mail list logo