in
Regards Bob
-Original Message-
From: jeff e [mailto:mylist@;workingtitle.net]
Sent: Wednesday, November 06, 2002 4:04 PM
To: Bob G; [EMAIL PROTECTED]
Subject: Re: PHP & mysql
So did you find the window with all the extension mappings?
Here's what you need to do -
Right click
t;.
The relevant PHP.INI was put into WINNT. I suspect I must modify it in some
way?
I have given privileges to IUSR (read/write) to IIS.
I am testing with the following:-
PHP Test
"; ?>
Can't be much simpler. But it does not get parsed!!
What have I missed?
Thank
P Test
"; ?>
Can't be much simpler. But it does not get parsed!!
What have I missed?
Thanks Bob G
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.
mysql is driving me mad (3)
Many thanks for your help guys, I have the problem cracked. I, for the
umpteenth time dropped the database and recreated it. then from the cli I
put in the maximum value of characters. and there after it worked from my
prog. Very strange!
Thanks again
bob
my sql problem
Thanks for the mild rebuke paul.
I (re) created the table as follows ;-
drop table clients;
create table clients(
purchasers_ID int,
purchasers_name varchar (50),
purchase_ID int,
price decimal (7,2),
dated varchar(50)
);
I put the data a
et me put
in more than 15 characters. I have dropped the field and reinstated it. I
have done the same with the database. I have flushed everything including
the kitchen sink. but more than 15 characters it will not have. What
fundamental point am I missing?
Many Thanks,