[PHP-WIN] Index Server nd PHP

2001-07-27 Thread Paul
Has anyone got some working source for index server and PHP? I notice there has been previous discussion on doing this in this newsgroup, but no one appears to have been kind enough to post some sample source code. Paul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e

[PHP-WIN] Help getting printer_draw_bmp() to work

2003-11-28 Thread Paul
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

Re: [PHP-WIN] Help getting printer_draw_bmp() to work

2003-12-14 Thread Paul
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

[PHP-WIN] Help needed: Why does my web page hang?

2003-12-29 Thread Paul
iting! Thanks Paul in Canada -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Help needed: Why does my web page hang?

2003-12-30 Thread Paul
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:

[PHP-WIN] PHP / Apache on XP

2002-03-11 Thread Paul Wallace
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

Re: [PHP-WIN] Access databse

2002-05-02 Thread Paul Roberts
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

[PHP-WIN] win 2000 smtp server

2002-05-04 Thread Paul Roberts
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

Fw: [PHP-WIN] Re: Closest store location by zip code

2002-07-08 Thread Paul Roberts
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? --

Re: [PHP-WIN] re-initiating a sesion

2002-08-26 Thread Paul Roberts
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

[PHP-WIN] Unable to Fork - suggestions?

2002-10-04 Thread Paul Groves
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 *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*

[PHP-WIN] Blocked by security issues of running PHP as a CGI

2002-11-09 Thread Paul Trimming
Thanks very much, Paul Trimming -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP 4.2.3 / Windows 2000 / Apache 1.3.* / Install Prob

2002-11-12 Thread Paul Ogden
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

[PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
Hi, I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to host some of my files on a network share instead of on a local drive. All that should need changing is the location on the files on IIS5, which is \\computername\share\folder. All the non-php sites still work OK af

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
Not yet, but I want to stay with the \\computername\share format if I can becuase then I can run the same commands on any server without worrying about drive letters and drive. Drive mappings are also made for the user, not the system which will cuase me problems. -Original Message- F

[PHP-WIN] Compiled PHP 4.06 & ISAPI

2001-04-29 Thread Paul Smith
I don't supposed anyone has this, or knows where I could obtain a precompiled version of 4.06 or better? From what I've read in the PHP bug database this version may fix at least some of the problems with UNC filenames on windows platforms. Regards, Paul

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Paul Smith
Thanks for all your help. You're right, I can't map a drive because IIS is running as a service under win2k and I can't use the user dependant drive mappings... I'll try this patched version? -> -Original Message- -> From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] -> Sent: 30 April

RE: [PHP-WIN] sticky sessions :: Load Balancing :: RE: session tracking across a server farm

2001-04-30 Thread Paul Smith
I'm using the Win2k NLB services with PHP4 and it works fine. You can set the affinity to none, single, or a whole subnet to ensure that your client reaches the same server for that session If you use cookies to store your login information then the affinity problem goes away as the cookies

[PHP-WIN] XML-RPC for Windows

2001-05-03 Thread Paul Meagher
re to work? See: http://www.phpbuilder.com/columns/luis20010329.php3?print_mode=1 I noticed that there is a PHP extension for Dan Libby's XML-RPC c libary. http://sourceforge.net/forum/forum.php?forum_id=77942 Is there any plans to add this extension to PHP? Looks like a nice API. Regard

Re: [PHP-WIN] XML-RPC for Windows

2001-05-04 Thread Paul Meagher
server has some nice debugging and logging features and the API for constructing message responses is simple and easy to use. I didn't have much success getting the desktop GUI working. Let me know if you are successful in that regard. Regards, Paul Meagher "John Lim" &l

Re: [PHP-WIN] RE: New function help

2001-05-13 Thread Paul Meagher
There is a builtin array_reverse function in PHP. You just need to reverse the name of the function your were looking for :-) Regards, Paul Meagher - Original Message - From: "Tim Lofstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001

[PHP-WIN] Case issue with Mysql on windows

2001-05-14 Thread Paul Meagher
there any way to enforce case sensitivity in Table names? Regards, Paul Meagher -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] can't load informix extension. please help.

2001-05-16 Thread Paul Gardiner
nsion=php_ifx.dll line in the php.ini file under the section Windows Extensions? I use PHP4/Apache/Informix on a unix platform and only play about the Windows version occasionally but have never set up a connection to informix so the above are just suggestions to check. Regards, - Paul - - Ori

Re: [PHP-WIN] extracting email addresses

2001-05-17 Thread Paul Meagher
ts. There is an element of mind reading involved. A better term is sense-making. I suspect that "good" developers can "read minds" based on pattern completion arising from experience in similiar situations. Personally, I believe in alot of mind reading and prototype development t

[PHP-WIN] php_pgsql.dll "Procedure could not be found"

2001-06-21 Thread Paul Lalli
receive says "... specified *module* could not be found" rather than procedure. I frankly have no idea what this means, or why I'm having any difficulty loading this library with my php script. Any help is thoroughly appreciated. Thank you, Paul Lalli -- PHP Windows Mailing

Re: [PHP-WIN] Get the contents of the textarea "as is"

2001-06-22 Thread Paul Meagher
This might work. Untested. $tokens = explode(" ", $message); $num_tokens = count($tokens); for ($i = 0; $i < $num_tokens; $i++) { $new_message .= $token . " "; } $new_message = rtrim($new_message); echo $new_message; Regards, Paul Meagher - Original Message

[PHP-WIN] Getting Postgres and PHP to work together

2001-06-24 Thread Paul Meagher
: 127.0.0.1 in c:\apache\htdocs\pg.php on line 2 Any ideas on what I might do to fix the error? Also, has anybody gotten Postgres and PHP to work together on a Windows ME setup (or win 98, 95?)? Regards, Paul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-WIN] crc32

2001-06-24 Thread Paul Meagher
is a similiar function you could install on Windows and call using exec. Regards, Paul - Original Message - From: "Matti Palosuo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 24, 2001 10:37 AM Subject: [PHP-WIN] crc32 > I'd need a func

Re: [PHP-WIN] - PHP (Win32) and sockets -

2001-06-24 Thread Paul Meagher
The 4.0.7 development snapshot at www.php4win.de has socket support. Haven't tested it however. Regards, Paul Meagher - Original Message - From: "el Fakir" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 24, 2001 6:34 PM Subject: [PHP-WIN

[PHP-WIN] PHP / Win98 se / other programs ... they hang

2001-06-28 Thread Paul Warren
I'm having serious problems with getting PHP to run quietly on my system. I'm not sure if it's just because i have windows 98 but I was wondering if this problem can be reproduced on other OS's. PHP 4.0.6 does this too. This only happens when I have PHP installed. If i start Apache without PHP, it

[PHP-WIN] PHP 4.0.6/Win98/Sessions

2001-06-29 Thread Paul Smith
I upgraded to 4.0.6, should I have done that? Please help. Thanks, Paul Smith -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Deleteing a file using Unlink()

2001-07-06 Thread Paul Smith
user IIS/PHP is running as. Another note, these files >were written to the drive using PHP, so I don't understand why it's having >issues removing them. Any suggestions on the most "stable" or "secure" way >to do this? > >Ryan > -- DoStuff Online C

Re: [PHP-WIN] php inside the html?

2001-07-16 Thread Paul Smith
List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.n

Re: [PHP-WIN] mysql_fetch_array

2001-07-18 Thread Paul Smith
$row[description] > > so later in the dynamically created page I could enter $variable_1 (1 being > the row[id] value) and the correct value would be selected. Is there anyway > of doing this? I tried using $$variable etc but no luck. > > Any ideas appriciated. > Andre

[PHP-WIN] Error checking on fopen, file

2001-07-20 Thread Paul Smith
lls to fopen and file? Or just some, like ones that write or append. What's the best programming practice. -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [PHP-WIN] IIS situation - php as an ISAPI

2001-07-22 Thread Paul Richards
Wouldn't that have quite a big effect on the performance of IIS/PHP ? What exactly are the problems with the ISAPI version ? Paul "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 01072010052202.01275@linux">news:01072010052202.01275@linux... > The IS

Re: [PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread Paul Smith
ve the php process hanging, and this consumes my processor a lot. > > Please help. > > Iván -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-WIN] script timeout problem

2001-07-27 Thread Paul Smith
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Paul Smith [EMAIL PROTECTED] http://www.dostuff.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP-WIN] WINNT - PHP @#%^ UP!! (Mail & attachments)

2001-07-30 Thread Paul Smith
L PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail:

Re: [PHP-WIN] Variable scope in loops

2001-07-31 Thread Paul Smith
? ~Paul Tom Tsongas wrote: > > Hi folks. > > I have an interesting problem with regards to variable scope in loops. > Now I understand how this operates in functions but its the first time I > have seen variable scope in a loop. > > Below is a code snippet of what I have: &

Re: [PHP-WIN] Variable scope in loops

2001-07-31 Thread Paul Smith
Whoops, my mistake. I read your code completely wrong. Ignore my comments. You are calling the first variable but I didn't expect it to be called like that. I expected that the array would be appended to by calling it like this: $incident_array[]=$value; Nevermind, sorry 'bout t

[PHP-WIN] including files

2001-08-13 Thread Paul Smith
de files call for more include files and I can't change those references. Does this make any sense at all? Might I get some help on this question (I haven't on previous questions I've asked). Thank you all. Regards, Paul Smith -- Paul Smith [EMAIL PROTECTED] http://www.do

Re: [PHP-WIN] Network Documents

2001-08-15 Thread Paul Smith
>headers. The headers it did return are: > > which I know really means can't find the document. But it can. Is anyone else using >a remote host for your document root and using PHP? > > Thomas > System Administrator -- Paul Smith [EMAIL PROTECTED] http://www.dostuf

[PHP-WIN] Parsing PDF files

2001-08-31 Thread Paul Meagher
content it must be possible to pull the content out something like one would an HTML file. Mostly wondering how much work might be involved and if there are any tricks that I should be aware of before I begin... Regards, Paul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP-WIN] Parsing PDF files

2001-08-31 Thread Paul Meagher
Thanks Alain, I was a little worried that it might be in binary format. I will probably create a script to try to read a PDF file just to see what happens. Regards, Paul > I think that you can extract pretty easily the header, like: Subject, > Creator, Author etc... But extracting val

Re: [PHP-WIN] Parsing PDF files

2001-08-31 Thread Paul Meagher
Thanks Bob, The article looks like it will be relevant to what I am doing. Regards, Paul - Original Message - From: "Bob Kaehms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 2:20 PM Subject: Re: [PHP-WIN] Parsing PDF files > We

[PHP-WIN] opendir trouble (accessing directories)

2001-09-03 Thread Paul Kalyakin
i've installed Apache 1.3.20 and PHP 4.06 i've added the following strings to the httpd.conf file ServerName localhost2 ServerAdmin [EMAIL PROTECTED] DocumentRoot "c:/inetpub/localhost2 Options Includes FollowSymLinks MultiViews AllowOverride None Order al

Re: [PHP-WIN] Re: Status of a stable ISAPI??

2001-09-07 Thread Paul Meagher
ve no recollection of where I read this so take what I say with a grain of salt until you hear otherwise. At any rate, it would seem a better strategy to seek such invitations from Microsoft than to throw alot of effort at reverse engineering the black box? Regards, Paul Meagher - Original Me

[PHP-WIN] LDAP versus DB

2001-10-03 Thread Paul Meagher
it the search time will be alot faster using LDAP than MySQL. Is this correct? Is there any other reason to use LDAP over MySQL that I am missing out on here? Regards, Paul Meagher -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-WIN] PHP header

2002-01-09 Thread Paul Wallace
pathname telling the server it is a PHP page, and if so, what is the syntax and where it is embedded in the HTML? Many thanks Paul Wallace Concerto Developer/Support Consultant ProSolutions Asia Pacific Co., Ltd. Tel +66 2 583 6161-5 Fax +662 583 6535 www.ProSolutions-ap.com -- PHP Windows

[PHP-WIN] remote DB access

2002-01-10 Thread Paul Wallace
nect()" could suggest this. Or is it possibly the ID/passwords? Before the system was uploaded to the remote hosting service, it was on a LAN where the syntax worked fine accessing another computer hosting the DB on the LAN. Thanks for any input. Paul. -- PHP Windows Mailing List

[PHP-WIN] syntax, 3 or 4?

2002-01-10 Thread Paul Wallace
Hello, Can anyone clarify if this code below is indeed PHP v4 or 3? It will save significant rigmarole. Where can I find online documentation for v3? I have this 'PHP 4 Bible' by IDG Books, but it's for the version the name suggests. Many thanks Paul. > What version

[PHP-WIN] unescape

2002-01-11 Thread Paul Wallace
27; output using 'unescape' when scripting with Javascript. What is the PHP equivalent to unescape to remove space characters (%20) in HTML output, extracted from DBs? My 'Bible' has no apparent entry for this. Many thanks Paul. -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Paul Wallace
olution of my broken email? Many thanks Paul. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] IIS/ISAPI require suddenly stops working

2002-12-12 Thread Paul Lockaby
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

[PHP-WIN] Re: IIS/ISAPI require suddenly stops working

2002-12-12 Thread Paul Lockaby
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

[PHP-WIN] ftp_rawlist working as Admin and not working as normal user

2002-12-27 Thread Paul Menard
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

[PHP-WIN] is_dir() question regarding windows authentication

2002-12-31 Thread Paul Menard
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

Re: [PHP-WIN] PHP 4.3.0 no gif support?

2003-01-05 Thread Paul Roberts
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]>

[PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Paul Menard
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/

Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Paul Menard
; > > ?> > > > 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

[PHP-WIN] PHP.ini directive override

2003-01-21 Thread Paul Menard
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

Re: [PHP-WIN] Fw: PDF extensions seems to do not work properly on IE

2003-01-24 Thread Paul Gardiner
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

[PHP-WIN] general question on Globals

2003-02-12 Thread Paul Dymecki
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

Re: [PHP-WIN] general question on Globals

2003-02-12 Thread Paul Dymecki
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

Re: [PHP-WIN] general question on Globals

2003-02-12 Thread 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

[PHP-WIN] Need Help with Classes

2003-02-12 Thread Paul Dymecki
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&#

[PHP-WIN] Re:Subject: Need Help with Classes

2003-02-13 Thread Paul Dymecki
) 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:

Re: [PHP-WIN] PHP Scripts can't write to files

2003-02-16 Thread Paul Dymecki
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

[PHP-WIN] unlink?

2003-03-01 Thread Paul Dymecki
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

Re: [PHP-WIN] Tables (might be OT)

2003-03-29 Thread Paul Roberts
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

[PHP-WIN] Upgrading to MySQL 4.1 or higher worried about clients

2003-06-24 Thread Paul Menard
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 -

Re: [PHP-WIN] connect to Mysql Server

2003-07-16 Thread Paul Menard
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 --- "

[PHP-WIN] PHP/Apache installation set up problem

2003-08-14 Thread Paul Cullen
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

[PHP-WIN] [PHP] Time formatting from int (seconds)

2003-08-16 Thread Paul Menard
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?

Re: [PHP-WIN] Auto Refresh

2003-09-20 Thread Paul Menard
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]>

[PHP-WIN] Any way to override use of TEMP folder for Windows function 'tmpfile()'.

2003-09-25 Thread Paul Menard
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

[PHP-WIN] problems installing php4

2003-11-04 Thread Paul Fritzsche
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

[PHP-WIN] gallery

2003-11-07 Thread Paul Fritzsche
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

[PHP-WIN] Re: gallery

2003-11-09 Thread Paul Fritzsche
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

[PHP-WIN] Re: gallery

2003-11-09 Thread Paul Fritzsche
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

[PHP-WIN] Re: gallery

2003-11-10 Thread Paul Fritzsche
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

[PHP-WIN] Need help with printer_draw_bmp()

2003-11-28 Thread paul-phpwin
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

[PHP-WIN] Change ENV via putenv() during script execution

2003-12-01 Thread Paul Menard
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

[PHP-WIN] Question about general web site layout

2003-12-22 Thread Paul Menard
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

[PHP-WIN] Equivalent ways to populate an array.

2001-01-09 Thread Paul Meagher
get this error for the second way: Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in c:/apache/htdocs/004.php on line 15 Line 15 is this line: $this->params['phptype'] = "mysql"; I also tried popul

Re: [PHP-WIN] problems with time diffrences

2001-01-12 Thread Paul Meagher
I believe you need to set a "tz" variable before you call your date functions. If you do a search for "tz" in the mailing list archives you can probably find a snippet that will show you how to do it. Regards, Paul - Original Message - From: "Tomasz Abramowic

[PHP-WIN] gd beginner blues

2001-01-13 Thread Paul Trapnell
Title: Blank A newbie just needs a wee bit of gd guidance.  clicking a GD test fileprompts a "download" dialogue to pop up, or, on a second test files causeslines of "font" errors, then the infamous "header already sent" error, thenlines of character soup.the test file below, from John Lim a

[PHP-WIN] re: beginner GD graphics extension blues

2001-01-14 Thread Paul Trapnell
Blank> You forgot a ")" on the first line of the script: > Header("Content-type: image/png"); > Alain Billions and Billions of thank-yous Ok, now don't laugh, here's the missing context that led to the gaff ("Newbie Fails to Notice Missing Bracket"). I had 3 different GD test files, none w

[PHP-WIN] Javascript

2001-01-19 Thread Paul Mileham
Can anyone help with this? How do you get variables from Javascript into a php function? paul ___ Paul Mileham [EMAIL PROTECTED] Administration Manager Church Pastoral Aid Society Athena Drive

[PHP-WIN] php install bundles and tutorials

2001-01-31 Thread Paul Trapnell
PHP FOR WINDOWS (LATEST PHP RELEASE, PRECOMPILED BINARIES) http://www.php.net/downloads.php (free) http://php4win.de/ (free) (has pre-release dev versions of php also) PHP FOR WINDOWS INSTALL BUNDLES (PHP4x PRECOMPILED BINARIES + APACHE + MYSQL) http://www.firepages.co

[PHP-WIN] re: links to php install bundles and tutorials

2001-01-31 Thread Paul Trapnell
Title: Blank   --thanks for the additional tutorial link (the Meloni one at WebMonkey).    If anyone wishes to add any additional links to install bundles and tutorials, post them here and I'll add them to this list.  An updated  list can then be reposted (either by me or anyone who saves a

[PHP-WIN] re: Mysql tutorials

2001-02-10 Thread Paul Trapnell
MYSQL TUTORIALS http://hotwired.lycos.com/webmonkey/databases/tutorials/tutorial4.html (by Graeme Merrall) http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ (by Israel Denis & Eugene Otto tutorial) http://www.webmasterbase.com/article.php?aid=228&pid=0 (by Kevin Yank) http://www.

[PHP-WIN] re: spam detection

2001-02-10 Thread Paul Trapnell
BlankAren't there any methods of spam sniffing that could be incorporated into this mailer? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTE

Re: [PHP-WIN] "xml + xsl to html" sample code

2001-02-12 Thread Paul Meagher
PHPBuilder.com has a good article: Transforming XML with XSL using Sablotron - http://www.phpbuilder.com/columns/justin20001025.php3 Regards, Paul - Original Message From: "Antonio Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 12,

[PHP-WIN] remote_user

2001-02-16 Thread Paul Mileham
Now look - this is utterly ridiculous. Last week, $HTTP_REMOTE_USER was working perfectly, and now - zilch. I've changed nothing, so far as I know. Could it be anything to do with our IT brigade installing a firewall? Dunno. Any help gratefully received.

[PHP-WIN] Protecting PHP code

2001-02-23 Thread Paul Smith
Hi, If I have a piece of code for security reasons we don't want even the sysadmin of the NT system to be able to view. Is there a way to distribute it in a way it can't be viewed, i.e. compiled perhaps? Thanks. .. Just because it works, doesn't mean it isn't broken.

[PHP-WIN] CVS for win

2001-03-09 Thread Paul Meagher
just running a CVS client or do you have to run a CVS server locally as well? Any advice, pointers, etc... would be appreciated. Regards, Paul Meagher -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] Directory Security -Help!

2001-03-27 Thread Paul Wieland
clude "Everyone", the admin page will display correctly...but it will not be password protected. Is this being caused by the IIS / PHP service being logged in as "localhost"? Is there a workaround for this problem? Any help will be greatly appreciated. If you wish to contact me dir

[PHP-WIN] unhappy camper

2001-03-30 Thread paul morgan
ause the $result var doesn't seem to be allowed to list tables?? but I don't know why. "; } ?> Anyone got any ideas as to why I'm getting stuffed? Is it permissions within mysql or is there a known bug in one of the apps that is messing me about. Any suggestions gratefully

  1   2   >