>
> $db = mssql_connect("WIN2KSRV","sa","xyzxyz") ;
>
Try
$db = mssql_connect("localhost","sa","xyzxyz") ;
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You might want to have a look at
www.tpc.org
"CBQ - GMX.at" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi @ everybody.
>
>Ok, here is the thing!
>
>Just try to imaging, you have to save something
>like 4 - 5 Mio. Database entries (lengh could be
>between
When you use php you do not need to deal with cookies explicitely. Instead
use just php's sessions.
Set a session variable to the username after the password validation. When
logging out just set this session variable to "". (Or, in a more
object-oriented manner, create an user object after valida
Just put index.php into the list of "standard documents" beside default.htm,
default.asp and so on.
"DUSTIN RICH" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I have set up a site using PHP that works fine when using apache. Under
> IIS, I get to the initial logon page, but
"M.Staiger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Meanwhile I got the hint, that the IIS does not accept mounted drive
> letters. The path to the other machine (\\server\path1..) must be used
> instead. I didn't test it so far.
Of course IIS does accept mapped drive
You might want to have a look at (persistent connections)
http://www.mysql.com/news-and-events/newsletter/2002-11/a86.html
and (connection pooling)
http://www.mysql.com/news-and-events/newsletter/2003-05/a000173.html or
http://dev.mysql.com/doc/connector/odbc/en/faq_3.html#Connectio
Actually it is a security issue, too. You have to be an authetified user
(and not this anonymous one: IUSR_) to have access to any
remote directory.
Just uncheck the option "anonymous login" within you IIS admin for your php
script (and enter you username and password when asked).
"M.Staiger" <[EM
It is not a bad idea to update to Apache 1.3.2x.
>
> Anyway, here's the poop. With Apache 1.3.14 for windows (php said working
> with Apache2 was experimental so I went with version that was not) and php
> 4.3.4 for win and I have these lines enabled in the httpd.conf (as per php
> install.txt):
>
You might want to try the SQL
insert into sometable select * from someothertable where something =
somethingelse
"Gerardo Rojas" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
I have a valid result set from running a simple query. Is there a way of
inserting this into an exis
>
> When I attempt to view the generated test.jpg in a browser, it is unable
to
> display. Same with photoshop and the windows built-in pic viewer.
> I know that the base64 data is not corrupted, since I can get it to
display
> properly in netscape with the following code:
>
> echo '';
>
>
> Unfor
"Paul J. Smith" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]
Hi,
At the moment you only seem able to send mail via a specific host
specified in the ini file.I want some resilience so I can send
emails even if the first mail server cannot accept email.
Problem 1
As far as
> A comment on storing binary content in an RDBMS's:
>
> QUESTION: Is it possible to do a SELECT on an image that makes sence.
> ANSWER: no!
>
My answer is: Yes!
Have you never heard about the algorithm to compare and to sort (!) pictures not only
using their meta data but also by analyzing th
e that the directory exists and is writeble for the PHP processes.
"Brad Lawryk" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Thanks Hubo,
> When I make a page with that code ... it always says 'New Session'. No
> matter what I do the
The code shown below is a complete php script for you. Save these lines into
a file, for example, 1.php, and try to visit it from a browser.
"Brad Lawryk" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Thanks Hubo,
>
> Where would I nsert that cod
To be sure that there is no coding error, just try this simple code:
' Begin ==
'== End ==
I have got no problem about the session variables on my W2K system with both
IIS and Apache installed.
By the way, since the php.ini is the same both for IIS
Do you really mean "sendmail_to" and not "sendmail_from"?
Does it make sense to set a global "sendmail_to" in your php.ini?
"Igor Pustylnick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I'm trying to change values in php.ini corresponding to SMTP and
> sendmail_to. whatev
Be sure that it is a problem about session. Sometimes the page shown is just
from the cache of your browser.
"Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
>
> Hi,everyone!
> I got a problem about SESSION.When we use Seesion to store information,
> we hope that the s
Well, you must change your php.ini file to indicate that you do want to use
the module php_xslt.
"Myles Parker" <[EMAIL PROTECTED]> schrieb im
Newsbeitrag news:[EMAIL PROTECTED]
> an someone help me out with xslt on windows?
> I have copied the 3 dll's in to the c:\WINDOWS\SYSTEM32 directory
> (sa
Which line is the #13 (and #21, #25 resp.) in your code?
"Masterblue" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I tried the code below but i got an error ,
> Im on a win2000 machine and I use php 4.3.3
> Could someone help me out please!!!
>
> - Code -
> $db = '\\
Hi,
you might want to have a look at the function
xslt_process
in your PHP Manual. There ist very easy sample.
Ciao
Hu Bo
"Thijs Koerselman" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi,
>
> I'm new to this list and php so probably this is going to be a "newbie"
que
There is no way to access a remote MS-Access Database over the internet. Try
to switch to mysql or any other database system which is *not* designed for
desktop access only.
"Aidal" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi everyone.
>
> I'm trying to figure out how t
21 matches
Mail list logo