I recently brought the book PHP fast & east web development. I am having problems
trying to run PHP and an Apache Server on Windows. I have Windows ME.
It was suggested to me that I had a spelling mistake. I am not sure where that would
be as I have followed the instructions in the book very ca
hello...
somebody help me how to install
freetds + php4 + apache
which version is ok??
recently i use freetds 0.51, php4.0.5 and apache 1.3.19
php4 fail to communicate with freetds
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
If at first youdon't succeed, then give up and try a bulldozer approach: -
Create a seperate php script for the new window.
>From your existing page, open the new window with javascript, passing in the
required id parameter to identify the cart contents that you want to display. If
you can't ident
Hello,
Apache does some of the setting up for you...but there are some parameters
you need to set...with the server name being the major one, or else it wont
run. In your apache directory, you will see a folder named "conf" open that
up, and find the file "httpd.conf" open this file in wordpad
How to jump to other URL with php
With Javascript i'm use location.href="target.html"
please help me
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
What do you mean by "jump to"? Do you want the page to autorefresh or
something?
John
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aliquando et insanire iucundum est
@John: No, he wants a redirect.
@Germán: Use this one:
http://www.php.net";);
exit();
?>
Muchos saludos,
Mike
Michael Rudel
- Web-Development, Systemadministration -
___
Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
f
Hello,
I feel like I'm beating a dead horse (I think that's
the saying), but I'm having trouble with IIS and exec.
I've read everything I can find on the subject, but
I'm still unclear on a few things. What I want to do
is fairly simple. Basically, some user will come to my
page and select an opt
Paul,
Check to see if php4ts.dll is in your \windows\system folder.
Peace,
Vern
-
Hi,
Iv'e installed Apache, configured and tested it: works fine. Installed PHP4
and made a file phpinfo.php. When I type 'http://localhost/phpinfo.php' I
get the following message:
'Erro
php-windows Digest 14 May 2001 13:09:19 - Issue 597
Topics (messages 7527 through 7538):
Re: PHP installation error on win98
7527 by: Liquidice
Re: PHP4 Refuses to Run in Any Directory Except c:\PHP4
7528 by: Alan Popow
Re: Php4.0.4 Installation on Win98 for Apache 1.3.19
Rachel Baillie wrote:
> I recently brought the book PHP fast & east web development. I am having problems
>trying to run PHP and an Apache Server on Windows. I have Windows ME.
>
> It was suggested to me that I had a spelling mistake. I am not sure where that would
>be as I have followed the i
who to add record in my mysql database? please helpme
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi German,
you don't expect the list to do your homework for you, do you?
RTFM: http://php.net/manual/en/html/ref.mysql.html.
Then, if you get into problems, post you exact problem along
with the code that doesn't work AND the exact error message
you get, plus any other possibly useful info, li
Exec doesn't work in win32, wait for php4.06 where apparently it has been
fixed. (See www.php4win.de for a prerelease).
Alain
On Mon, May 14, 2001 at 06:00:12AM -0700, Nick Howard wrote:
> Hello,
>
> I feel like I'm beating a dead horse (I think that's
> the saying), but I'm having trouble with
Title: GAI
I'm trying to
setup PHP/Oracle scripts with PHP running on WinNT 4.0 and Oracle running
on Solaris 8.
The problem I am having, I believe, is
giving our Netscape Enterprise Server the proper paths to the Oracle files that
seem to come automatically to the IIS server.
When I run
Hi,
aside from the PHP manual metioned by Cynic look at the
MySQL manual:
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#INS
ERT
Johannes
""Germán A"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9doqac$mf5$[EMAIL PROTECTED]">news:9doqac$mf5$[EMAIL PROTECTED]...
> who to
Hi Alan,
What is the utility of the file php.ini if i can now work with php4
without it ?
And into the httpd.cong file of Apache what is the utility of adding
the row:
LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll
if php4 is loaded automatically by Apache from c: ?
I solved
I am creating tables in Mysql on Windows.
I like to capitalize the first letter of my table names.
When I use phpMyAdmin to create these tables, the capitalization of the
first letter is lost (everything is lower case).
I am using MySQL 3.23.28-gamma
Does anyone else have this issue and is the
Hi,
I would like to know what is wrong with the code below.
The following code will be included on every page with the include
command.
The variable $language does not seem to be registered at all. it should
be registered
again on every page. Why this? On the php.ini register_globals is "off"
and
Hi all,
I have the following configuration:
winnt + apache + php4.0.4 called let's say server1.domain.com and one with
winnt + MS SQL Server 7.0 called server2.domain.com and a third machine with
win200 + iis + php3.0.15 + MS SQL Server 7.0 called server3.domain.com on
server3 the SQL Server is ca
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find go
Hi,
> The only way I can do it now is by uploading to my server and testing it
> online.
Well you use IIS which is part of win2k or get Apache or Xitami. Then you'll
have to get the PHP binaries and there you go.
>
> I use Dreamweaver 4 for my coding.
There are various editors for php.
http://
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find g
Geoff,
I am not sure why it works, but I can click on a .php file in Windows
Explorer and it is parsed and displayed in Internet Explorer almost like any
other HTML file.
In general, though, I edit and modify all my files in a directory like
"C:\home\httpd\html" on my windows box so that any dir
[...]
>Warning:MS SQL: Unable to connect to server: server2.domain.com
Just grabbing in the air (since there are few hints about the
problem): but are you using named pipes or TCP/IP? Are you
allowed to communicate over the network with the protocol
you are using?
--
PHP Windows Mailing List (
Well, i just don't know.
While programming, scripts were on server3, there i have iis + sql 7. There
i just used mssql_connect("server3","login","password") where server3 is the
name of the sql server on server3 machine, and server3 is the connection
parameter associated with multiprotocol shown
>How could i make a connection using tcp/ip or named pipes?
Are you using ODBC?
>Which one is better?
It depends on how you define "best"...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
Can Someone help me?
I need some easy to understand php-script
one shall put data in a mySQL database
another shall delete posts
and the third shall read from the database
Thanks:
REG.
Henning
i normaly use:
header("Location: http://www.yahoo.com";);
is that what you want ?
""Germán A"" <[EMAIL PROTECTED]> wrote in message
9dogpk$l7k$[EMAIL PROTECTED]">news:9dogpk$l7k$[EMAIL PROTECTED]...
> How to jump to other URL with php
>
> With Javascript i'm use location.href="target.html"
>
> pl
How can I read the contents of an *.ini file?
Is there an example kicking around that I did not see?
Thanks,
John
--
John Taylor-Johnston
Langues Modernes
poste 289
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
On Mon, 14 May 2001 18:16:08 +0200, you wrote:
>Hi Alan,
>
>What is the utility of the file php.ini if i can now work with php4
>without it ?
Certainly you can run php without the ini file, but then everything goes to
default. If you want to set your own parameters for php, then you need the
.in
On Mon, 14 May 2001 18:30:48 -0400, you wrote:
A *.ini file is just a common garden variety text file. Read it however you
read any other text file.
Alan
>How can I read the contents of an *.ini file?
>Is there an example kicking around that I did not see?
>
>Thanks,
>
>John
>
>--
>John Taylor-
I was wondering if somone could give me a quick explanation on the
difference between the loadmodule and the scriptalias when you set up php
with Apache.
As far i know i have both included in my configuration file..
Thanks alot
Lars
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscr
There is no procedure in place, no one has created a module to ... to read ...
say ...
[StoreData]
Name=Ben Hurr
Not that I'm going to go Perling just for this, but ...
??
John
Alan Popow a écrit :
> On Mon, 14 May 2001 18:30:48 -0400, you wrote:
>
> A *.ini file is just a common garden varie
php-windows Digest 15 May 2001 01:46:00 - Issue 598
Topics (messages 7539 through 7562):
Re: Installation of Apache & PHP4 on Windows
7539 by: Julie Meloni
mysql
7540 by: Germán A
7541 by: Cynic
7544 by: Johannes Janson
Re: Exec and IIS
7542 by: Ala
On Tue, 15 May 2001 02:05:48 +0200, you wrote:
As far as I can figure it, LoadModule loads the dll right up front when
apache gets loaded, so that it is already resident in memory whenever it's
needed. Scriptalias tells apache to run the exe when it gets a script to
process, and not before.
You
On Mon, 14 May 2001 21:48:54 -0400, you wrote:
Ahh.. Ok. I see what you're getting at.
While I haven't tried it, it probably wouldn't be a lot of code to create a
function to do it using file() to read the .ini file into an array and then
using array_search() to find the required information.
A
Try
http://www.thewebmasters.net/php/ConfigReader.phtml
Ignatius
-Original Message-
From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 15 May 2001 11:49
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] *.ini
There is no procedure in place, no one has created a module to .
Hi,
A client needs some work done this week and it needs a feature of the latest CVS of
PHP.
Anyone have a link to a new Win32 version?
or does anyone have any idea when the next version PHP 4.0.6 is coming out?
Cameron Just
Dunno if this helps, I found the source link on http://www.php4win.de
http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe
- Original Message -
From: "Cameron Just" <{HYPERLINK
"mailto:[EMAIL PROTECTED]"}[EMAIL PROTECTED]>
To: <{HYPERLINK "mailto:[EMAIL PROTECTED]"}[EM
>[StoreData]
>Name=Ben Hurr
Has anyone a few lines of code that could help read a couple of variables in an
*.ini file?
Thanks,
John
Alan Popow wrote:
> On Mon, 14 May 2001 21:48:54 -0400, you wrote:
>
> Ahh.. Ok. I see what you're getting at.
>
> While I haven't tried it, it probably wouldn'
I don't see it? Will this allow me to access variables in an ini file?
Thanks,
John
Ignatius Teo wrote:
> Try
> http://www.thewebmasters.net/php/ConfigReader.phtml
>
> Ignatius
>
> -Original Message-
> From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 15 May 2001 1
Don't see what? It's there - I've just clicked on the link and it's
definitely there. This is probably a silly question, but have u tried
reading what it says?
Ignatius
-Original Message-
From: jtjohnston [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 15 May 2001 16:23
To: [EMAIL PROTECTED]
S
43 matches
Mail list logo