[PHP-WIN] sending email out using php?

2002-01-11 Thread Brian
;sendmail_path=;for unix only... Everything else works fine. Any ideas? Thanks, Brian -- 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] sending email out using php?

2002-01-11 Thread Brian
_path= ;for unix only... > > > >Everything else works fine. > >Any ideas? > > > >Thanks, > >Brian > > > > > > > > > >-- > >PHP Windows Mailing List (http://www.php.n

[PHP-WIN] installing and running php

2002-02-02 Thread brian
Hello everyone, A small question: I have installed Apache (that works) I have installed php 4 and it gives the text of the scriptfile(phpinfo.php) on the screen of IE I have changed the conf. in the apache conf map. I have changed the php.ini in the win map But made a misstake somewhere. -- P

[PHP-WIN] php4isapi.dll causes instability in memory

2004-01-17 Thread Brian
PHP 4.3.4 Windows Binary - No extensions enabled I have been fighting this battle on a number of servers and finally found the culprit. PHP4isapi.dll is constantly causing exceptions that eventually after awhile cause the HIGH ISOLATED memory websites in IIS 5 to become unstable where it eventu

[PHP-WIN] Re: php4isapi.dll causes instability in memory

2004-01-19 Thread Brian
t;[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I can feel your pain. I had this problem too. > > The only high performance stable solution for IIS that i know is FastCGI. > > See http://php.weblogs.com/fastcgi_with_php_and_iis > > John Lim > &g

[PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-13 Thread Brian
Anyone get this to work on Windows 2003 Server yet? I've tried and can't get it to function. 4.3.7 works fine files placed in c:\php5\ php.ini.recommended renamed to php.ini and left in c:\php5 folder (to not conflict with existing 4.3.7 that is operating fine edited for c:\php5\ext for extens

[PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Brian
y luck with this, let me know how you resolved it. > > "Brian" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Anyone get this to work on Windows 2003 Server yet? I've tried and can't >> get it to function. 4.3.7 works fine >>

[PHP-WIN] Post method not working

2004-10-21 Thread Brian
OK, I'm new to php, so be gentle :) I have just installed PHP 5.0.2 on Windows XP Pro\IIS 5 I am learning PHP with one of those step by step books, and I have run into an issue with forms. They don't seem to be getting the variable I am passing. This code works: But this does not: Even wh

[PHP-WIN] Using Access with PHP via ODBC

2002-04-18 Thread Brian McGarvie
Hi, I'm developing an application which is built on top of an existing MS Access Database, when the DB is not opened/windows client to the DB is opened it creates a lock, which in turn prevents PHP from accessing the Database, is there any solutions to this? Thanks in advance -- PHP Window

RE: [PHP-WIN] Creating a "nice" link

2002-04-18 Thread Brian McGarvie
have you configured your session_data path in the PHP.ini file? this may cause php to hang if you do not have this set -Original Message- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: 18 April 2002 2:00 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Creating a "nice" link I am creat

[PHP-WIN] Image creationm (again)

2002-04-25 Thread Brian McGarvie
I've also been having trouble with using GD, the extension is loaded correctly, however when I execute my code the image in IE (not tried it in anything else yet) is blank... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Access databse

2002-04-30 Thread Brian McGarvie
I assume from the request you're using win(98+) and IIS 4+ and have installed PHP and it works... Now, IF your Access database will be accesed using any kind of Access front-end while the website will be being used, you will need to replicate your access database because of the locking that occur

RE: [PHP-WIN] Re: windows 2000 server --- crashing

2002-05-22 Thread Brian McGarvie
hmm, I've been successfully using IIS 5/PHP 4.2.1 (also making use of mysql 3.23.49) and MSSQL Server, combination on win2k server for a few months now, recently using php 4.2.1 and still no 'nasties' have happened... It is worring tho that there seems to be such a leap from systems running fine

[PHP-WIN] GD

2002-05-23 Thread Brian McGarvie
When I try to use the GD lib, it seems to create blank/errorsome images? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
Right, Can somone talk me through GD... I've tried and tried it, using various .dll's and no matter which I use, the images are never generated, they always show the 'image' for a missing image in IE etc. Any Ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:

RE: [PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
2002 10:03 AM > To: Brian McGarvie; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] GD... > > > Brian McGarvie <[EMAIL PROTECTED]> wrote: > > Any Ideas? > > Show us your code and we'll see if we can identify the problem. > Unfortunately we're not mind

RE: [PHP-WIN] IIS Sucks!

2002-05-29 Thread Brian Huff
It looks like the dlls that you are using for iisfunct and mysql do not have the same build numbers as the ones for PHP. Your PHP module is from September of last year, whereas your dlls are from last month. My guess is that you compiled these dlls based on the latest beta source, but you sti

RE: [PHP-WIN] Re: Apache 2.0.36 + PHP + Win2000 Server

2002-06-11 Thread Brian McGarvie
Having been a PHP developer for around 4 years now, I have'nt had the luxury of a Linux machine at home, however I have always had on my now quite slow machine - but still very reliable and runs fast enuff for development puposes - ran Apache/PHP/MySQL on it with no problems (win98), I do keep

[PHP-WIN] cached include extension

2002-06-11 Thread Brian Huff
w down the site. Is there some mechanism already in place to load up a few megs of php code to an internal hashtable, and then pull out chunks on the final page to be evaluated? -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- PHP Windows Mailing List

[PHP-WIN] Re: PHP with Apache modules

2002-06-12 Thread Brian Huff
(referenced in your php.ini file) is too old. You'll have to check all files in your system path to make sure you replaced all old dlls with the new ones. The error message should point you to the name of the culprit, at least... -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-20

[PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
lication are VB Apps running on client machines to the LAN manipulating the database that is ultimatley used by PHP. It's Win2k Server, p3 1.7ghz 512mb ram, 120gb raid 5. The Application is not *launched* as yet, So I'l looking at whither to use Apache/IIS. Thanks in advance

[PHP-WIN] RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Also... IF Apache... what version? > -Original Message- > From: Brian McGarvie > Sent: 14 June 2002 9:14 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] SSL Support for PHP > > > Right... > > Back to the old bombshell of which webser

RE: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
ED] > Subject: Re: [PHP-WIN] SSL Support for PHP > > > On Friday, June 14, 2002, 9:13:59 AM, Brian McGarvie wrote: > > How does IIS fair against Apache with servring multiple > sites? each site will be like... http://customername.ourdomain.co.uk > > Both are capabl

[PHP-WIN] LDAP...

2002-06-18 Thread Brian McGarvie
I'm just experimenting with LDAP... [ Windows 2000 Server/IIS/php 4.2.1] I've uncommented the php_ldap.dll in my .ini... when I execute the following simple piece of code it gives me: Fatal error: Call to undefined function: ldap_connect() in E:\wwwshell\test\index.php on line 5 What have I

[PHP-WIN] freetype.dll

2002-06-18 Thread Brian McGarvie
can anyone send me the above file? can't find it anywhere! [ http://www.the-local-guide.com :: http://www.mcgarvie.net ] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD...

2002-06-18 Thread Brian McGarvie
OK... why would imaged be shown as if they do not exist? [ http://www.the-local-guide.com :: http://www.mcgarvie.net ] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Upgrade to 4.2.1 stops script from working

2002-06-22 Thread Brian Graham
I also upgraded from 4.1.2 to 4.2.1 and most of my scripts stopped working -- seemingly randomly. At one point I loaded a page (we'll say Page1.1, file name: sample7.php) into my window and it gave me Internal Server Error; I loaded another page(Page2), it worked fine. I loaded the first page agai

[PHP-WIN] Re: Newbye question

2002-06-22 Thread Brian Graham
I'm not a PHP expert, but I'm going to bet that since the error wasn't in the code (it worked on your ISP), it's going to be in your configuration. "Saci" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed php 4.2.1 on windows XP using the PHP 4.2.1 i

[PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Apache 1.3.26 PHP 4.2.1 When I enter username and password information onto a page, it uses Get and puts the session ID along with the username and the password into the URL, despite my saying "method=post" in the form attributes. This seems like it would be a common problem, but my research isn

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
oes the broser have cookies disabled? I know when a session > can't go to a cookie, it goes to the URL. > > -Dash > > -Original Message- > From: Brian Graham [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 12:27 AM > To: [EMAIL PROTECTED] > Subject: [PHP-

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Here it is. Please note that all of this output from a function; if you would like the PHP code that outputs this, please just ask. method=post name="login" > > From: Brian Graham [mailto:[EMAIL PROTECTED]] > > Sent: 24

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Here it is. Please note that all of this output from a function; if you would like the PHP code that outputs this, please just ask. method=post name="login" > > From: Brian Graham [mailto:[EMAIL PROTECTED]] > > Sent: 24

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
t; Are those line breaks as they would appear in the function? I have always > thought it best not to split tags over line breaks... just a thought... > > Mikey > > > -Original Message- > > From: Brian Graham [mailto:[EMAIL PROTECTED]] > > Sent: 24 June 2002 20:01

[PHP-WIN] Re: Get/Post and Security Issues [UPDATE]

2002-06-26 Thread Brian Graham
I've solved the problem. url_rewriter.tags = "" Once I uncommented this and emptied the string out, everything worked fine. "Brian Graham" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Apache 1.3.26 > PHP

[PHP-WIN] HELP!!!

2002-07-01 Thread Brian McGarvie
I have a failrly complex web-application... Its running on Windows 2000 Server, IIS, PHP 4.1.2 (running php as cgi), Integrates with MySQL and MS Access... My Problem is... It works fine using IE 5.5+ (PC/Mac), NN4/NN6 (PC/Mac), however when I try to use IE 5.0 (PC) it does'nt! Anyone care t

RE: [PHP-WIN] HELP!!!

2002-07-01 Thread Brian McGarvie
It is using sessions from the outset... As soon as I goto the URL it IE5.0 warns about cookies and i obviously allow it to make it... > -Original Message- > From: Brian McGarvie > Sent: 01 July 2002 9:20 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] HELP!!! > >

RE: [PHP-WIN] HELP!!!

2002-07-01 Thread Brian McGarvie
Entering data in the form and then pressing submit... it just stays at the form, doesn't even try to progress... > -Original Message- > From: Julie Meloni [mailto:[EMAIL PROTECTED]] > Sent: 01 July 2002 9:20 AM > To: Brian McGarvie > Cc: [EMAIL PROTECTED] > Subj

RE: [PHP-WIN] Re: PHP on IIS 5.0

2002-07-08 Thread Brian McGarvie
I'm having a problem with PHP/IIS5.0 with the browser seems to just hang, at no particular stage it seems fine and then it dies Is this related to below... I've tried running php as .exe/isapi but still happens... > -Original Message- > From: colin mcdonald [mailto:[EMAIL PROTECTED]

[PHP-WIN] Browser Troubles...

2002-07-09 Thread Brian McGarvie
OK... I have developed a web-application... on Windows 2k Server, IIS5, PHP, MsSQL/MySQL. Now... on certain browser platforms the browser spuriously dies for no reason. (Primarily Oldish IE 5.0(but not all releases) and 5.5). I have tried MS's mailing lists/support but not had any usefull feed

[PHP-WIN] RE: [PHP] Browser Troubles...

2002-07-09 Thread Brian McGarvie
There is rather a lot to check... i have checked *most* of it... the only JS is to open a pop-up window, but that functions correctly... In one particular version of IE it fails even to submit the login form ;\ Works perfectly in Mozzilla/NN(4->6)... also fine in IE 6, and as I mentiond most I

RE: [PHP-WIN] Browser Troubles...

2002-07-09 Thread Brian McGarvie
oblem once - with old IE4 and it was > an IE bug with dynamicly generated pages, I don't > remember exactly the error name... hmm.. transfer > chunk encoding or similiar. But I'm afraid it's not > your case. > > HTH > Piotr > > --- Brian McGarvie <

[PHP-WIN] Dual Server...

2002-07-09 Thread Brian McGarvie
OK following from my thread 'Browser Issues' I have found that when serving the site from apache, that the aforementioned errors go away... mostly... OK so... What is the best way to setup so that IIS/Apache co-exist... I'd like to keep the 'entry' to the site on IIS as we have other sites too.

[PHP-WIN] RE: [PHP] Dual Server...

2002-07-09 Thread Brian McGarvie
I will probably do this the other way round as we have a few sites... so if i have a single file with a frame and point contents of frame to apache this should work? > -Original Message- > From: Collins, Robert [mailto:[EMAIL PROTECTED]] > Sent: 09 July 2002 4:41 PM &g

[PHP-WIN] Apache/PHP...

2002-07-09 Thread Brian McGarvie
C:\APACHE2\BIN>apache -t APACHE: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not comp atible with this version of Apache. Please contact the vendor for the correct version. anyone seen this when trying to run apache? -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] IIS Bugs???

2002-07-10 Thread Brian McGarvie
OK This is a followon from my Browser thread... on [EMAIL PROTECTED]; [EMAIL PROTECTED] I have switched the application to run from Apache, and the Browsers that were having trouble now seem (I think - will be doing more testing later) to have dissapeared. So, is there a problem with IIS or PH

RE: [PHP-WIN] Available PHP Whitepapers

2002-07-12 Thread Brian McGarvie
I hate replying with this answer... but use google for 'php vs asp' and you'll get too much info to present ;) http://www.google.co.uk/search?q=php+vs+asp&ie=ISO-8859-1&hl=en&meta= > -Original Message- > From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] > Sent: 11 July 2002 6:36 PM > To: [E

[PHP-WIN] Re: Calling Windows DLL Files

2002-07-12 Thread Brian Huff
his isn't its strength, and would be bleeding edge, and probably not too stable... altho it would be noble to try ;)Mashing everything into one layer also makes it harder to maintain. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- PHP W

[PHP-WIN] Re: Available PHP Whitepapers

2002-07-12 Thread Brian Huff
e most popular scripting language on the web... just barely overtaking ASP last month. kick ass -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Fopen errors out when opening a URL

2002-07-15 Thread Brian Huff
at all, but you might as well try. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > I am trying to do a simple fopen("http://www.weather.com/index.html";, "r"); > For some reason I cannot Open any URL's after trying seve

[PHP-WIN] Re: compiling with VC++

2002-07-17 Thread Brian Huff
"ZTS=1", unless you explicitly want to use the non-thread-safe version of the Zend engine... but I dont know why anybody would want to do that... Again, all other extensions already do this... you should familiarize yourself with a simple one if you get stuck again. -- Brian &#

[PHP-WIN] Re: [PHP] Restart process from code?

2002-07-17 Thread Brian Huff
exe or whatever... Im not sure where to download it from... you might need to do some googling. Or your could write your own C++ code to do it... or find somebody who wrote an equivalent utility. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > How

[PHP-WIN] Re: error compiling example-extension

2002-07-22 Thread Brian Huff
e core, and then compare the differences. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 >> we can only be helpful if you actually read our responses to >> your question. > > > you were the only one who sended a response. > > anyway, t

[PHP-WIN] Re: Can php generate MS word doc format?

2002-07-25 Thread Brian Huff
to spend some time playing with the COM interface before anything works right. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > This is the first place I am going to look for an answer to this... > > Can PHP generate a word document formatted

RE: [PHP-WIN] reading input from a magnetic stripe and then parsingit to a MySQL database for querry?

2002-07-25 Thread Brian Huff
over clear text channels, and you never have to show anybody your private key. You can still use IPSec and SSH if you're really paranoid, tho... -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Re: Help NT Authentication

2002-07-29 Thread Brian McGarvie
Try adding the user that looks like... IUSER_ to the security of the folder that your site is in... "Kk Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear ALL, > > I'm working on a win2k, IIS 5.0, PHP and MYSQL system. > I activated Integrated windows

[PHP-WIN] DOMXML...

2002-07-31 Thread Brian McGarvie
I have a problem with DOMXML... I installed it and it is showing up in a phpinfo() script... However when I try a simple example it gives me an error such as: Warning: failed to load external entity "employees.xml" in C:\Inetpub\wwweloanshop\test\xml.php on line 36 Any hints?

[PHP-WIN] PHP Q...

2002-08-02 Thread Brian McGarvie
I know this post may be sacraligeous... but... I'm presently developing an intranet application using PHP (I have been using PHP for 3 years or so now). However, for this particular project I may be forced to use ASP - ARGH... Now... I know their is a tool to do ASP -> PHP, but... is their o

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread Brian Huff
This may still be a netscape-ism... try using your DNS name instead of localhost... also, try this with JSP or Perl pages to see if its an Apache2-Netscape thing, or an Apache2-Netscape-PHP thing -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 &

[PHP-WIN] Re: SOCKETS

2002-08-09 Thread Brian Huff
per any program as a windows service. You may need to wrapper your php calls in a C program, tho. Its a pain to use, but it'll get ya there. Of course, I have no idea whatsoever of the robustness of actually running a PHP based server... is anybody else doing this? -- Brian 'Bex&

[PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
Looking for some insight into which is the best PDF library to use, commercial/non-commercial. If possible I would like to be able to; * edit a PDF file, * use an existing PDF file to insert text into form fields, * create and fill PDF documents with form fields. Any advice as to which of the a

[PHP-WIN] Loading Extension...

2002-08-12 Thread Brian McGarvie
OK Help I always seem to have trouble installing extensions... what am I doing wrong? (trying to get PDFLib working). I copied the DLL to c:\php\extensions\php_pdf.dll However when I try to run a simple example I get: Fatal error: Call to undefined function: pdf_new() in C:\Inetpub\wwweloa

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
>> The last portion of your request is not possible under >> the current libraries that are out there. I was unable to >> find one anyway. So, for now, you're out of luck. In NO language? Not even ASP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] Apache...

2002-08-21 Thread Brian McGarvie
What version of Apache is reccomened at present with PHP (cgi or isapi) to run on a production webserver on windows? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache...

2002-08-21 Thread Brian McGarvie
tick with 1.3.x until it > has been released and shown to be stable. :) > > --- > Seairth Jacobs > [EMAIL PROTECTED] > > > "Rich Gray" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Brian > > >

Re: [PHP-WIN] PHP MSSQL versions

2002-08-28 Thread Brian McGarvie
I was having trouble using the mssql functions... I believe it was because i was running it as CGI (s - i know) i am now running it as ISAPI (yes I am unfortinatley an IIS user untill Apache2/PHP combination is deemed ready for use on a production server). As I am now ISAPI, the functions sh

[PHP-WIN] Re: skipping quotes...

2002-08-28 Thread Brian McGarvie
try using this b4 database... http://www.php.net/manual/en/function.addslashes.php "Afan Pasalic" <[EMAIL PROTECTED]> wrote in message 00bc01c24e0f$78bcf2c0$311f49d1@VAIO">news:00bc01c24e0f$78bcf2c0$311f49d1@VAIO... Hi, My information from database: We've got "the beat" I'm trying to edit using

[PHP-WIN] php_oracle.dll causes server to hang for non-privledged user

2002-09-11 Thread Brian Jones
The developers in our establishment are administrators on the development Windows 2000 server, which runs IIS 5 and PHP 4.2.3 (as of today). This problem was also reproduced on PHP 4.2.2. When a PHP page was served to a non-privledged domain user (something as simple as echo 'blah'; for examp

[PHP-WIN] Re: Windows Include

2002-09-27 Thread Brian McGarvie
you need to define the variable in the globals super array... to define a 'global' that you can use later you must; $var = 'value'; global $var; "Jason" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can anyone help me? > > When i use the following include f

[PHP-WIN] Re: Where can I get php_odbc.dll

2002-10-09 Thread Brian McGarvie
you dont/should'nt need it, ODBC is built into php as a standard module... "Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I can't find it anywhere. > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP-WIN] Re: Setting Up Advanced SEcurity

2002-10-15 Thread Brian McGarvie
simply rin it in safe-mode "David P Lenk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What commands should I shut down to secure my PHP webserver? > > I have already turned off unlink and exec any other huge ones that should be > turned off to make sure ha

[PHP-WIN] printer_ functions...

2002-10-16 Thread Brian McGarvie
I have a specific problem ;) I have been asked if it is possible to write a 'simple' application that will print onto Bank Cheques - they will be supplied on a continuous roll aparently, so it'll be one cheque followed by another etc perferated inbetween... So my question is has anyone ever trie

Re: [PHP-WIN] RE: printer_ functions...

2002-10-18 Thread Brian McGarvie
mmands are of dot matrix printers, for other inkjet / > > laser printers the commands vary from manufacturer to manufacturer. > > > > Alternatively, i think MS-Access is very good for this application, all u > > need is to design a report, where u can specify the paper

Re: [PHP-WIN] Mixing include path styles. How do I do this???

2002-10-24 Thread Brian McGarvie
if your including plain HTML with no php in it then it's quicker to use readfile()... "Roderick Martin" <[EMAIL PROTECTED]> wrote in message news:45763EEA-E6A8-11D6-A0B1-0030653D8C1C@;network23.com... > My bad! Windows is definitely not a strong suit with me. I did not know > I could do the drive

[PHP-WIN] writing pdf files...

2002-10-25 Thread Brian McGarvie
I presently generate pdf files as required... I use FPDF for writing PDF... I require to save these to file... is it a simple case of: where the script: generate_stats_view_table_pdf.php generates the PDF... http://www.domain.com/autoreport/generate_stats_view_table_pdf.php'); while (list (

[PHP-WIN] Re: writing pdf files...

2002-10-25 Thread Brian McGarvie
yes it does... /me answered myself again ;) "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message news:20021025145601.71683.qmail@;pb1.pair.com... > I presently generate pdf files as required... > > I use FPDF for writing PDF... > > I require to save these to

[PHP-WIN] Re: Print data

2002-10-24 Thread Brian McGarvie
an alternative I'm looking into is simply writing/formatting the data into a text file, then using the good old 'net print' dos command to print the file... "José Moreira" <[EMAIL PROTECTED]> wrote in message news:1035381924.1052.8.camel@;inf4.pt... > hello, at my company we have several network p

[PHP-WIN] Sorry...

2002-11-14 Thread Brian McGarvie
I know this is completely off-topic but I have searched and not found answer... I have PDF file which has printing disabled - a file given to me which i need to print. Is it possible to re-enable? ( I have full Adobe PDF authoring package) -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] Re: set up mysql without winmysqladmin?

2002-11-15 Thread Brian McGarvie
I think it's only possible under nt/2k http://www.mysql.com/doc/en/NT_start.html "A. J. McLean" <[EMAIL PROTECTED]> wrote in message news:20021114141034.48692.qmail@;pb1.pair.com... > Is it possible to configure mysql to load up automatically whenever apache > is run (without having to load up

[PHP-WIN] Re: ODBC Connection

2002-11-19 Thread Brian McGarvie
I assume on the server you have added a System DNS to the ODBC Manager? "Mark A. Nichols" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm not having much luck here. I've created a MS Access database that has a linked table to an Exchange 2000 public folder.

[PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread Brian McGarvie
use 'image/tiff' instead... "George Pitcher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > I have file upload working on my NT/Lasso/PHP site and want to restrict the > type of file being uploaded to either PDF, TIF or ZIP. > > > My code sofar is:

Re: [PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread Brian McGarvie
using the mime-type is safer ;) "George Pitcher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Brian, > > Thanks. However, I have just solved it by using stristr() instead. > > Works a treat. > > George >

[PHP-WIN] Re: Install PHP4.2.3 with Apache 2.0.40 on Window 2000

2002-11-26 Thread Brian McGarvie
goto www.php.net and download the zip file also ;) "Jack R." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Can someone please help with my PHP installation? > > The install.txt said I just need to add these in my Apache config file, but > there is no "

[PHP-WIN] Re: IIS and PHP with $HTTP_SERVER_VARS

2002-11-26 Thread Brian McGarvie
it's to do with probably folder permissions, the folder all your web files are should have IUSR_machinename added to the folder with full rights, the login box should then not appear... "Shaun Garriock" <[EMAIL PROTECTED]> wrote in message 018301c2954d$265b4010$c101a8c0@rgcweb01">news:018301c2954d

RE: [PHP-WIN] it's frustrating

2001-05-17 Thread Brian Paulson
Are you trying to attach it or put the image in the body of the message? If you are trying to attach it try looking at this message from the archives http://marc.theaimsgroup.com/?l=php-general&m=99003506223055&w=2 Thank You Brian Paulson Sr. Web Developer The Pueblo C

[PHP-WIN] Need Help!!

2001-05-22 Thread Brian Little
would be apreciated. Brian P.S. The problem I refer to is that in the php_mssql.dll extension char and varchar are treated as chars, this limits the length of the string to 256 characters. But, the problem is that and nvarchar in MS SQL can be up to 4000 characters! So, I want to try to fi

Re: [PHP-WIN] Need help with Cookies

2001-05-22 Thread Brian Little
Can't say I know what the problem is, but here are two test files, that work on my Windows 2000, IIS 5, SQL 7 machine. Let me know if you have a problem with them and maybe we can find the problem. Brian "Iván Milanez Castellanos" <[EMAIL PROTECTED]> wrote in message

RE: [PHP-WIN] Php interact with Dreamwaver

2001-06-19 Thread Brian Paulson
You Brian Paulson Sr. Web Developer [EMAIL PROTECTED] The Pueblo Chieftain www.chieftain.com 1-800-279-6397 -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 4:45 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Php interact with Dreamwaver Dear All I&#

[PHP-WIN] RE:[PHP-WIN] Php interact with Dreamwaver

2001-06-19 Thread Brian Paulson
You Brian Paulson Sr. Web Developer [EMAIL PROTECTED] The Pueblo Chieftain www.chieftain.com 1-800-279-6397 -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 4:45 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Php interact with Dreamwaver Dear All I&#

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

2001-07-30 Thread Brian Unger
fore? here's my php link followed by the code. thanks for your help - brian http://templates.inetcity.com/admin/siteadmin_images3_gif.php THE CODE: height or if width < height // if so it adjust accordingly to make sure the image // stays smaller

[PHP-WIN] PHP erratic on Win2k Server

2001-08-08 Thread Brian Reed
.php files and execute c:\php\php.exe %s %s 2.) edit the script map key in the registry and put .php and path to the CGI exe Anyone else have any ideas why my site might not work. btw, try my site @ http://www.askthesmartass.com Thanks in advance, Brian -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] mysql php help

2001-10-19 Thread Brian Feliciano
this is maybe a beginners question, that's because im a newbie to PHP-MySQL i want to run UPDATE sql command and this is the sample code. if (!mysql_query ($sql)) echo("Invalid query".$sql); and i know that my $sql is correct because i tried to paste it to my PHPmyadmin and it works. how come i

[PHP-WIN] phpmyadmin

2001-10-21 Thread Brian Feliciano
i've got a copy of phpmyAdmin on my local and it's raw. is there a copy out there that have a user login or some security access before going inside the main database? thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP-WIN] phpmyadmin

2001-10-21 Thread Brian Feliciano
it doesn't works in my pc. i have win2k. > > try editing the index to use this: > > // checks if you have entered a username and a password > if (!$PHP_AUTH_USER || !$PHP_AUTH_PW) > { > // if empty, send header causing dialog box to appear > header('WWW-Authentic

[PHP-WIN] .diff files

2001-10-22 Thread Brian Feliciano
i've got a patch from source forge and received a diff file. how do i open .diff files. or what should i do to implement the scripts. thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] MySQL help!!!

2001-10-28 Thread Brian Feliciano
this maybe an OT but i accidentally revoked my mysql root. how can i fix this?? thanx -- 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] date problem

2001-10-30 Thread Brian Feliciano
this is my code: ereg("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})",$rowsko[2], $pdate); echo date("l, F j, Y [h:i:s A]", mktime($pdate[4],$pdate[5],$pdate[6],$pdate[3],$pdate[2],2001)); $rowsko[2] is equal to "2001-10-31 10:55:02" but the result was: Thursday,

[PHP-WIN] upload image

2001-11-19 Thread Brian Feliciano
how can i upload an image?? i tested using copy( ) but it returned a Permission Denied error... please help...thanks. do i really have to do an ftp? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP-WIN] mysql not giving result

2001-11-22 Thread Brian Feliciano
; AND dim_unit.id=products.dimunit AND wt_unit.id=products.wtunit AND manufacturer.id=products.manufacturer >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> thanks so much for the help, Brian Feliciano -- 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] mysql not giving result

2001-11-22 Thread Brian Feliciano
_unit.abbr, products.weight, > wt_unit.abbr, manufacturer.name, products.datemanuf, products.country, > products.order_inst FROM products, dim_unit, wt_unit, manufacturer WHERE > products.id='11' AND dim_unit.id=products.dimunit AND > wt_unit.id=products.wtunit AND manufact

[PHP-WIN] mulit dimensional array

2001-11-25 Thread Brian Feliciano
i have set up an array like this... array(),"qty"=> array()); ?> i am inserting an entry by: but i am getting an error of an undefined variable 'm' of which the first letter of $$myCart... how can i insert an entry to this kind of array? pls help. thanks.. -- PHP Windows Mailing List

  1   2   >