I wish I could offer more assistance...
Here's an odd thought: Can you show me an example of where INSERT or
UPDATE code returns with '1'? What does it return for pconnect?
-Dash
Celebrate Hannibal Day this year. Take an elephant to lunch.
On Wed, 13 Nov 2002, soff wrote:
> With normal connec
With normal connection, I can run SELECT well, so the connection must be
successful. What's more, the result of UPDATE/INSERT returns "1", I have
no idea now.
Can you help me? My god...
ÄúÔÚ Tue, 12 Nov 2002 23:42:10 -0800 (PST) µÄÀ´ÐÅÖÐÌáµ½:
> Honestly - I have no idea how to do this in MSS
Honestly - I have no idea how to do this in MSSQL. Those instructions are
for limiting the Apache server.
The mssql_connect shouldn't be an issue because the connection is torn
down when the php page is done (or mssql_close (?) is called), but you
said you have experienced issues with that call.
Sigh...
I seems so difficult :(
How about the normal connect :P
Thanks
ÄúÔÚ Tue, 12 Nov 2002 23:25:27 -0800 (PST) µÄÀ´ÐÅÖÐÌáµ½:
> This could be the configuation entry for Apache2 on Win2k:
>
> http://httpd.apache.org/docs-2.0/mod/mpm_common.html#threadsperchild
>
> Or this:
>
> http://http
Can any one tell me that from where I can get the reconfigured Php+MySql+Apache
bundle for Win9x.
Thank you,
Imran
This could be the configuation entry for Apache2 on Win2k:
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#threadsperchild
Or this:
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#maxclients
If not, look here:
http://httpd.apache.org/docs-2.0/mod/quickreference.html
and search for M
Dash,
Thanks for you answer, my env is Win2000 Server + php lastest STABLE +
Aapache 2.0.43 + MS SQL Server 2000(SP2). Can you tell me how to
configure the max threads and let mssql_pconnect() work well. It think
that mssql_pconnect() will be better than mssql_connect() if they both
work well :
Soff,
What web server are you using? I know that if you use Apache (which has a
max threads (?) paramater of 150) against MySQL (default: 100) and
pconnect, the database can start to deny new connections. You may be
running into the same issue here. Look at your max number of connections.
I have
php-windows Digest 13 Nov 2002 06:56:25 - Issue 1437
Topics (messages 16894 through 16911):
Re: update tablename
16894 by: Dash McElroy
incrementation error
16895 by: damouse
16897 by: damouse
16898 by: damouse
IIS 5.0 and cache
16896 by: Step Schwar
hello,
I am trying to connect mssql with php, when I use mssql_pconnect(), It
will fail to connect when the amount of visitors becomes large. But,
when I use mssql_connect(), I can only run SELECT quern, while the
INSERT/UPDATE staments doesn't work. Can somebody tell me why? thanks
and sorry fo
Hello,
On 11/12/2002 08:23 PM, rich wrote:
Hmmm, I don't think so. I'd rather not give out addresses of course, but
it's the same SMTP server I use for my own email (company mail server). The
messages get sent out OK. But the process of connecting and sending each
message is so slow that I hav
Look at your session.save_path line:
session.save_path
.c:/php/sessions/tmp .c:/php/sessions/tmp
Change this to c:\php\sessions\tmp and you'll find yourself without a
problem (as long as that directory exists. The dot in front of the pathname
is most likely failing the script.
session.save_path
At 00:19 13.11.2002, Charlie Fowler said:
[snip]
>.c:/php/sessions/tmp .c:/php/sessions/tmp
>
>open(.c:/php/sessions/tmp\sess_fa42372dcdbde0e457309f134d71827f, O_RDWR)
>failed: Invalid argument (22) in C:\Program Files\Apache
>Group\Apache2\htdocs\SAMS\Chap
Hi all,,
Can some one help me with this little issue ... I am trying out some
prewritten scripts curtesy of SAMS PHP and MYSQL Web Development, Ch24 -
User Authenication & Personalisation on my server setup
The Configuartion for my development environment is Apache 2.39, Win
2000, PHP 4.2.3
T
Dean
A PHP APache mySQL combo works fine on a win98SE box, probably the least
troublesome of all. While win98 is not a serious or secure platform for
WWW or business intranet, for home development its quick and easy. Are you
saying your scripts don`t work at all or just won`t add records to mys
Hey Rob,
Its tough getting started, even with the manual at your side, but you will
make it. Lots of folk do fine with IIS but I suspect Apache is less
bothersome - one or two small additions to the config file and you are up
and away. If you change to Apache and still have problems, mail me for
I've had speed issues when using mail() on a win32 machine that has the
php.ini set towards an Exchange 5.5 server. It seems to take a while to open
the connection, verify, send it and then close the connection. I haven't
traced the problem though, and it's not much of an issue considering my
produ
If you are running on Windows, ActivePDF (www.activepdf.com) works pretty
well and will do what you want it to do.
Jeff Pearson
Advanced Digital Technology
"Jim Hunter" <[EMAIL PROTECTED]> wrote in message
news:3D576EE5.10.00832@;WORKSTATION...
There are two major PDF libraries available. O
Hi List,
I execute a script (session_test.php) to test the
session_type and I receive the following:
Session Test
If sessions are configured properly in your PHP
installation, then you should see a session id below,
and the "page views" number should increase every time
you reload the page. Clic
Hello,
On 11/12/2002 05:50 PM, rich wrote:
PHP 4.2.3 on Windows. I'm doing a simple query and then emailing each user
returned by the query within the loop:
mail($to, $subject, $message, $headers);
The problem is that it is so slow.it times out after 60 or so emails,
even though I have set
Step,
Have you looked at the headers that are being received by the client? A good
tool for this is Sam Spade (www.samspade.org) if you don't already have one.
Another idea to try is this:
http://www.php.net/manual/en/function.session-cache-limiter.php. I haven't
had to use this, but it seems to
> - PHP is installed as an ISAPI module.
Oops.. I'm sorry. It's actually the CGI that's installed with the "PHP
4.2.3 installer" download.
Thanks,
-Step
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the following script is supposed to write a file and make a dir for a corrosponding
forum the only problem is it keeps coming out as
1:bbs
1:bbs2
1:bbs21
instead of
1:bbs
2:bbs2
3:bbs21
any ideas?
the following script is supposed to write a file and make a dir for a corrosponding
forum the only problem is it keeps coming out as
1:bbs
1:bbs2
1:bbs21
instead of
1:bbs
2:bbs2
3:bbs21
any ideas?
Hi all,
I recently deployed a site using PHP 4.2.3 / MySQL 3.23 to a Windows 2000
server. Site worked fine while we were testing but now that we've opened
the flood gates and told the world we're having an issue with old data
coming up and with session variables simply not working anymore.
- All
the following script is supposed to write a file and make a dir for a corrosponding
forum the only problem is it keeps coming out as
1:bbs
1:bbs2
1:bbs21
instead of
1:bbs
2:bbs2
3:bbs21
any ideas?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
$query = "ALTER TABLE `foo` RENAME `bar`";
$result = mysql_query($query);
Obviously you need to be connected to the database first, and should also do
error checking after to make sure the table was in fact renamed.
p.s. I use phpMyAdmin to find out how to do stuff I don't yet know. Good
Software
php-windows Digest 12 Nov 2002 17:50:23 - Issue 1436
Topics (messages 16877 through 16893):
Re: HTML email marketing tool
16877 by: Dash McElroy
16879 by: neil smith
16893 by: Manuel Lemos
PHP 4.2.3 and IIS4 and SQL7.0 and ASP
16878 by: Jarmo Korhonen
InetIn
Hello,
On 11/12/2002 03:12 AM, Terence ng wrote:
> Could someone provide me an HTML email marketing
> (mailing list) script that allow me to capture the
> prospects' email list from MySQL and send HTML email
> through Windows 2000, IIS (Internet Information
> Server)? The scripts I can find are ei
Greetings
SQLyog v2.51. The definitive Windows Front End for
MySQL. SQLyog is FREE!
Some of the new features added in SQLyog 2.51 are -
-- Alter Table structure in an easy to use Grid mode.
-- Optimized for speed and network resources.
-- Insert / Update data in a table.
-- Insert / Update
We are using the OpenSA web server ( http://www.opensa.org ) with good
results to host a client's site in production. The current version of
OpenSA combines Apache 1.3.27, mod_ssl 2.8.11, OpenSSL 0.9.6g, PHP 4.2.2 and
mod_gzip 1.3.19.1a. Installation was simple, though we spent some time
configur
I'm not sure what you are talking about here so I will have to guess...
If by JAVA you mean javascript, well that operates client side and it cannot
directly interact with a server side PHP script which has finished execution
by the time the page is displayed.
If you are trying to display data wh
Wish my setup would work, same setup as you but it cant see 1 extension
php_gettext.dll and its getting right on my nerves lol, ive tried it
with apache and iis 5 and iis 6 too
Regards
Gary
"Nichols, Mark A." <[EMAIL PROTECTED]> wrote on 12.11.2002,
15:54:21:
> I have the same setup, with PHP,
RTFM
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit
> -Original Message-
> From: Rodrigo San Martin [mailto:rod
I have the same setup, with PHP, Apache, and Win2k. I've used FoxServ
(http://www.foxserv.net) for several PHP installations. Works great for me.
-Original Message-
From: Matt [mailto:mleyland@;dexphoria.co.uk]
Sent: Tuesday, November 12, 2002 9:36 AM
To: [EMAIL PROTECTED]
Subject: [
Hey
Iam setting up PHP on my apache server on a windows 2000 machine. ive
followed all the instructions and no luck. ive copyed the dlls folder and
the php4ts.dll to my c:/WINNT/System32 folder and ive copyed php.ini to
c:/winnt. ive added these lines to my apache
LoadModule mod_php4 c:/php/sapi/
Hey.
I'm trying to make a page with a dropdown (data from MYSQL) where I with a
click on the choosen line get the information an the user in a table beneth.
The dropdown box works, but the click part and the java part doesn't...
Can anyone help
JAVA Function :
function show()
{
show
hi siamak
> I'm designing a site with php that it has a login
> page.
> the login page uses sessions; when I save my
> document normally it works , an
> everything is ok , but when I save it as a UTF-8
> document, it says :
> Warning: Cannot send session cache limiter - headers
> already sent (ou
HI,
I am trying to run scripts on a windows 98SE based system running apache
1.3.2 and PHP 4.2 The problems i have is that the php scripts will not run
correctly and when called in a MySQL database it will not add or alter. Can
anybody help short of gettin a new O.S will a different server or d
Hi.
I want to change a tablename in my database. How do i do that? I want to do
it from a webpage so i need to use php.
--
Rodrigo San Martin
Institutt for datateknologi og informatikk
http://www.idi.ntnu.no/~rodrigo
--
PHP Windows Mailing List (ht
Hi Steel!
I also code all my HTML and PHP in a simple text-editor...
I decided years ago that I would never again use a WYSIWYG to design my
webpages as I got sick of all the extra stupid code that the programs
generated... grr, the angst. :)
"Steel" <[EMAIL PROTECTED]> wrote in message
news:3778
Hi,
recently i am switching to use php from asp.
i just install php in my win98 Personal Web Server.
Everytime when i run a php, when shutting downm i alway have the error Inetinfo,
errror msg is regarding the page fault from php4t.dll.
If i nvr run php, i got no problem shutting down.
Anyone
The PHP mail() functtion csan send any ttype of email - to send HTML mail
you need to supply a header of type text/html rather than text/plain. There
are some mail classes with documentation, which you can use to send HTML
(MIME) mail, mail with file attachments etc, here :
http://www.phpbuilde
Hello !
I am first time installing PHP to my server and I must ask few things.
Now server is this kind :
WinNT4.0 SP6a
IIS4.0
SQL7.0
There is several domains which use ODBC link to SQL7.0 from web-pages writed
with asp.
I wonder that if I install PHP4.2.3 version to same server what happens?
Ever
44 matches
Mail list logo