Thanks a lot for your responses, Trevor, Svensson and Sudeep. I'd already tried
asp2php,
but it spat out broken code. Your friend would probably do a much better job,
Svensson,
but I'm doing a favour for a friend of my own and am not willing to spend money.
I guess I'll end up doing the conver
Is there a way of getting 24 Bit Colour PNGs to be transparent when you use the:
CreateFromPNG(); function?
I read through the PHP Manual, one Comment in the transparency page said that True
Colour images are transparent only if they are Black (R: 0,G: 0, B: 0), I tried that
but it has no effec
Has anyone done any programming of Sharepoint Web Parts in php? If
so...what does the learning curve look like for a solid PHP developer?
Would you reccomend it? My CIO is looking to implement Sharepoint and was
wondering if we could develop and extend it using PHP.
Thanks,
Ron
Version 1.0 was slower than 1.1. Performance-wise it's about as fast as
the DB-Library version on Windows, and faster than the FreeTDS version on
Solaris. I have not done a performance comparison with FreeTDS on Linux.
The odbtp extension is also considerably faster and more capable than the
odbc
Hi !
The "only" problem with MS dblib is thread-safety with pconnect on remote
server. It crashes IIS "randomly".
How is ODBTP performance wise ? I tryed it last year and it was really
slow.
-Mike
On Fri, 18 Jun 2004, Robert Twitty wrote:
Date: Fri, 18 Jun 2004 09:20:42 -0400 (EDT)
From: Rober
You might try doing a var_dump on $GLOBALS to make sure it's in there.
I don't see any reference to $user_id=$_SESSION["User_ID"] so if it's
not global, you're going to need to do something like that.
The other thing you could double check, that I've done plenty of times
myself, is check to make
Hi Mike
IF the DB-Library version of the mssql extension (php_mssql.dll) is
causing problems for you, then I suggest you try the ODBTP/MSSQL hybrid
extension (php_odbtp_mssql.dll) available at http://odbtp.sourceforge.net.
It supports all of the mssql ext functions.
-- bob
>
> Hi !
>
> Is there
The problem seems to be that the SESSION information isn't being found!?
Any Ideas?
"Trevor Gryffyn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
.
I don't see any $_GET['User_ID'] statements anywhere. When you pass a
value via the URL like "scriptname.php?userid=", you either
Edit your PHP.ini file, and find the line:
output_buffering
set it to ON
so it is like this:
output_buffering = On
This will allow you to output the information in any location of the
document, and could resolve your problem. :)
If you don't want to allow this then check that your script is w
Or setting some cookies. Try using output buffering.
See: http://www.php.net/manual/sl/ref.outcontrol.php
-Mike
On Fri, 18 Jun 2004, Dascalu Marius wrote:
Date: Fri, 18 Jun 2004 09:32:01 +0300
From: Dascalu Marius <[EMAIL PROTECTED]>
To: susilo soewarno <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subjec
Nice to read such things !
I'm successfuly using FreeTDS as an ODBC driver if anybody is interested.
-Mike
On Thu, 17 Jun 2004, Frank M. Kromann wrote:
Date: Thu, 17 Jun 2004 14:02:29 -0700
From: Frank M. Kromann <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject:
User_ID is set as a global variable so it doesn't 'usually need to be
specifically read into the script. I'll try this though, if it works I would
have to change it thorough the system.
Doesn't explain why it is working on other systems though!
"Trevor Gryffyn" <[EMAIL PROTECTED]> wrote in message
12 matches
Mail list logo