php-windows Digest 20 Oct 2001 13:58:44 -0000 Issue 814
Topics (messages 9938 through 9940):
mysql php help
9938 by: Brian Feliciano
Re: *Great Mortgage Rates^
9939 by: Josh Barger
GD instalation with omnihttpd under win98
9940 by: fdhgskhdgkjkjdfg
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
this is maybe a beginners question, that's because im a newbie to PHP-MySQL
i want to run UPDATE sql command and this is the sample code.
if (!mysql_query ($sql))
echo("Invalid query<br><br>".$sql);
and i know that my $sql is correct because i tried to paste it to my
PHPmyadmin and it works.
how come i can't update?
I believe you have posted in the wrong group, sorry...
I tried to use GD dll with php 4. I did that by downloading the newest
binary distribution then edited the php.ini file. There I've set the
extension_dir = "c:\programme\httpd\php\dll" (should be the right path) and
then put the ; away before ;extension=php_gd.dll, but every time I try to
execute any php file with this php.ini it doesn't, even with a php file that
only contains <? echo "hello world"; ?> and every script works again, as
soon I put the ; again in front of the extension tag! Can anyone tell me
what I did wrong or what else I have to do, to generally be able to use
extensions?
Thanks a lot