Could it have come down to a simple typo. Checking the table name, do you
have a table with the name "memeber" or "member"?
On 10 April 2012 02:20, Gavin wrote:
> Hi Suman,
>
> Yes the variables are containing data. vcode is randomly generated,
> loginName, and email come in from a form.
>
> I
CREATE_WHO =
SUBSTRING_INDEX(USER(),'@',1);".
- DML statements are now applied against the view, and not against the
underlying table.
This depends on the user who is logged in to the DB though.
Hope this helps,
Paul
On 6 September 2010 19:38, Richard Quadling wrote:
>
> On 5 Septem
replaces on my code tree so far to fix this. Replaced
the first part of the path with $_SERVER['DOCUMENT_ROOT'] , if it helps anyone
else.
-Original Message-
From: Pierre Joye [mailto:pierre@gmail.com]
Sent: 30 September 2009 12:38
To: Paul J. Smith
Cc: php-windows
Subject: Re
l my code just referenced full paths like /mysite/includes/test.php
Now I find this does not work unless I use e:/mysite/includes/test.php
Any way to fix this without having to change 1000's of lines of code!?
Thanks,
Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscr
Hi James,
That did not work for me. Thanks for your quick reply though. The
solution for me was fastcgi.impersonate = 0. Thanks to Richard.
Regards,
Paul Giesberts
IT & QA Manager
Servicecare
-Original Message-
From: James Crow [mailto:ja...@ultratans.com]
Sent: 05 May 2009 13:2
e any form of logging onto the site,
so I would not know what user it was...
Thanks again,
Paul Giesberts
IT & QA Manager
Servicecare
-Original Message-
From: Richard Quadling [mailto:rquadl...@googlemail.com]
Sent: 05 May 2009 13:23
To: Paul Giesberts
Cc: php-windows@lists.php.net
Su
Hi Jacob,
Thanks for your quick reply. I have 19 networked barcode printers, which
I like to print to using the code that I have. Changing it would be a
bit of a job. Considering that this works on a box using IIS 6, I don't
want to give up on this yet.
Thanks,
Paul Giesberts
IT & Q
I have enabled 32 bit apps in
IIS and the rest of the site works fine), using FastCGI.
Has anyone got any ideas?
Thanks,
Paul Giesberts
IT & QA Manager
-
Servicecare
Manchester Road
Oldham
OL9 7AA
---
Good day,
I am Paul Matthews and I am a researcher with a notable Genealogists and
International
Probate Researching firm here in the United Kingdom. We are one of the UK's
leading firms of genealogists. Based in London we have over 40 highly trained
staff, as
well as agent
Mark,
Not sure about your comment "...the Windows install doc has not been written.".
>From the ImageMagick site I see the pre-compiled Windows downloads
http://www.imagemagick.org/script/binary-releases.php#windows
Just above the list of download links is the paragraph:
"The Windows version of
Well what database? If mysql you can use the php function mysql_insert_id();
http://www.php.net/manual/en/function.mysql-insert-id.php
- Original Message
From: sam rumaizan <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Thursday, May 24, 2007 4:26:42 PM
Subject: [PHP-WIN] LAST_IN
Marcos
I think the same message appears if the php_oci8.dll can't find the oracle
client libraries. Do you have the directory with the client libraries in
included in your path?
Which client are you using? the full one, or the instant client?
Paul
-Original Message-
From: Mar
Um. What is the '0' for?
if(
($_SERVER["REMOTE_ADDR"]=="x.x.x.x")||
($_SERVER["REMOTE_ADDR"]=="y.y.y.y")||
0 <-- This should not be here.
)
- Original Message
From: Christopher Malton <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Wednesday, January 04, 200
Well first of all the HTML image tag you provided '' really have no
play in processing for
PHP or Apache. This is pass-through code. In other words you are parsing this
via PHP to build the
filename for the img src= attribute but the fact the file does not actually
exist is not a concern
of PHP
IIS also has a script execution time limit. Even if you set it in PHP,
IIS will abort the script if it's own limit is exceeded. So if you are
still having issues after using set_time_limit, check IIS's script
timeout.
Regards,
Paul Smith
Microtech Limited - Suppliers of inn
Well per this PHP page:
http://us2.php.net/manual/en/language.operators.comparison.php,
"If you compare an integer with a string, the string is converted to a number. "
So to follow this regarding your example:
$x = 0; // Numeric zero
$y = 'Some kind of string';
if (is_null($x)) echo "x is NULL
No not a bug. Maybe just the loose nut behind the keyboard. :<>
Change the assignment for variable $x to:
$x="0";
In the first if you are using "==". This will only compare values. As you know
the second if "==="
compares the value and type.
I always try and stay away from "$var = 0" expression
Well to give my .02 here.
Why even go through the second foreach? By doing this you are making your code
very inefficient in
that it must read through the entire set of arrays. Sure it works fine if you
have only a few. But
if there are a few thousand it takes longer.
As the arrays are structu
Marcos,
A suggestion to your code changes.
Try this first. Note I removed the 'if' statement where you were checking for a
valid object
instance. I suggest using the PHPHPunction 'is_a' and/or 'is_object'.
Start with this...
David,
This is not a correct statement "sessions work by using c
Well you can start with the mysql_connect() call. If you are unable to
connection check the error
code. Then take action if needed.
--- Jon <[EMAIL PROTECTED]> wrote:
> Is there some way to have PHP test if MySQL is running and if not make the
> system call to start it?
>
> This is just an ME
ssible to get a detailed error returned from the XSLTProcessor()
class? I know the xml and xsl are ok as I can run the transform using ASP.
Thanks in advance,
Paul
collection.xml:
Fight for your mind
Ben Harper
1995
Electric Ladyland
Jimi Hendrix
1997
collection.xsl:
http://www.w3.or
So I'm reading this and it sounds really interesting and all but I'm also
scratching my head
asking myself what this popup, IE COM object (client side) discussion has to
PHP (server side).
(Apologies if this seems rude. Having another Monday today. ;)
--- Dang Nguyen <[EMAIL PROTECTED]> wrote:
What version of PHP and MySQL. For a long time PHP comes with MySQL support
compiled in
(especially on Windows).
P
--- "Brian D. McGrew" <[EMAIL PROTECTED]> wrote:
> I installed a pretty general manual installation of PHP and it's
> working, I do a phpinfo() and life is good. I can't seem to g
MY best suggestion is to use the PHP IMap/POP functions. It's pretty simply to
do this (until you
get into attachments.
If you are just looking for a webmail package to host on your server to allow
reading your local
mailbox check out http://ilohamail.org/main.php?page=Downloads
Though it does
Hi,
Has anyone managed to get unlink to work with UNC names under windows?
Can't seem to get it to work with PHP4 at all.
Thanks,
Paul Smith
Http://www.mtgsy.net
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i use javascript such as:
function changePage() {
location = "http://www.whereever.com/nextpage.php";
}
setTimeout("changePage()",1)
the setTimeout function waits for 10 seconds (10,000 milliseconds) before
r
also a
security risk.
Paul
--- Michael Adams <[EMAIL PROTECTED]> wrote:
> A real PHP newbie here.
>
> I have so far only used the include statement in my site.
> Each page on the server loads a common header and footer. The header
> contains the site menu and the footer conta
Can't answer your issue. But after running into similar issues. I found a PHP solution
that does
not rely on and external dll. This is a 100% PHP scripted solution ans works very
well. Here is
the URL
http://www.offsky.com/software/exif/index.php
Paul
--- [EMAIL PROTECTED] wrote:
>
r the free open source versions. But there is a non-Open source
version with
'special' features as well.
Paul
--- Jim MacDiarmid <[EMAIL PROTECTED]> wrote:
>
> I've been reading the latest articles about the future of PHP and based on
> the way I am understan
Greets.
mysql turbo manager Enterprise edition.
http://www.softforall.com/BusinessFinance/DatabaseManagement/MySQL_Turbo_Manager_Enterprise02030059.htm
has built in support for php coding mysql and java.
not freeware though.
Paul
On Wed, 21 Jul 2004 21:12:34 +0100, Adrian Cooper <[EM
Just a comment or thought on Jason's reply. I thought you could use '/' as the
seperator and the
PHP engine would figure out based on the run-time OS what the actual path format would
be. Hence
you can use actual path names like;
E:/path1/path2/path3/somefile.php
in your include and require sta
e error.
Note: I am not asking for help with the EXIF package. Just wondering about some memory
monitoring
functions in PHP.
Thanks,
Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
will not help you here, in such
case
you should use proc_open().
cheers
-Original Message-
From: Paul J. Smith
To: Svensson, B.A.T. (HKG)
Cc: [EMAIL PROTECTED]
Sent: 23-5-2004 0:15
Subject: RE: [PHP-WIN] Prevent error output from shell_exec
I'm calling ps_exec.
$handle
do you call popen() ands what kind of dos program are you calling?
-----Original Message-
From: Paul J. Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
shell_exec
Have you tried this with popen()?
-Original Message-
From: Paul J. Smith
To: Jeroen Serpieters
Cc: [EMAIL PROTECTED]
Sent: 22-5-2004 20:10
Subject: RE: [PHP-WIN] Prevent error output from shell_exec
Thanks. Spot the deliberate mistake ;)
Unfortunately, in my case, it doesn'
Thanks. Tried that, but it still outputs the error.
I tried shell_exec and system. Same result :(
-Original Message-
From: Jeroen Serpieters [mailto:[EMAIL PROTECTED]
Sent: 22 May 2004 19:13
To: Paul J. Smith
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Prevent error output from
Thanks. Spot the deliberate mistake ;)
Unfortunately, in my case, it doesn't work. I still get the PSEXEC
header, which is what I am trying to suppress.
Any other ideas?
-Original Message-
From: Jeroen Serpieters [mailto:[EMAIL PROTECTED]
Sent: 22 May 2004 19:05
To: Paul J.
Hi,
I'm looking for a way to _silently_ execute system commands via php.
All the silent commands seem to dump the output to the page if an error
value is returned. I've tried >null and various other things to no
effect. Anyone know how to do this on a windows platform?
Thanks.
--
PHP Windows
nstruction so there is no mention about
the
dynamics of your backend language. It's more on how to display the photos using CSS
instead of
HTML tables.
Don't want to start a whole wholly war discussion. Besides this is not a CSS list.
Paul
--- "Gryffyn, Trevor" <[EMAIL P
On Sunday 21 March 2004 05:33, Harpreet wrote:
> I am having a weird problem. I am not sure if this is a php problme or
> plain html problme but see if anyone can help.
>
> I have a page called login.php. It has the following image link. It works
> at home fine when i put the link as below
>
>
>
> > non-admin session I do not have then option.
> >
> > Case closed.
> >
> > Thanks all.
> >
> >
> >
> > --- Paul Menard <[EMAIL PROTECTED]> wrote:
> > > I'm getting somewhere.
> > >
> > >
> > >
browser session I have then menu option I need
and on the
non-admin session I do not have then option.
Case closed.
Thanks all.
--- Paul Menard <[EMAIL PROTECTED]> wrote:
> I'm getting somewhere.
>
>
> I set the audit on the folder. I also double-checked my 'is_write
than
> basic integration.
>
> -----Original Message-
> From: Paul Menard [mailto:[EMAIL PROTECTED]
> Sent: 25 February 2004 3:37
> To: David Felton; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Best way to check for user 'Administrator' group
> me mbership
>
>
> Tha
t; trying to access it.
>
>
>
>
> -Original Message-
> From: Paul Menard [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 10:29 AM
> To: Bowden, Zeb; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Best way to check for user 'Administrator'
> of the local admin group on your webserver machine? The iswritable
> > solution won't work because you will be writing to the file in the
> > security context of the account under which IIS is running (Network
> > Service
> > probably)
> >
> > I
t; If you enable basic authentication on the webserver and then disable
> anonymous access, php will run under the credentials of the currently logged
> in user. If you do this the 'is_writeable()' trick would work as you
> expeted.
>
>
> -Original Message-
> F
the file in the security
> context of the account under which IIS is running (Network Service
> probably)
>
> I think the easiest thing for you to do is use a tool in the windows
> 2000 or 2003 resource kit called "showgrps.exe" ... The 2k3 resource kit
> is free so you
Okay, well first I do not wish to complicate the maintenance of the system by
requiring dual
setup, once on the windows user level and another in the database to adjust the user
group
membership. And no I do not want to add a fancy form page that will allow me to do
this task. At
this point I ha
determine if the user has admin level
privledges. If so
I want to make available an extra menu option.
Jeez!
Paul
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> wrote:
> I have kind of the same problem:
>
> I'm running a Windows 2003 server on a 400W / 220V AC 50Hz,
Hi all,
System: Windows Advanced Server 2000 running IIS5
PHP version 4.3.3 running CGI
User authentication: via Windows (all users)
Question. I have a web site I put together that is used by many different users. These
users are
all local accounts. Some are members of the Administrators group a
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 I know mail() returns no result so you cannot tell if your
first attempt to mail s
20 clicks. Just an inherent flaw in Windows ME running PWS,
maybe?
Anyway, comments are welcome.
Thanks.
Paul
"Paul" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am a php newbie developing a shopping cart for a web site.
>
> If I start at http:
iting!
Thanks
Paul
in Canada
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Okay. This is not really a question specific to Windows. But here is goes.
I am looking for some 'Nest Practice' advice on how to layout my pages and config
files. By layout
I am not talking about the presentation of the page for the browser but instead the
layout of the
pages on disk.
Here is
didn't even find
php_printer on the pecl site (but did in pecl's Cvs area).
Thanks.
On Fri, Nov 28, 2003 at 05:08:09PM +, Paul wrote:
> I've had success with using the printer functions on Windows. But so far,
> printer_draw_bmp returns TRUE but outputs nothing vi
I'd check the file permissions on cmd.exe or command.com. I think this
is likely to be the problem. 2k3 security has been tightened a lot.
Regards,
Paul Smith
Microtech Limited, http://www.microtech.co.gg
Suppliers of innovative IT solutions including DNS, Mailscan and backup
email ser
g?
Should this work?
Paul
__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
be good. Or a hint on creating the .bmp
file if that is incorrect. The function is so trivial, I wouldn't think
I could use multiple fonts, draw circles and lines, yet get this function wrong.
Thanks,
Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nctions to work including selecting fonts and drawing lines.
But I'm stumped on printer_draw_bmp.
Please, any suggestions?
Thanks,
Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have tried the support forum but they couldnt help me..
But I will try the ftp-upload and JAVA and see how it works.
Thnx for suggestions
Paul
"Tommy Ipsen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul Fritzsche wrote:
>
> > Bur what is hap
that case, have you encountererd
this kind of starnge behaviour?
Regards
Paul
"Tommy Ipsen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul Fritzsche wrote:
> > I am loking for a good and relatively easy gallery-program for php. I
have
> > about
that case, have you encountererd
this kind of starnge behaviour?
Regards
Paul
"Tommy Ipsen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul Fritzsche wrote:
> > I am loking for a good and relatively easy gallery-program for php. I
have
> > about
I am loking for a good and relatively easy gallery-program for php. I have
about 2500 photos I wanna publish and make subcategories and so on =)
Any suggestions? Maybe with site included?
Regards
Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Hi,
I use windows xp with apache webserver 1.3.28
now, I want to use some sort of gallery program and found one using php.
so, now Ive been trying for 2 days to get the php to ork with no luck. Ive
read everything and reinstalled everything also..
Please help me...
rgds
Paul
--
PHP Windows
to get code modification into the general source
distribution.
Paul
__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
You could use a standard HTML technique which is
putting a meta statement into the of your HTML
Like so
The 'content' variable could be set to 5. In the
example I have provided the page will auto-refresh
every 120 seconds (2 minutes).
Paul
--- Donatas <[EMAIL PROTECTED]>
e has written and would like to share it?
In my case I have the result of a subtraction of two
date in which seconds are returned as in 980 seconds,
576 seconds etc. To make this readable to the user of
the web page and so they do not need to mentally
calculate the HHMMSS.
Any ideas?
httpd.conf is:
LoadModule php4_module c:/php-4.2.3-Win32/sapi/php4apache2.dll
Has anyone any idea what may the problem may be? I would be very grateful
for some help.
Many thanks in advance,
Paul.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I was just reading about this on the MySQL web site.
It seems they have change the authentication protocol
starting with version 4.1
There is a note that clients like PHP, Perl etc will
need to be recompiled to support the NEW protocol. For
now I'm sticking with MySQL 4.0.1
Paul
--- "
erned about PHP.
Should I be concerned? I didn't really find anything
on the PHP web site about this. I'm running PHP
4.3.2(?) or whatever the latest production version of
PHP is available at the time of this writting.
Paul
__
Do you Yahoo!?
SBC Yahoo! DSL -
you could use css word-wrap attribute to control this.
i.e. word-wrap: break-word;
Best Wishes
Paul Roberts
mail at paul-roberts dot com
- Original Message -
From: "Bobo Wieland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday
I need the user ID of the logged in user (.htaccess)
on an Apache Server using PHP4. This should be
in $REMOTE_USER or $PHP_AUTH_USER.
On one server (FreeBSD: Apache 1.3.27 with PHP 4.2.2) the test.phtml file
below works as expected. The user login apprompt appears
and the user logs in, and the p
Hello,
I was wondering if anyone knows how to delete a file from the
filesystem? I've been trying unlink but it doesn't seem to be working as
expected. Do spaces in the file path have to be compensated for or
something?
thx for any
How are you writing to the filesystem?
Paul
From: "Greg" <[EMAIL PROTECTED]>
Reply-To: "Greg" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP Scripts can't write to files
Date: Sun, 16 Feb 2003 10:58:33 -0600
All of the files/folders ha
)
was that i had included the class along with other non-class code in the
same file. When i tried to call it from another file using the inlcude_once
function the other code was trying to execute as well...
cheers
Paul
From: Neil Smith <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC:
finally i try and acces myVar from outside the class:
$x = ($someVar->$myVar["u"]);
$y = ($someVar->$myVar["v"]);
Nada, rien, nicht, no dice...
Any help would be appreciated,
Paul
From: "Matt Hillebrand" <[EMAIL PROTECTED]>
To: "'Paul Dymecki
D83";
$parms2[3] = "lat_0= 49.0";
$parms2[4] = "lon_0= -95.0";
$parms2[5] = "lat_1= 49.0";
$parms2[6] = "lat_2= 77.0";
$parms2[7] = "units=m";
$projLCC = pj_init($parms2);
$lccXY = pj_transform($projLonLat, $projLCC, $dlon, $dlat,0 );
if
s and getting one return value. I know how to declare classes(i've
been working in java for the past few years) but i don't get php's calling
structure. Any help would be appreciated.
thx,
Paul
From: Dash McElroy <[EMAIL PROTECTED]>
To: Paul Dymecki <[EMAIL PROTECTE
I have a general question on Global vars. If you declare a Global variable
within a function in a program called x.php. Do you have access to this
variable in another program say y.php that has include_once("x.php")?
thx,
Pa
Hi
This is for PDFLIB, but notice the Content-length header. This I know to
work on IE.
$data = pdf_get_buffer($pdf);
header("Content-type: application/pdf");
header("Content-disposition: inline; filename=test.pdf");
header("Content-length: " . strle
Question about overriding some PHP.ini parameters.
Since the security folks will not allow direct FTP
from a user to an external system I put up a PHP page
that will allow a user to authenticate and select from
a list the external system they would like to connect
to. Got the idea from a PHP pro
;
>
> ?>
>
>
> En espérant que cela aide
> Ignatius
> ____
> - Original Message -
> From: "Paul Menard" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 14, 2003 5:10 PM
> Subject: [PHP-WIN] Windows Service intera
All,
I' converting a Web site from ASP to PHP. One of the
last issues I am working on is converting the ASP page
that will show the status of a specific Service.
This page also allows the Admin level user to
stop/start the service.
What is the 'best' way to code this in PHP and/
oon.
Best Wishes & Happy New Year
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Stephen Edmonds" <[EMAIL PROTECTED]>
To: "PHP Windows Helplist" <[EMAIL PROTECTED]>
Cc: "Brian Weil" <[EMAIL PROTECTED]>
Happy New Year all!
I have a PHP script (or a set of them really) that I
have developed since the summer. One of the script
will read a database and display to the user the
contents of the directory. the directory by the way is
store absolute full pathname. I even worked out the
REGEX routine to c
All,
Seasons greeting to all.
I'm running PHP version
C:\>php-cgi.exe -v
PHP 4.3.0RC2 (cgi-fcgi), Copyright (c) 1997-2002 The
PHP Group
Zend Engine v1.4.0, Copyright (c) 1998-2002 Zend
Technologies
under windows 2000 server for production and windows
2000 prof for development. I am using IIS 5 a
Paul Lockaby wrote:
Hello,
I'm using PHP 4.2.3 on IIS as an ISAPI module (for testing only). So
today I'm using my scripts just fine and then all of a sudden, require
stops working. It returns
Fatal error: Failed opening required
'C:/Inetpub/public_html/smarty/S
es I recreate it in different places. I am stumped.
~Paul
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
time
configuring httpd.conf and php.ini, just as you would in any installation of
these components. One note: when building the server ( Win2K Server, SP3 )
we did NOT install IIS, didn't even experiment with the 2 web servers living
together.
Thanks,
Paul Ogden
Claresco Corporation
(510
Thanks very much,
Paul Trimming
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Paul Van Der Vlis wrote:
> Hello,
>
> I have problems with some pages which work fine under Linux (with
> different program versions). The problem is, that when I am too slow (5
> minutes?), the information from a PHP page is not always saved in the
> MySQL database. Does
1.3.20
MySQL 3.23.34
With regards,
Paul van der Vlis.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
instead of IIS help?
Anyway, does anyone have any of the program execution functions (exec(),
passthru(),system(), etc.) running without errors on PHP 4.2.x. and
Windows? If so, please let me know how you did it! :-)
cheers
Paul
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*
have a look at session_set_cookie_params in the man
Paul Roberts
http://www.paul-roberts.com
[EMAIL PROTECTED]
- Original Message -
From: "Kieran Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 26, 2002 12:57 AM
No but when you find it please post it here.
- Original Message -
From: "George Nicolae" <[EMAIL PROTECTED]>
To: <>
Sent: Monday, July 08, 2002 9:16 PM
Subject: [PHP-WIN] Re: Closest store location by zip code
Does any one know a php script that send to my account unlimited money?
--
can anyone recommend a smtp mail server for windows 2000 pro.( free if possible)
Paul Roberts
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at if you set up a user dsn you need to change it to a system dsn so php can
access it.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
To: "'Mikael Syska '" <[EMAIL P
d-php-source .phps
yet it still refuses to load the page into the browser. What am I missing
here / have not done? I can attach the httpd.conf file if necessary.
Thanks for all input
Paul.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thought I'd solved this one, but it appears not.
Has anyone got PGP to work with PHP (windows)?? All I'm trying to do is
run a shell command to get PGP to sign a text file. I could not shell
at all to 2.6, but upgraded PGP to 6.5 then at least PGP was running,
but it can't find any of the keys
Solved it by upgrading PGP!
Paul Smith
Microtech Limited
http://www.microtech.co.gg
-Original Message-
From: Paul J. Smith
Sent: 25 February 2002 10:45
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] shell_exec (or other exec sunctions) and pgp.exe
Hi,
Anyone any ideas how I can get this
1 - 100 of 170 matches
Mail list logo