[PHP-WIN] Apache 2.0.35 w/PHP

2002-04-20 Thread Michael
I see some infomrmation about configure PHP in Apache 2.0.35: = If you're trying to use Apache 2.0.x and PHP, you'll need to do the following: First, make sure that when you configure PHP you use the --with-apxs2 option, like so: --with-apxs2=/path/to/apach

[PHP-WIN] cookies in windows

2002-06-27 Thread michael
ot on localhost. Thx -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
nd register_blobals is set to On. If I look at the Session part of phpinfo() I see 2 differences between the servers: 1. session.save_path - /tmp and c:\winnt\temp 2. session.use_trans_sid - only on localhost Any other suggestions? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael eri

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
what util? url.exe? where can I find it? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use this (small) util to vie

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
done. Is it .NET Framework you're refering to? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, out

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
Great util! I get Set-Cookie: some cookie when I use the URL where it works, but not on localhost. strange... -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
#x27;ve done worse misstakes than that ;) I haven't solved it yet. I don't know what to do anymore. Someone must know what my problem is... I hope. Thx anyway. I'll let you know if I solve it. -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROT

[PHP-WIN] Unable to see my .php script in IE5

2001-06-26 Thread Michael
Please help I am having some serious problems. I have used a text editor to write the following code and saved it with a .php extension I saved this in the htdocs directory. I then went into my IE5 browser and typed http://localhost/phpinfo.php What I saw was the above code in my browser

Re: [PHP-WIN] Unable to see my .php script in IE5

2001-06-26 Thread Michael
Hi Again I hope that you all realise that I am using Apache 1.3.12 Also I am able to see the Apache start up page when I type htttp://localhost Regards Krysia ""Michael"" <[EMAIL PROTECTED]> wrote in message 9h9g5f$t9f$[EMAIL PROTECTED]">news:9h9g5f$t9f$

Re: [PHP-WIN] Unable to see my .php script in IE5

2001-06-26 Thread Michael
Apache? > B: Where did you store phpinfo.php? > C: You have set "short_open_tag = On" in php.ini? > > /Johan > > Michael wrote: > > > > Please help > > > > I am having some serious problems. I have used a text editor to write the > > following co

Re: [PHP-WIN] Unable to see my .php script in IE5

2001-06-26 Thread Michael
e did you store phpinfo.php? > C: You have set "short_open_tag = On" in php.ini? > > /Johan > > Michael wrote: > > > > Please help > > > > I am having some serious problems. I have used a text editor to write the > > following code and saved it wit

[PHP-WIN] php and Dreamweaver (How To)

2001-07-09 Thread Michael
Hi I have dreamweaver 3 installed and would like to know how I can integrate php code into it and then get to see it running in my browser. If possible I would also like to be able to connect to an already established Microsoft Access database, is this possible. I am very new to php and would b

[PHP-WIN] streams not available

2003-12-01 Thread Michael
e docs suggest that it is tunred on by default. What am I missing here? Thanks, Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP GET VARIABLES

2004-05-27 Thread Michael
I'm working through a tutorial book. They are retrieving variables from a GET parameter by just referencing the variable in the script. example: Where the variable is feed through the get URL: http://localhost/example.php?regionName=Riverland The only problem is that I'm using IIS so it doesn

[PHP-WIN] About the unexpected T_VARIABLE

2004-12-29 Thread michael
Hi; I'm new in php. I has try some sample code in the book But I always get "Parse error: syntax error, unexpected T_VARIABLE in e:\Inetpub\wwwroot\meal.php on line 2" So any suggestion Regards Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

[PHP-WIN] About "\n"

2004-12-29 Thread michael
Hi I'm new in php, I find the "\n" dosen't work in my machine First PHP page The result is First PHP page Hello World! Hello World! any suggestion?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread michael
You could try to generate RTF commands, not sure if that will work though. There should be loads of websites that give you the relevant commands. Rgds, Michael Dirc writes: Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth&quo

[PHP-WIN] Re: Rolling my own PHP Classifieds CMS system..

2005-02-11 Thread michael
rt is the big one, but first pick the technologies and research other site that are already doing this and then try to do it better. Hope this helps a little. Rgds, Michael Jim MacDiarmid writes: Hi everyone, I'm kinda working on a limited budget and wondered if someone could offer

[PHP-WIN] Re: Web based Accounting / COM

2005-04-27 Thread michael
Sounds like your questions need to be directed to the Peachtree support team. COM in terms of technology is a little dated to go learning (unless it is essential), you should probably look to some software that provides Web Service access. Depending on how big their (Peachtree) web interface i

[PHP-WIN] Re: Newcomer

2005-04-28 Thread michael
Jason, I think your last answer is misleading, PHP does not by default produce markup unless you choose to output or produce markup with PHP. You can use PHP to return raw data, manipulate data in a data store etc. etc. without producing any markup at all. Infact it is not good web development

[PHP-WIN] Re: register_globals issue

2005-05-05 Thread michael
It may just be that you need to restart Apache for your changes to take effect. You could alternatively use the ini_set() function in an include file or something to turn it on. Jason Barnett writes: Bill Kirk wrote: I am running php 4.3.10 on a Windows 2003 server with Apache 2. My proble

[PHP-WIN] Re: Secure Login PHP Class

2009-06-06 Thread Michael
th, etc.). You can post the code on php.general etc. to be reviewed / for help. If you're working with a framework, use that framework's. Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] pspell

2002-02-22 Thread Michael Langford
Does anyone know how to configure pspell for Windows? I think I've installed it properly, but the compilation using --with-pspell is obviously a linux command. I'm after either lines to add to php.ini file, or an equivalent windows compilation command. Many thanks for any help Mike Langford

[PHP-WIN] exec error ("A specified logon session does not exist. It may already have been terminated.")

2002-03-11 Thread Michael Hall
I'm trying to use exec (or system) to create NT user accounts on our domain. My plan was to add a user on the command line with the "net user /domain" command. This has to be executed on the PDC (NT 4 service pack 6) rather than on the web server (which is 2000, but I'm not sure that matters)

[PHP-WIN] 405 errors with IIS and default document

2002-03-20 Thread Michael Hall
The setup: Win2K / IIS, PHP 4.1.1 I've got a large intranet site that will soon be using PHP-based password validation. if the login information (cookie data) is not present, the page spits out a quick form, which submits back to $PHP_SELF for validation. Nothing special. IIS has default docume

[PHP-WIN] Something involving php, but not windows.

2002-04-14 Thread Michael Reynolds
I know this is the windows list, but for 1 question, I don't feel the need to subscribe to the other lists. Would anyone be able to tell me how to run a single php script as root, but apache still run as a non-wheel user? Trying to do this on FreeBSD 4.5-STABLE, but it isn't working for me. Nee

[PHP-WIN] php 4.2 and apache 2 ...

2002-04-23 Thread Michael Zeltner
hey! has anyone a working version of httpd.conf and php 4.2 and the php.ini? i've tried to install it a few times... but it didn't work please help! thanks - michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] troublesome exec

2002-05-02 Thread Michael Langford
I'm trying to run a program using exec but no matter what I do I keep receiving a persistent unable to fork error. I currently have: exec("command.exe", $misspells); which gives me an error, so tried exec("cmd /c command.exe", $misspells); and even exec("C:\WINNT\system32\cmd.exe /c command.exe",

[PHP-WIN] zip functions

2002-05-02 Thread Michael Dransfield
Does anyone have a working version of php with zip functions enabled. I do not have a c compiler on windows and i cannot find the php_zip.dll anywhere. Do i just need the dll or do i need it compiled into the binary as well? (i am using a cgi version for php-gtk) Can anyone help? -- PHP Wi

[PHP-WIN] php_mcrypt.dll

2002-05-17 Thread Michael Reynolds
I've attempted to compile the mcrypt module with libmcrypt 2.4.22 and 2.5.0, both failed. Anyone happen to have a copy of the dll which will work on Windows 2000? __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com --

[PHP-WIN] Bits

2002-05-21 Thread Michael Reynolds
Are there any functions or operators, which will modify bits in a variable? If so, which? For example, if I were to use C to set bit 4 on for variable bit_set, I would use 'bit_set |= 4'. __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http:

[PHP-WIN] Re: Executebale code from a databse

2002-05-22 Thread Michael Virnstein
eval ('?>'.$var.' then comes the content of the php script which also can contain html and then we reopen and you say $var = ""; you'll result in ... eval("?> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. > I'm changing my website to one based on My-SQL which will

[PHP-WIN] Re: Passing Variables

2002-05-23 Thread Michael Virnstein
$this usually is a self-reference inside a class. Use it with care! try to "echo $sql;", perhaps this tells you more. Regards Michael "James Opere" <[EMAIL PROTECTED]> schrieb im Newsbeitrag FC788AB9771FD6118E6F0002A5AD7B8F7268AB@ICRAFNTTRAIN">news:FC78

[PHP-WIN] GD & Freetype on W2K/Apache1.3.2/PHP4.2.0

2002-05-28 Thread Michael Davey
Hi there! Sorry if this has been posted a hundred times already - but I am trying to use TrueType fonts with GD. I can create images fine, and have managed to gather from previous postings that there was an error with post-4.0.5 versions of php_gd.dll that cause Freetype to fail, but the install

[PHP-WIN] BTW, does anyone know what has happened to php4win?

2002-05-28 Thread Michael Davey
I can't seem to get to their site at all... Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: GD & Freetype on W2K/Apache1.3.2/PHP4.2.0

2002-05-30 Thread Michael Davey
OK, have found some stuff on the site regarding where the fonts should be located (i.e :/dir/.ttf) and also that I should use a Unix style path, however, this still doesn't work - all I get is empty space where the font should be and a warning that it couldn't find the font... :-(

[PHP-WIN] Re: Somebody please help beginner with variable problem

2002-05-30 Thread Michael Davey
Hmm - I would check your config again as I have just run your code on my server and it works without any problems... regards, Mikey "Sim" <[EMAIL PROTECTED]> wrote in message 01c2081c$ac9b7190$6401a8c0@athlon">news:01c2081c$ac9b7190$6401a8c0@athlon... > Hi, > > Please don't reply with R

Re: [PHP-WIN] Line feeds and WRAP="soft" TEXTAREA element

2002-05-30 Thread Michael Reynolds
--- Matt Babineau <[EMAIL PROTECTED]> wrote: > Is there any way to detect linefeeds and replace them with for > output in html? > $data=explode("\n",$data); foreach ($data as $line) { print($data."\n"); } $data=implode("\n",$data); __ Do You Y

Re: [PHP-WIN] Line feeds and WRAP="soft" TEXTAREA element

2002-05-30 Thread Michael Reynolds
--- Michael Reynolds <[EMAIL PROTECTED]> wrote: > > --- Matt Babineau <[EMAIL PROTECTED]> wrote: > > Is there any way to detect linefeeds and replace them with for > > output in html? > > > > $data=explode("\n",$data); > foreach ($dat

[PHP-WIN] Re: a problem.

2002-06-02 Thread Michael Davey
1.Try to use a more descriptive subject - everyone has problems! We need to know the specific problem you need help with. > It's my second time when I install PHP on Win XP Pro useing IIS WebServices. > The first time > all was Ok. I use the CGI version of PHP (php.exe). So, the problem is th

[PHP-WIN] Re: notice:undefined variable

2002-06-03 Thread Michael Davey
Send your source code! "Marius Venter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed PHP 4.1 on NT 4 with IIS 4. My client getting many of these > error messages when he runs his html form: > > > Notice: Undefined variable: background in > D:\inet

[PHP-WIN] Re: Double quotes question

2002-06-03 Thread Michael Davey
> I did try going else { print "$file />\n"; } but all I get is PHP errors doing this until the double quote > is removed, any help in this would be great. This would work: print ""; and so would: print ""; or even: print << END; But you really should have checked the manual fir

[PHP-WIN] Re: parms are ignored

2002-06-03 Thread Michael Davey
With the URL you have given: > http://myweb/cgi/login.php?login=rene Should have code looking like this... echo"value of var = $login"; Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: notice:undefined variable

2002-06-04 Thread Michael Davey
e you should have gone first. b) This is a mailing list, and as such replies should be made to the list - not to individuals who subscribe the list. c) You still didn't send the source code for the form - I had to go and look for it myself on the net. > Hi Michael, > > Our client us

FW: [PHP-WIN] Error compiling php4ts.dll on Win2000

2002-06-05 Thread Michael Davey
Ooops! > -Original Message- > From: Michael Davey [mailto:[EMAIL PROTECTED]] > Sent: 05 June 2002 18:16 > To: Christian > Subject: RE: [PHP-WIN] Error compiling php4ts.dll on Win2000 > > > Did you compile your own version of resolv.lib from the DNS

[PHP-WIN] Compiling extensions in VC++6

2002-06-05 Thread Michael Davey
I was wondering if anyone here had any experience with building any of the extensions supplied with the PHP source code? I have so far managed to successfully compile both the CGI and Apache module versions of PHP itself, but I am having mixed luck with the extensions. Some I can get libraries f

[PHP-WIN] Extension naming problems...

2002-06-05 Thread Michael Davey
Can anyone tell me exactly which three extensions these are? extension=php_db.dll extension=php_dba.dll extension=php_dbase.dll >From what I can see in the manual, they could all refer to the three same things :-) regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] Re: [PHP] PHP version 4.2 and above

2002-06-06 Thread Michael Davey
If you downloasd the zip rather than the installer, you get all of the extensions bundled with it - as you have already installed PHP, you just have to put the extensions in the correct directory... Mikey "James Opere" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Michael Davey
So why are you asking this question to a PHP list? > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 15:44 > To: [EMAIL PROTECTED] > Cc: Php Win32 list > Subject: RE: [PHP-WIN] How to pass passwd Server <-> Client in a > "secure" way > > >

RE: [PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Michael Davey
I have had to use an Access database once with ODBC and found that it was very picky about the username that you used to login - the only one I found that actually worked was Admin - YMMV... Mikey > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2002

[PHP-WIN] Ming experience anyone?

2002-06-13 Thread Michael Barker
ry to run the ming script (even the ones supplied in the examples zip file) I get some of the contents of the script dumped to the browser and nothing else. Does anyone have experience with ming on win32? If so please lend some advice. Thanks a bunch Michael -- PHP Windows Mailing List (http://w

[PHP-WIN] Intermittent Parse Error

2002-09-09 Thread Michael Baron
I am running Apache 1.3.6 PHP 4.2.2 in Module mode on windows 2000. I just migrated this particular site from Slackware (Same Apache and php). I now get intermittent parse errors in random include files. It is as if during some of my user's requests, either the machine is not fast enough t

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
Rasmus Lerdorf wrote: >>Are you serious about using Apache 1.3.6? Yowser that's old!!! I'd update >>to Apache 2 and PHP 4.2.3 right away! > > > Apache 1.3.x is fine. I'd upgrade to a later version of Apache 1.3 > though. Apache 2 with PHP is not ready yet. > > -Rasmus > I apologize, I mean I

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
> > And why'd you move from slackware? > > -Dash > > When I was a boy I was told that anybody could become President. Now > I'm beginning to believe it. > -- Clarence Darrow > > On Mon, 9 Sep 2002, Michael Baron wrote: > > >

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
86,282 miles per second: > > It isn't just a good idea, it's the law! > > On Tue, 10 Sep 2002, Michael Baron wrote: > > >>I moved from Slack to W2000 because my linux admin team has had a hard >>time maintaining db2 connect which is a core component fo

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
27;s the horsepower in the machine? It seems as if it should be > enough. Is the database running on that machine or a separate one? What > about the disk interface? > > I'm running out of suggestions... > > -Dash > > On Tue, 10 Sep 2002, Michael Baron wrote: >

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
ensation or precipitation ... A > fifth theory is held by idiots, but it is doubtful if they know any > more about the matter than the others. > -- Ambrose Bierce, "The Devil's Dictionary" > > On Tue, 10 Sep 2002, Michael Baron wrote: > > >>

Re: [PHP-WIN] Newbie to the news!

2002-09-12 Thread Michael Baron
I was able to simply add the newsgroup and the first time I went to post a message, because I was not a subsriber, all they did was hold from posting my message until I received and responded to an email. Now I can post and view, but do not receive everything via email. Dash Php wrote: > I see

[PHP-WIN] Re: apache 2 error

2002-09-12 Thread Michael Baron
I had to use the php4apache2.dll instead from the latest CVS version of PHP to get mine to work. Same set up: winXP Apache2 Christian Calloway wrote: > I just downloaded and installed apache 2 on my winxp box (a dev and test > box). When I insert the following line into the config file, the apac

RE: [PHP-WIN] Possible execution time bug?

2002-10-21 Thread Michael Hazelden
Sorry to bother everyone ... turns out the email module I am using had a set_time_limit function in it ...   I feel like a bit of a fool now ...   Michael. -Original Message-From: Michael Hazelden [mailto:[EMAIL PROTECTED]]Sent: 21 October 2002 12:03To: '[EMAIL PROT

[PHP-WIN] COM advice ...

2002-10-24 Thread Michael Hazelden
com object - it will fail. Anyway - it might save someone a bit of time in the future! Cheers, Michael. smime.p7s Description: application/pkcs7-signature

RE: [PHP-WIN] Problem with set_time_limit() and uploading large f iles

2002-10-25 Thread Michael Hazelden
What happens when you execute the site.php seperately? Does it give you a better error as to where in the file the execution fails? Michael. -Original Message- From: derek fong [mailto:php-win@;subtitled.com] Sent: 25 October 2002 15:54 To: Michael Hazelden Cc: [EMAIL PROTECTED] Subject

RE: [PHP-WIN] Problem with php-script, possible a php.ini a fault ....

2002-11-01 Thread Michael Hazelden
Rat Traps? What did you bate them with? I never found anything suitable! -Original Message- From: Asendorf, John [mailto:JAsendorf@;lcounty.com] Sent: 01 November 2002 16:20 To: Svensson, B.A.T. (HKG); Php-Windows (E-mail) Subject: RE: [PHP-WIN] Problem with php-script, possible a php.ini

[PHP-WIN] RE: [PHP] runing com

2002-11-14 Thread Michael Hazelden
Luckily - in my case - the application I interface with has full COM documentation. Sorry I can't be of more assistance. Michael. -Original Message- From: kai [mailto:kai_flash@;hotmail.com] Sent: 14 November 2002 19:05 To: [EMAIL PROTECTED] Subject: Re: [PHP] runing com Hi Michael, than

[PHP-WIN] Printers ...

2002-11-14 Thread Michael Hazelden
ot;,"SetDefaultPrinterA","long") ; $output=SetDefaultPrinterA("testqueue"); This works ... but it's a bit of a long way round ... anyone have a better way? Cheers, Michael. This message has been check

RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
t you off after a 5 minute connection) - but that's my problem and we're dealing with it. Make any sense? Michael. -Original Message- From: Brennan Mann [mailto:brennan@;hire-experience.com] Sent: 15 November 2002 15:58 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Calling exe/c

RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
thentication in there and pass it in the URL ... user:password@myserver etc ... -Original Message- From: Michael Hazelden [mailto:michael.hazelden@;ocado.com] Sent: 15 November 2002 16:02 To: 'Brennan Mann'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Calling exe/cgi Open it using

[PHP-WIN] Getting my IP adress (not 127.0.0.1)

2002-11-25 Thread Michael Delorme
Hi I try to get my local IP adress : "; } ?> However I only get 127.0.0.1 But I want the "public" dynamic adress my ISP gave me, as shown by the ipconfig windows command. Thanks in advance M _____ Michael Delorme 41 bd de Brou 01000 Bourg-

SUM: [PHP-WIN] Getting my IP adress (not 127.0.0.1)

2002-11-25 Thread Michael Delorme
Thanks to Ignatius Reilly, Dash McElroy, John Asendorf I finally used Ignatius trick. Like him, it's used to store my dynamic IP adress on a public server. I use php to periodically send (via FTP) a new page with a like to my home computer... Thanks everyone Michael -- PHP Windows Mailing

RE: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Michael Rudel
Hi Joel, No, I think you don't have to recompile it under Win. You just have to enable the php-ldap extension. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreff

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
Oh, oh, oh =8) I really think they mean a Traffic of 10GB !! Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
IL PROTECTED] > Subject: RE: [PHP-WIN] Bandwidth for webhosts > > > >From: Michael Rudel > >Sent: Thursday, April 26, 2001 2:45 PM > > >Oh, oh, oh =8) > > > >I really think they mean a Traffic of 10GB !! > > Let see. 10Giga Bits... How many Giga Bits

[PHP-WIN] Ming and Windows

2001-04-27 Thread Michael Haggerty
> Anyone on this list tried using Ming to produce swf files? I have been > successful at getting basic shapes to display but am having no luck with > text. Any help would be appreciated, thanks, win98 / Apache / php 4.0.4 > > Mike Haggerty -- PHP Windows Mailing List (http://www.php.net/) To

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Michael Haggerty
riday, April 27, 2001 12:22 PM To: Michael Haggerty; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Ming and Windows i thought they werent avaliable/notworkin on win?! > > Anyone on this list tried using Ming to produce swf files? I have been > > successful at getting basic shapes to display

RE: [PHP-WIN] need your opinion

2001-04-30 Thread Michael Rudel
Hi Afan. U can use the ceil() -function. Look in the manual @section: XXXIII. Mathematical Functions Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz

[PHP-WIN] GD and Fonts

2001-05-02 Thread Michael Haggerty
Hi there, has anyone had any luck getting anti-aliased fonts in GD? I believe there is a way, and that I have seen some examples of really cool looking text, but the binary version distributed for windows has no built in type 1 font support. I would just like to know if this is possible, or if I

RE: [PHP-WIN] Need someone with some experience

2001-05-10 Thread Michael Rudel
ies] with in_array --> highlight it or not. Just my 0.02 Euro. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(

RE: [PHP-WIN] Jump to other url...

2001-05-14 Thread Michael Rudel
@John: No, he wants a redirect. @Germán: Use this one: http://www.php.net";); exit(); ?> Muchos saludos, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz

RE: [PHP-WIN] *.ini

2001-05-15 Thread Michael Rudel
¥es, there is, John. Have a look @ http://phpclasses.upperdesign.com/browse.html/package/204 U have 2 register, but it's 4 free. Very usefull site. Greetinx, Mike Michael Rudel - Web-Development, Systemadministr

RE: [PHP-WIN] Any links to a new CVS of PHP 4.0.6 Win32?

2001-05-15 Thread Michael Rudel
Hi Cameron, http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531

[PHP-WIN] Help with Preg match all (newbie)

2001-05-15 Thread Michael Kelley
the full last name i.e. kelle will return my entry but kelley returns nothing. Anyone out there that can help? I'd greatly appreciate it. Well I'm off to read more documentation and see if I can dig it out. -- Michael Kelley [EMAIL PROTECTED] Programmer/Syst

Re: [PHP-WIN] Help with Preg match all (newbie) I think I got it

2001-05-15 Thread Michael Kelley
nks anyway Michael Kelley wrote: > Hello all, > I'm trying to do a name search from a string containing full names. > the format of the names is "Lastname, FirstName" > the preg expression I'm using is > > preg_match_all( "/\b$searchstr.*.,.*/i",

[PHP-WIN] Adding modules

2001-05-16 Thread Michael Kelley
h PHP & MySQL on W2K professional (just as a development environment) Also does anyone have the links to where I can read about updating my PHP, I'd prefer to bring in the binaries instead of compiling. Thanks for the help MK -- Michael Kelley [EMAIL PROTECTED]

Re: [PHP-WIN] Can everyone help me?, pease...

2001-05-16 Thread Michael Kelley
o hit against my PC) Lets start with that and see where we get to MK Yessbell Carranza wrote: > Thank you for your answer! > > I name my page HelloWorld.php and doesn´t run, How can I see if the PHP is > well installed? Or how is working the PHP? Thank you. > > > > &

Re: [PHP-WIN] extracting email addresses

2001-05-16 Thread Michael Kelley
n and grab partials to get what you want afan wrote: > Hi all, > there is my problem: I have a large text file with a lot of email addresses included >in text. I have to extract just email addresses from a whole text. > What's the way to do that? > > Thanks for any help

Re: [PHP-WIN] it's frustrating

2001-05-17 Thread Michael Kelley
uot;; > > then in the message: > > $message.= "--$boundary\n"; > $message.= "Content-Type: image/gif; name='my_image.gif'\n"; > $message.= "Content-Transfer-Encoding: base64\n"; > $message.= "Content-Disposition: attachment\n\

Re: [PHP-WIN] I need help!!!

2001-05-17 Thread Michael Kelley
ng integer string >>... >> string integer string >> >> where the first string is a link to the corresponding url. >> >> Any help would be welcome at this point. >> Thank you in advance... &

Re: [PHP-WIN] include paths

2001-05-17 Thread Michael Kelley
th it? If anyone has any insight into > the problem it would be much appreciated. > > -Matthew Robey > Maxon Corp. -- Michael Kelley [EMAIL PROTECTED] Programmer/Systems Analyst I New Mexico State University Information and Communication Technologies

Re: [PHP-WIN] Why Blank Screen ?

2001-05-17 Thread Michael Kelley
uble-shoot this problem. > > Thanks a lot. -- Michael Kelley [EMAIL PROTECTED] Programmer/Systems Analyst I New Mexico State University Information and Communication Technologies Work # (505)-646-1374 P.O. Box 30001 MSC: 3AT Las Cruces, NM 88003 -- PHP

RE: [PHP-WIN] extracting email addresses / also NEWBIES please read !!

2001-05-18 Thread Michael Rudel
't have too much time to answer simple or not clearly specified questions. But new- bies get answers, too, if they clearly specified their problem and ask nice. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___

RE: [PHP-WIN] Sockets problems in php

2001-05-18 Thread Michael Rudel
Hola Che, Have you tried "fsockopen" ?? (opens a socket connection). Or if you could make your pearl-"demons" communicate with stdin/stdout you could manage your things with unix-shell commands. Perhaps this helps. Greetinx, Mike Michael Rudel - Web-Development,

RE: [PHP-WIN] UNIX Timestamp

2001-05-18 Thread Michael Rudel
Hi Jarkko, just try it ! ... mktime() is working correctly under NT4 . Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17

[PHP-WIN] Tuttorials on writing COM classes for PHP and locations of existing classes??

2001-05-18 Thread Michael Kelley
also greatly appreciate it. Thanks -- Michael Kelley [EMAIL PROTECTED] Programmer/Systems Analyst I New Mexico State University Information and Communication Technologies Work # (505)-646-1374 P.O. Box 30001 MSC: 3AT Las Cruces, NM 88003 -- PHP Windows Ma

[PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Michael Kelley
quot;"; print ""; print "Please pick an Earn Type "; print ""; while( odbc_fetch_row( $cur )) { $Outer++; for($i=1; $i <= $fields; $i++) { printf("%s", odbc_result( $cur, $i ), odbc_result( $cur, $i ));

Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Michael Kelley
Nope, output is now Key: 0, Value: ACL[] instead of Key: 0, Value: ACL Matt Williams wrote: > Hi Michael > > Try changing this line > > >> printf("%s", > > > To > > printf("%s", > > This should solve your problem > >

Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Michael Kelley
idea .. hold on Michael Kelley wrote: > Nope, output is now > Key: 0, Value: ACL[] > instead of > Key: 0, Value: ACL > > > Matt Williams wrote: > >> Hi Michael >> >> Try changing this line >> >> >>> printf("%s"

[Fwd: Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value]

2001-05-22 Thread Michael Kelley
My idea NO WORK, I tried replacing the value = \"%s\" with versions of value = \"$earnType\"[] value = \"$earnType[]\" value = earnType[] value = $earnType[] Still not what I'm looking for Michael Kelley wrote: > I tried the [] inside & outside the

Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Michael Kelley
Sorry Matt, That returns Key: 0, Value: Array If you don't mind, point out the suspect HTML Matt Williams wrote: > Hi Michael > > Sorry brain fade > > Try changing your selectname to earnType[] > > >> print ""; > > >> print "&qu

Re: [PHP-WIN] Multiple value selection box (mix php/html problem)

2001-05-22 Thread Michael Kelley
s around 45 distinct values. I'm trying to keep scrolling to a minimum (not to mention this is just a proof of concept. > >> That's the next stage >> How should I change this code to have $earnType return multiple values >> I'm guessing this is a mix of t

Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Michael Kelley
name like this > > > document.frmForm.selTest.name = "selTest[]"; > > > It worked for me with multiple check boxes. > > Vasu > > > > > From: Michael Kelley <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] M

  1   2   3   >