[PHP] 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] Re: DOMXML...

2002-07-31 Thread Brian McGarvie
OTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hmm! > > 1)Can you show the code @ line 36 if possible > 2)try to escape the "\" (replace every \ with \\) > > > "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message >

[PHP] Date Stuff...

2002-08-02 Thread Brian McGarvie
Given a date how would you work out number of months elapsed between DateInPast and DateNow? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Date Stuff...

2002-08-02 Thread Brian McGarvie
ta guys... works fine :) had a brain-freeze :) "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Given a date how would you work out number of months elapsed between > DateInPast and DateNow? > >

[PHP] 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

[PHP] Re: Cannot get data from form.

2002-08-29 Thread Brian Windsor
le to globals on, but people will argue that it's a security problem and you should just change all your global varieables to the new way. It's your call. Hope this helps. Brian Le Van Thanh wrote: > - I have installed PHP4.2.2 with Apache 1.3.26 on Solaris7. > And now I have probl

[PHP] Mail()....

2002-08-30 Thread Brian McGarvie
Is there a way to set the font on a plaintext email? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mail()....

2002-08-30 Thread Brian McGarvie
;MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; TIA.. "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a way to set the font on a plaintext email

[PHP] News Feeds....

2002-09-04 Thread Brian McGarvie
Hi I'd like to get some news from any reputable news site, bbc.co.uk... yahoo.co.uk etc etc UK news would be best, if not then some hints to how to go about it would be much appreciated! TIA... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP] how can I return several query results per table row?

2002-09-11 Thread Brian Tully
nly having one record. this is about as far as I get before I start getting a bad headache. ;) I'm hoping someone might know of an article/tutorial on how to accomplish this so I don't need to reinvent the wheel. many thanks in advance, brian -- PHP General Mailing List

[PHP] File Access...

2002-09-19 Thread Brian McGarvie
How could you redirect somone from directly accessing a file... Meaning... if an engine spiders www.domain.com/some.php How could you make some.php redirect to index.php However... the site is framed, and the menu uses content.php to display the selected content. Any ideas? -- PHP General

[PHP] Re: php on apache on win2k

2002-09-27 Thread Brian McGarvie
on www.php.net you need to download the zip file for php, this will include the missing files... "Vic" <[EMAIL PROTECTED]> wrote in message 01c265e6$c3a2b920$a3a96518@jumpy">news:01c265e6$c3a2b920$a3a96518@jumpy... > I used to have php 4.2.3 on iis on 200 and xp and it worked fine, but I

[PHP] Re: MORE Problems with PHP as CGI and Flash !!!!!!!!!!

2002-10-03 Thread Brian McGarvie
Yes... get him to download the latest plug-in, IE 5.0 to IE 5.5 even are weired with dynamic content even it it's a form built up from php... Neway... I suggest that he should upgrade the flash plug-in and/or IE. "Rebekah Garner" <[EMAIL PROTECTED]> wrote in message 002901c26a54$513462e0$0300a8c

[PHP] RE: [PHP-INST] "VERY NEWBIE" php_* mod_* --with- question

2002-10-02 Thread Brian . Duke
Well, I'm not the best qualified to answer this question but here goes my best shot (Guru's watch me here make sure I don't screw this up). Starting with Apache. Apache does not actually process your *.php files. There is another engine that takes care of that called Zend. There are a couple lin

[PHP] Re: Execute...

2002-10-08 Thread Brian McGarvie
dunno if it's work, but, if you find out the client's OS, then you will know the path to calc.exe as it resideds in the windows dir of most windoze installs... so find OS, then u know path, then jist do a ... launch windows calculator "Bsantos Php" <[EMAIL PROTECTED]> wrote in message [EMAIL PR

[PHP] Re: Execute...

2002-10-08 Thread Brian McGarvie
it's messy but works... I would never do it this way... I suggest a javascript calculator approach... "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > dunno if it's work, but, if you find out the client&#

[PHP] Re: Script optimisation

2002-10-16 Thread Brian McGarvie
uicker that "some text $aVariable more text"; to process... As I said at the start, it very much depends on what is required for a particular script... Also, it is better to choose a style and stick to it! And only break your own style when the need calls for it. HT

[PHP] windows specific: printer_ functions...

2002-10-16 Thread Brian McGarvie
on will simple be to take a series name's & ammount's and print the cheques... Thanks in advance... Brian M McGarvie ([EMAIL PROTECTED][EMAIL PROTECTED]) IT/Web Apps Specialist www.anypurposeloans.co.uk -- www.mcgarvie.net -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] writing pdf files to physical 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] Re: writing pdf files to physical files...

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

[PHP] Request entity too large (already seen the FAQ)

2002-11-07 Thread Brian Fahrlander
clients. ;> Any thoughts? (Yes, I've restarted Apache after changes) ---- Brian Fahrländer GNU/Linux Zealot, Conservative, and Technomad Evansville, IN

[PHP] Re: Request entity too large (already seen the FAQ)

2002-11-09 Thread Brian Fahrlander
On Thu, 7 Nov 2002 11:31:52 -0600, [EMAIL PROTECTED] (Brian Fahrlander) wrote: OK, thanks for no help whatsoever. But I'm not bitter; I'm here to report what I found so that the next guy with this problem isn't stuck: The PHP docs say to change variables in /etc/php.ini

[PHP] Re: connecting to a remote host through mysql.exe

2002-11-14 Thread Brian McGarvie
mysql -u username -pPASSWORD -h www.domain.com "Mr. Bungl3" <[EMAIL PROTECTED]> wrote in message news:20021114111727.44334.qmail@;pb1.pair.com... > Hi... > How can i connect to a remote host database through mysql.exe? > Thank you > > -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Phasing HTML

2002-11-18 Thread Brian Lee
on site A And P * .05 = price I want to display on my site. Thanks for any help -Brian _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP General Mailing L

[PHP] Re: ACT Based Contact Management System

2002-11-19 Thread Brian McGarvie
mibbie give us a url to look at ACT? Or atleast a quick out-line of what it does? "Craig" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does anyone know of any sites that offer a web based contact management > system that works in a similar way to ACT? > > I w

[PHP] Re: isapi mod on iis

2002-11-20 Thread Brian McGarvie
The Internet Guest user needs to have permissions to the foler the script's are located. This should remove the auth request. "Chris Edwards" <[EMAIL PROTECTED]> wrote in message 04f901c28ffa$a75867e0$4300a8c0@development">news:04f901c28ffa$a75867e0$4300a8c0@development... > is anyone running the

[PHP] Re: Problem on OpenDir()

2002-11-21 Thread Brian McGarvie
I don't do much file-stuff with php & windows, but i think the path nees to use // not \\? "Jack" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear all I was trying to check if a directory exist in a specific folder, but i got this error message as below : Warn

[PHP] Re: character ' in switch

2002-11-21 Thread Brian McGarvie
try: case "what's new": "Martin Hudec" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > > I would like to know how can I put ' character to case in switch... > > Situation: > > from flash i am getting url: index.php?action=what's new > > i need to

Re: [PHP] Help! Configuring PHP with Personal Web Server

2002-06-04 Thread Brian Feliciano
[EMAIL PROTECTED] writes: >So far I've found about five different ways to install PHP with PWS and >none of them work. Can anyone who has done this please send detailed >instructions about how to do it, or point me to instructions that work? > >Thanks very much in advance. > any error msgs? it'll

[PHP] install php as CGI?

2002-06-04 Thread brian-phplist
how can i install php as CGI? Brian Feliciano EMC-Tech "I know that there are people in this world who do not love their fellow man, and I hate people like that." -

RE: [PHP] SMS with PHP

2002-06-11 Thread Brian McGarvie
another solution would be to by a cellular modem, which can be set up on the windows/*nix machine and used to relay the message. If not - depending on where you are based - some mobile providers do let you interface with their sms devices. You could also have a look at - OpenSMS from www.lives

RE: [PHP] POST/GET vars in apache

2002-06-13 Thread Brian McGarvie
it;s todo with the ini file an option register_globals Off - you need to use the $HTTP_POST_VARS[var] method On - you dont Pro - more secure. Con - more to type! > -Original Message- > From: Webmaster do Aborla.net [mailto:[EMAIL PROTECTED]] > Sent: 13 June 2002 11:32 AM > To: [EMAIL PR

RE: [PHP] php-speed

2002-06-13 Thread Brian McGarvie
I believe it also depends on the quote types used... Place string/text/html code etc with in single quotes > ' < if the string contains no $var's to be parsed, and > " < if it does need to parse $var's. > -Original Message- > From: Niklas Lampén [mailto:[EMAIL PROTECTED]] > Sent: 13 Jun

RE: [PHP] php-speed

2002-06-13 Thread Brian McGarvie
ECTED]] > Sent: 13 June 2002 2:44 PM > To: Niklas Lampén > Cc: Php-General > Subject: Re: [PHP] php-speed > > > Thursday, June 13, 2002, 2:09:23 PM, you wrote: > > I don't think so. The difference is (IMHO + the article > linked below) if > > you use >

RE: [PHP] next and previous buttons performing on a query

2002-06-13 Thread Brian McGarvie
you need to keep track of the last record and number to display to work out the values for limit. > -Original Message- > From: Chris Hewitt [mailto:[EMAIL PROTECTED]] > Sent: 13 June 2002 3:32 PM > To: Wilbert Enserink > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] next and previous button

RE: [PHP] PCRE Problem

2002-06-13 Thread Brian McGarvie
$string = '[b]Test[/b]'; $bbcode_string = str_replace("<", "[", str_replace(">", "]", $string)); or look into regular expressions... > -Original Message- > From: Erick Lee [mailto:[EMAIL PROTECTED]] > Sent: 13 June 2002 3:25 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PCRE Problem > >

RE: [PHP] PHP with No Web Server?

2002-06-13 Thread Brian McGarvie
PHP is an application that generates HTML code similar to Perl. Which is what is served to the Client(Browser). Therefore no, you need to use IIS/Apache/other webserver in order to use PHP... Unless you are using it as a scripting language for shell scripts... or using GTK to create graphical

RE: [PHP] PHP with No Web Server?

2002-06-13 Thread Brian McGarvie
Would that work? Surley it'd not be a particularly efficiant webserver if written in PHP? Would be interesting to try.. I had a quick look for such code but could'nt see any... perhaps a PHP-GTK app could work I suppose... if you were that way inclined! :) > -Original Message- > From:

[PHP] 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

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

[PHP] 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

RE: [PHP] Content Management System in php

2002-06-18 Thread Brian McGarvie
Indeed PHP-Nuke is not meant for Co-orporate sites... I have my own custom built 'bits' that I put together when doing site for a client. If you can't/don't have the luxury of being able to hire/contract a developer to develop a custom-designed solution for your needs then you are unfortinaltley

RE: [PHP] Editor

2002-06-18 Thread Brian McGarvie
I have been using this for a couple of years and personally consider it the best all-round editor next to UltraEdit for codeing not just web-pages but other languages... It's extremely flexible plug-in modules are easy to develop if you need it to do something, and also has quite a few decent

[PHP] 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

RE: [PHP] sessions and temporary tables

2002-06-18 Thread Brian McGarvie
unless you open a persistent connection, connections are closed automatically at the end of execution of a script. > -Original Message- > From: W. Enserink [mailto:[EMAIL PROTECTED]] > Sent: 18 June 2002 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] sessions and temporary tables

RE: [PHP] How do I hide download link ...

2002-06-18 Thread Brian McGarvie
if you want to hide it fromthe browser you cound do: click here or you could over write the status text: click here or a combination... Also note... this has/had nowt to do with _PHP_ :) > -Original Message- > From: Nathan Taylor [mailto:[EMAIL PROTECTED]] > Sent: 18 June 2002 11:33

RE: [PHP] catch the client OS user logon from php script

2002-06-19 Thread Brian McGarvie
$_ENV["OS"] (see MANUAL for more that you can capture!) > -Original Message- > From: èdy kurniawan [mailto:[EMAIL PROTECTED]] > Sent: 19 June 2002 9:44 AM > To: [EMAIL PROTECTED] > Subject: [PHP] catch the client OS user logon from php script > > > Dear PHP-ers, > > How can I capture

RE: [PHP] catch the client OS user logon from php script

2002-06-19 Thread Brian McGarvie
r PHP is running on, which you probably know), you'd want: > > $_SERVER["HTTP_UA_OS"] > > -Clay > > > > From: "Brian McGarvie" <[EMAIL PROTECTED]> > > Date: Wed, 19 Jun 2002 09:54:39 +0100 > > To: èdy kurniawan <[EMAIL PROTEC

RE: [PHP] parse text

2002-06-19 Thread Brian McGarvie
You could do it using the substring it you ALWAYS for each line want the characters at that exact location. $moo = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"; $partition = substr($moo, 9, 5); this would return 5 characters from position 9 in the string which would be: 0ABCD hope this helps... >

Re: [PHP] appending to XML file before closing tag

2002-06-26 Thread Brian White
verbosity. At 23:24 26/06/2002, Erik Price wrote: >On Tuesday, June 25, 2002, at 08:42 PM, Brian White wrote: > >>I was actually thinking about this the other >>day - every now and again I find my self >>yearning for SGML, where you could have >>just declared the wra

RE: [PHP] securing an 'includes' dir

2002-06-28 Thread Brian McGarvie
and using IIS use windows security > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2002 9:31 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] securing an 'includes' dir > > > On Friday 28 June 2002 16:25, Nick Wilson wrote: > > Hi all > > I'm setting up

RE: [PHP] Web Printing

2002-06-28 Thread Brian McGarvie
and this relates to PHP how...? > -Original Message- > From: Neal Dewing [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2002 9:01 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Web Printing > > > Hi all, > > Just wondering if anyone came across this "problem" before: > > When I print a docum

RE: [PHP] Web Printing

2002-06-28 Thread Brian McGarvie
I did pass on a link to hime from the M$ website with some VB Script that 'appears' to do what is wantec.. whither it works or not is another matter :) > -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2002 2:45 PM > To: [EMAIL PROTECTED] > Subject: RE

RE: [PHP] Keeping "Secrets" in PHP Files

2002-06-28 Thread Brian McGarvie
This is a problem that affects many webhosts... the issue is more of trusting other users who have shell access to the server in question... I have been trying to help a hosting company address this issue, but short of dissallowing shell/ssh access their is no way to stop another user logging i

RE: [PHP] PHP and PDF

2002-07-01 Thread Brian McGarvie
if you're creating the form using PHP's PDF functions all you'd need to to is generate the number and add it using whatever command to add a line of text to the PDF document... Don't ask me how.. not used it yet personally. Would like to see a decent example of PHP/PDF creation anyway... > --

[PHP] Emalloc Fatal Error

2002-07-02 Thread Brian Paulson
not all pages that access the database cause the error. This problem is the only think keeping me from moving to 4.2.1 Any help would be appreciated. Thank You Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] is their a jobs mailing list?

2002-07-08 Thread Brian McGarvie
I think a job's list would be good too so people can target only those who wish to undertake a contract/new position, and also for people to post that they are available... that or have an 'independant' site or get one of us to do a subsite on php .net :) I'll do it if it's something that'd be

RE: [PHP] is their a jobs mailing list?

2002-07-08 Thread Brian McGarvie
Yeh sure... I have worked on a recruitment site for a UK agency. > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: 08 July 2002 9:47 AM > To: Brian McGarvie; 'PHP General List' > Subject: RE: [PHP] is their a jobs mailing list? >

RE: [PHP] is their a jobs mailing list?

2002-07-08 Thread Brian McGarvie
at agencies deal with), I'd like to suggest that the site is > flexible enough to offer PHP "work" in the broader sense, not just > on-site contract/employment. E.g. an end customer can post that they > need a particular piece of work done and ask for > tenders/intereste

RE: [PHP] don't want to receive but email please

2002-07-09 Thread Brian McGarvie
> only if user stupidity can be considered a virus. It can indeed ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Grr SQL syntax error silghtly OT

2002-07-09 Thread Brian McGarvie
2count(*)? don't look right > -Original Message- > From: JJ Harrison [mailto:[EMAIL PROTECTED]] > Sent: 09 July 2002 9:10 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Grr SQL syntax error silghtly OT > > > Sorry :} > > I get a SQL syntax error at line two of the query: > > $query = "se

RE: [PHP] Delete me from list!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2002-07-09 Thread Brian McGarvie
Obviously you are one of those ppl who dont keep important emails... I can handle administrative requests automatically. Please do not send them to the list address! Instead, send your message to the correct command address: For help and a description of available commands, send a message to:

[PHP] 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

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] I am out of pleases now get me off this fun list!

2002-07-09 Thread Brian McGarvie
just keep a note of his mail for when he final reads simple instructions and periodically forward him any interesting posts ;) > -Original Message- > From: Bret L Conard [mailto:[EMAIL PROTECTED]] > Sent: 09 July 2002 2:58 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] I am out of pleas

[PHP] 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.

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

RE: [PHP] Postal / Zip Code Proximity Search

2002-07-09 Thread Brian McGarvie
http://www.totalscripts.com/pages/Perl_Scripts/Calculator/ GeoZip... only for US postcodes tho.. but is ur US fine ;) > -Original Message- > From: Brandon Pearcy [mailto:[EMAIL PROTECTED]] > Sent: 04 July 2002 4:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Postal / Zip Code Proximity S

RE: [PHP] (OT) Our Spam Friend

2002-07-10 Thread Brian McGarvie
we should make a script that constantly emails him single characters and all of us run it in a back ground process ;) > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED]] > Sent: 10 July 2002 12:03 AM > To: PHP > Subject: [PHP] (OT) Our Spam Friend > > > I just though

RE: [PHP] Took the job into my own hands

2002-07-10 Thread Brian McGarvie
been trying it for a cuple days now > -Original Message- > From: Miguel Cruz [mailto:[EMAIL PROTECTED]] > Sent: 09 July 2002 9:24 PM > To: Liam Gibbs > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Took the job into my own hands > > > On Tue, 9 Jul 2002, Liam Gibbs wrote: > > Mr. Hegreberg

[PHP] 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] Development Tools

2002-07-10 Thread Brian McGarvie
HTML-Kit does it for me... great customisability... > -Original Message- > From: Bret L Conard [mailto:[EMAIL PROTECTED]] > Sent: 10 July 2002 5:25 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Development Tools > > > snip/ > but often find myself using an editor on the code > created

RE: [PHP] How to know if we're using http or https

2002-07-11 Thread Brian McGarvie
yip on the browser a small padlock should appear > -Original Message- > From: LeTortorec, Jean-Louis [mailto:[EMAIL PROTECTED]] > Sent: 11 July 2002 4:33 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to know if we're using http or https > > > Hello all! > > Is there a flag that would

RE: [PHP] Getting the URL that triggered a 404.

2002-07-11 Thread Brian McGarvie
you can get the webserver to redirect to a custom errorhandler that could be a php script to do whatever you want. > -Original Message- > From: Robert Cummings [mailto:[EMAIL PROTECTED]] > Sent: 11 July 2002 4:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Getting the URL that triggered

[PHP] php 4.2.1 and MySQL

2002-07-22 Thread Brian McLaughlin
n? All of my scripts that use MySQL are failing in this same way. Thanks, Brian McLaughlin [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to accept file through http from curl c program??

2003-09-26 Thread Brian Moynihan
Hi there, Hopefully someone can shed some light for us on this. We have a client who is sending us a file through a C program which uses Curl. At our end we have a php script to accept the file passed through the form. This php script works fine using a browser however, it does not pick up what

Re: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread Brian Moynihan
ither be in quotes if that's the name of the file and the > file doesn't have an extension. Or maybe it's a variable in which case > you'll need to put the $ in front of it.. > > Hope that helps > > Regards > > Chris > > > > -Original Message

Re: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread Brian Moynihan
Thanks Mike, I set the content type to be text/xml in the C program. Just don't understand it at all. There appears to be no reason why it's not working. Thanks for your help so far, any more suggestions? Brian. - Original Message - From: "Mike Brum" <[EMAIL

[PHP] Need PHP consulting - $!

2003-12-08 Thread Brian Dunning
I need some consulting assistance with a project. Complete information about what I need is on this page - http://www.briandunning.com/php-help.shtml THANK YOU!!! - Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ARRAY

2003-12-10 Thread Brian Sutton
I am trying to read in a text file to an array using the following code, however everytime I try and print the contents of the $table array, it always says "ARRAY". Why won't it show me the actual contents of the file? $row = 1; $handle = fopen ("seclog.txt","r"); while ($data = fgetcsv ($handl

RE: [PHP] Images in MySQL vs directory/file?

2003-12-10 Thread Brian . Goralczyk
che images? If so, then we are ahead of the game even more. Just my ramblings on the subject and since I am not an expert at this whole PHP thing please correct me. Brian Goralczyk Verizon Wireless -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December

RE: [PHP] Comparison PHP to Perl

2004-01-06 Thread Brian . Goralczyk
these languages because they are OS non-specific. I have avoided java. I am not sure what all the hoopla is about. I am sure I could get flamed by java programmers for that statement, but I don't see why I would want to use it. Feel free to fill me in. Brian Goralczyk Verizo

Re: [PHP] signing in as php user?

2001-01-09 Thread Brian Clark
x27;m not getting into that). If it's running as an Apache static or DSO, it's the user the webserver is running as. JJ> Jason -Brian -- Structured Programming supports the law of the excluded muddle. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] need admin help please...

2001-01-09 Thread Brian Clark
://www.deadly.org/ as the site owner ran into that problem quite a while ago. A whole article about it is there somewhere. -Brian -- Press any key to continue, or any other key to quit. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: [PHP] Baby's First Regex! (Repost - Please Help)

2001-01-09 Thread Brian Clark
ook at the example on this page: http://www.php.net/manual/html/function.ereg.html And for a different flavor: http://www.php.net/manual/html/function.ereg-replace.html MS> How can I get a the list of characters tht causes one of these MS> regex's to fail? -Brian -- While money can

Re: [PHP] Looking for a script

2001-01-09 Thread Brian Clark
the details of Pac> the file, and etc. http://www.hotscripts.com/ http://px.sklar.com/ http://php.resourceindex.com/ Pac> - Thanks -Brian -- The trouble with a lot of self-made men is that they worship their creator. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] include path confusion

2001-01-10 Thread Brian Clark
e file in the first available location. R> Please, if anybody understands this, let me know. -Brian -- An adequate bootstrap is a contradiction in terms. -- PHP General 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] looking for a PHP editor

2001-01-10 Thread Brian Clark
code, and colours >> syntax very well... AW> Who needs that? Nesting PHP in HTML is bad style, IMHO. Bad style?! You _actually_ print() or echo() everything you want to send to the browser? If it doesn't need to be interpolated by PHP, why print() it? -Brian -- Life may have no mea

Re: [PHP] problem with includes

2001-01-10 Thread Brian Clark
t;); So us what is in comment.php JM> problem is, as soon as i view the page, only the tags JM> show up!! what could this be? i have no JM> trouble if i comment out the pages... the pages are running on JM> debain 2.2, php4, and use some mysql stuff. JM> please help!! -Brian -- Mo

Re: [PHP] Connect problem

2001-01-10 Thread Brian Clark
; and then bring MB> me: Why put yourself through that abuse? :-) Just build PHP with MySQL support. ./configure --with-mysql [other options here] MB> Thanks MB> Max -Brian -- The trouble with a lot of self-made men is that they worship their creator. -- PHP General Mailing Lis

Re: [PHP] problem with includes

2001-01-10 Thread Brian Clark
(BC == "Brian Clark") [EMAIL PROTECTED] writes: BC> So us what is in comment.php ^^ Show -Brian -- There are two ways to write error-free programs, and only the third one works. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP] Funny running PHP4 on Apache, Windows 95

2001-01-10 Thread Brian Clark
ation/x-httpd-php3-source .phps PD> AddType application/x-httpd-php .php PD> AddType application/x-httpd-php-source .phps Instead of all of those lines, try: AddType application/x-tar .tgz AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Brian Clark
(BC == "Brian Clark") [EMAIL PROTECTED] writes: BC> Likewise, if you get into the habit of doing or ?> tandem, your worries will soon disappear. P.S. a decent editor that has *good* syntax highlighting (Ie. different schemes for HTML, JavaScript and PHP highlighting in t

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Brian Clark
Hello Miles, (MT == "Miles Thompson") [EMAIL PROTECTED] writes: MT> When I turn PHP on and off I tend to have "OOPS" scenarios, and MT> have to go searching for the previous "?>" or " or ?> Miles -Brian -- Don't try to be like Jacki

Re: [PHP] Apache error after setting path for mysql=

2001-01-10 Thread Brian Clark
ared object "libmysqlclient.so.10" not found Try sticking the path to that library (/usr/local/etc/mysql/lib/mysql) into ld.so.conf and run ldconfig once as root. Then build php with mysql support again and start apache. I find myself saying this a lot , but see if that fixes it. SR>

Re: [PHP] case ?

2001-01-10 Thread Brian Clark
h: JR> require('include.php'); JR> do something JR> break; -Brian -- Everything should be built top-down, except the first time. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] Exponents

2001-01-10 Thread Brian Clark
Hello Ian, (IL == "Ian LeBlanc") [EMAIL PROTECTED] writes: IL> Hey guys this one might be simple for ya.. IL> how do you get a exponent of a verable.. example... http://www.php.net/manual/html/function.pow.html -Brian -- Logic: The systematic method of coming to the wrong

Re: [PHP] include path confusion

2001-01-11 Thread Brian Clark
Hello Randy, (R == "Randy") [EMAIL PROTECTED] writes: R> Thanks for the info Brian. But what about the path you have in the R> include statement? IE: include "../path1/file.php" R> Does it ignore the path? Try the path? Or just append that path to R> the end

Re: [PHP] include path confusion

2001-01-11 Thread Brian Clark
(BC == "Brian Clark") [EMAIL PROTECTED] writes: R>> Thanks for the info Brian. But what about the path you have in the R>> include statement? IE: include "../path1/file.php" R>> Does it ignore the path? Try the path? Or just append that path to R>> t

Re: [PHP] php binary?

2001-01-11 Thread Brian White
wrapper script 2) I was actually doing this from inside Python, which was in turn being run as a CGI. To actually get the PHP to run command line I had to unset a subset of the HTML variables in the system call( which I can't recall off the top of my head ) Regs Brian

<    1   2   3   4   5   6   7   8   9   10   >