1. Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from
C:\Program Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll.
2. Add php_mysqli.dll to php.ini
;extension=php_mysql.dll
extension=php_mysqli.dll
Ref. Zend news letter : November 8, 2004
Ab wrote:
Hi,
i have a problem: i installed apache 2
i am note sure about php 4. but 5.0x works with mysql 4.1.7 if and only
if you use C:\Program Files\MySQL\MySQL Server 4.1\bin\libmysql.dll.
that's right, use this dll - overwrite current one in c:\php.
Phpwalter wrote:
Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?
Seems they ch
As far as I know, a Java extension has not yet implemented for PHP 5 yet
or it might be depreciated. I hope not! But you can use it if and only
if you use PHP 4.x.
Shen Kong wrote:
Rui Zhang wrote:
Hi Fellows
I am trying to integrate PHP and Java,and this is the situation I have.
I am using Apac
You need to install openssl.cnf.
Please look at c:\php\openssl\REAMME-SSL.txt (php 5.00b2).
Ralph Nicovich wrote:
I am trying to bring up CAS authentication on our server that runs PHP.
I have some example code, that 'mostly' works... but it requires that
PHP use HTTPS to verify the users 'tick
"], $content, $_POST["from"]);
?>
Alan McDonald wrote:
thanks - but sorry no prize there - it makes no difference
Alan
"Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
i acidently sent it
Seung Hwan Kang wrote:
I guess it'
I guess it's related to slashes... (addslashes)
Here is eg.
// yourform.html
to
subject
content
from
// mailto.php
mail($to, $subject, $content, $from);
?>
from Wollongong, NSW :)
Alan McDonald wrote:
Can someone tell me why I might be getting this problem?
I construct an HTML email and s
i acidently sent it
Seung Hwan Kang wrote:
I guess it's related to slashes... (addslashes)
Here is eg.
// yourform.html
to
subject
content
from
// mailto.php
mail($to, $subject, $content, $from);
?>
well, now it's correct!
from Wollongong, NSW :)
Alan McDonald wrote:
Your conf. is not valid. :(
Miroslav Majdan wrote:
Hi.
I have configured php and apache 1.3.28 (apache 2.0.48) under Win98 like
this
php.ini:
extension-dir:/php-4.3.4-Win32/
extension_dir = c:/php-4.3.4-Win32/extensions/
httpd.conf:
ScriptAlias = "c:\htdocs"
AddType application/x-h
Cmsmom wrote:
I am running PHP on Windows 2000 server. PHP is running but mysql support
is not. I am running PHP 5.0.0b1 (from phpinfo()).
You may with PHP 5.00b2. When I did It didn't work so I changed to
PHP5.00b2. Because it comes with bundled MySL 3.xx dll. By the way, it
works on MySQ
Are you looking for free? Well, you may try linux. Well, here is one
of the project that allows you to use ASP too on linux.
http://www.apache-asp.org/
By the way, chilisoft (known as ASP on linux) is now not free. It sold
to Sun.
http://www.chilisoft.com/
Peter Richards wrote:
Hi,
On Tue
Yes, you can use both ASP & PHP on PWS or IIS. This manual will do for you.
http://www.php.net/manual/en/install.iis.php
:)
Peter Richards wrote:
Hi,
I have been using PWS (Personal Web server) from microsoft, version 4
on a Win95b computer. After a few recent problems with using PHP on
the sam
Open yourwindowssystems/php.ini
then uncomment it. I mean remove ;
eg.
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed
for it.
;
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
;extension=php_curl.dll
.
.
.
.
:)
Piotr Plucien
As I remember, it comes with MS Office (ACCESS).
:)
Miroslav Majdan wrote:
I am using Win98. I have installed PHP-4.3.4-Win32. When I tried to run
php.exe, Windows printed a message "Cannon find ODBC32.dll". I really
didn't find that file on my computer. I tried an older PHP-3.0.17, but
with
try buttons.
eg.
Send
Reset
:)
Lawrence wrote:
When I replace button submit with image "checkout.gif" and "update.gif" , I
do not get value of $B1 and $B2 more , please show me how to get $B1 $B2
when I replace button submit with image , thank you .
--
PHP Windows Mailing List (http:
Why would you need to save login and passwd in the session?
It must be better once you validate login and passwd, the just register
one unique id as a session id, if the user logged out destroy that
session id.
If there is more than one previllege for the user. You may register a
user id, prev
Bobo Wieland wrote:
I want my client to be able to update his site him self, and I want it to be as simple as possible for him. I think I will save the data as XML in a MySQL db (since I've allready made the parser for presenting the XML data...)
Use table field names as an xml tag. and display it
i found some mistakes here!
if register_globals = Off in php.ini
$query="INSERT INTO login VALUES (" . $_POST['login'] . ")";
if register_globals = On in php.ini
$query="INSERT INTO login VALUES (" . $login . ")";
Rodel D. Bautista wrote:
Sir, kindly try these lines:
1) $query="INSERT INTO login
Some extensions are like not 100% available for Win32 environment. I use PHP
4.3.0pre2, Apache 2.0.43 and J2SDK 1.4.1
For XML, you need expat-1.95.5 and copy libexpat.dll to c:\windows\system32.
For XSLT, you need sablot-0.96 and copy sablot.dll to c:\windows\system32.
//php.ini
extension_dir =
It supports to be mysql_fetch_array.
while($r=mysql_fetch_array($result))
"Zeus" <[EMAIL PROTECTED]> wrote in message
news:000201c28788$00d50e20$0200a8c0@;ncus...
> I try to display mysql database using fetch_array but there seem to
problem,
> i m new with PHP and mysql.
> I didn't quite sure, wh
I've installed PHP to c:\php. I do this way in PHP.INI
extension_dir = c:\php\extensions
;Windows Extensions
extension=php_ldap.dll
That's it. When you run phpinfo() it will gives you something like this.
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.116.2.2 2002/09/23 23:2
As I remember, XML supports is default.
You do NOT have to do anything.
When you run phpinfo() it will show you whether you have already installed
or not.
//test.php
"Terence ng" <[EMAIL PROTECTED]> wrote in message
news:20021106025232.7193.qmail@;web41115.mail.yahoo.com...
> Hi!
>
> I have i
If you looking for a small size editor (about 1MB), Editplus should be ok.
It support all syntax highlights for commonly known open-source languages,
JSP, XML, PHP and ASP, HTML, XSLT etc.,
"Mgr. Brian Kabela" <[EMAIL PROTECTED]> wrote in message
news:20021104212527.6016.qmail@;pb1.pair.com...
> I
If your PHP is located to c:\php, you can do this way to configue httpd.conf
using apache 1.3.x
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
# To use PHP scripts
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Using apache 2.0.x
Loa
I'm not sure how to answer your question but I can show you my
configurations. I'm happy to see someone like me.
Java SDK 1.4.1
PHP 4.2.4-dev
W2K Pro
Here is my configures.
php.ini
extension_dir = c:/php/extensions # i know it looks strange but it works.
you can also use c:\php\extensions
e
Let's say if you are using Aapche web server 2.0.42 and your XP is located
onto c:\windows
1. copy d:\php\php4ts.dll to c:\windows\system32
2. copy d:\php\php.ini-dist to c:\wiindows and rename it to php.ini
3. edit php.ini
...
extension_dir = c:/php/extensions
upload_tmp_dir = c:\temp
session.sa
"Konchim" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I using windows apache 1.3
> php 4.2.3
> But when i using
if you use POST method
if you use GET method
> It can not be get a value,what happen?
> Is it my php install problem or aother problem
>
26 matches
Mail list logo