Re: [PHP-WIN] MySQL Problem

2005-09-19 Thread Mikey
of the php.ini file? Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: ezmlm warning

2005-05-31 Thread Mikey
message this is my ISP's mail server bouncing messages from the list - is this right? TIA, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: ezmlm warning

2005-05-31 Thread Mikey
Rasmus Lerdorf wrote: Mikey wrote: [EMAIL PROTECTED]: 216.92.131.4 failed after I sent the message. Remote host said: 550 Apparent off-topic email rejected. I keep getting these emails, and after a few exhanges with my ISP they are trying to say that it is nothing to do with them

RE: [PHP-WIN] compiling php on win 2003

2005-05-04 Thread Mikey
to compile PHP on Win32 with various extenions enabled? Well, my advice to a moron would be stick to the binaries - you really shouldn't need to open up that can of worms just yet ;o) HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Windows 2003 SP1 / PHP 5.03

2005-04-16 Thread Mikey
regard, Liquidfrog Have you checked that all the registry settings that you had before your SP upgrade are still there? I don't really have a grasp of how SP upgrades work, but it might be a good sanity check... HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP-WIN] Call to undefined function checkdnsrr()

2005-03-16 Thread Mikey
to do here? Thx, v In the first instance you should contact the author of your application for support as it is not the job of this list... Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Cookie Problems on Localhost

2005-02-23 Thread Mikey
HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Cookie Problems on Localhost

2005-02-23 Thread Mikey
://mymachine Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] getting error after filling out form

2005-02-12 Thread Mikey
'] . '} --^ HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] $_SESSION

2005-02-07 Thread Mikey
Is there anyway to spoof the $_SESSION array? Well, depending on your server setup then possibly yes, but generally no. Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Frustrating File Upload Error

2005-02-02 Thread Mikey
if($_FILES) { if(isset($_FILES['file_upload']) $_FILES['file_upload']['name'] !=) { .. Any ideas or suggestions? Thanks, Ron Have you tried: If (isset ($_FILES)) Is only a guess though. HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-23 Thread Mikey
) then the person attacking will have full access to everything on your machine. Do you really need me to tell you that this is a *bad idea*? Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-23 Thread Mikey
- your system registry is a file, your passwords are stored in a file, your system is on that HD - do you really want to risk some 14yo script kiddie smashing your machine just cos you left the doors wide open? Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-22 Thread Mikey
time and time again. Mikey -Original Message- From: DvDmanDT [mailto:[EMAIL PROTECTED] Sent: 22 January 2005 14:24 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] sharing files over network with XP Home and PHP? Ok.. Errm.. And how is that done on XP home? Or is that impossible

RE: [PHP-WIN] mysql 4.1 php 5.0.52 apache 2 mysql_connect()

2005-01-21 Thread Mikey
then you should lookup how to get this working in the manual... HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Strange result returned from Oracle

2004-09-23 Thread Mikey
Thanks! I am still puzzled as to why it should return that value though :-/ Mikey - Original Message - From: Francesco [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 2:17 PM Subject: Re: Strange result returned from Oracle Mikey

[PHP-WIN] Re: Date Formatting

2004-09-23 Thread Mikey
Have you looked at the strtotime() function? Off the top of my head, it should look a bit like this: $out = date (m/d/Y, strtotime (Sep 12 2004 2:16AM)); HTH, Mikey - Original Message - From: Ron Herhuth [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Wednesday

[PHP-WIN] Re: PHP Image creation

2004-09-23 Thread Mikey
-00AA001ACF42 to any PHP page. Mikey - Original Message - From: Riaan Stander [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:45 PM Subject: PHP Image creation Hi I'm using the GD library to create images from data in a database

[PHP-WIN] Oracle statement handles... or resources in general

2004-09-23 Thread Mikey
piling up loads of cursors on the database? Mikey --- Developer - Radius Design Ltd. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Strange result returned from Oracle

2004-09-22 Thread Mikey
no reference to this behaviour in the docs and would like to know what is causing this return value. Any ideas? Mikey --- Developer - Radius Design Ltd. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Strange result returned from Oracle

2004-09-22 Thread Mikey
Hmmm, I just tried testing for the SYSTEM string and it still falls through to the else branch - any help would be extremely grateful now :-) Mikey --- Developer - Radius Design Ltd. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Installation Woes.

2004-09-22 Thread Mikey
[snip] I appended the following lines to httpd.conf ScriptAlias /php4/ E:/Programs/PHP4.3.8/ AddType application/x-httpd-php4 .php4 .phtml .php Action application/x-httpd-php4 php.exe Shouldn't this line have the full path to php.exe? Only a guess...HTH Mikey -- PHP Windows Mailing

[PHP-WIN] Re: Strange result returned from Oracle

2004-09-22 Thread Mikey
Ooops! Ignore this post, but not the first... - Original Message - From: Mikey [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 1:44 PM Subject: Re: Strange result returned from Oracle Hmmm, I just tried testing for the SYSTEM string

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-21 Thread Mikey
virtual is an Apache specific function, and AFAIK they haven't put ASP support into Apache yet. Let's hope they never do ;-) - Original Message - From: Dvdmandt [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 9:51 PM Subject: Re:

[PHP-WIN] Setting redirect after HTTP upload

2004-08-04 Thread Mikey
Hi NG, Was wondering if anyone knew how why my code would fail to re-direct to another page and whether this may be related to the fact that I have done an HTTP upload? On several pages, I perform a dB update and then re-direct to another page using: header (Location: /some_url.php\n\n); //

[PHP-WIN] Re: Compiling php 5.0.0 Errors

2004-07-30 Thread Mikey
installation. I tried a google before replying to your mail, it would have been nice if you had tried to do the same: http://www.realityfactory.ca/docs/g3d/programmersreference/Winres_8h-source.html Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-WIN] Strange Timeout

2004-07-30 Thread Mikey
to remember that if you are sending a Location: header then you need to put \n\n at the end of the header - I could be wrong, I could be right... Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Splitting results

2004-07-30 Thread Mikey
for people with problems coding in PHP *other than* not being bothered to write code for themselves. Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Run system command from PHP

2004-07-30 Thread Mikey
this process (a lot simpler). Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Splitting results

2004-07-30 Thread Mikey
- Original Message - From: Schalk Neethling [EMAIL PROTECTED] To: Mikey [EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:21 PM Subject: Re: [PHP-WIN] Re: Splitting results So this list is also not for people new to PHP right? First of all, reply to the list and not to my work email

[PHP-WIN] Re: Oracle 10g on Win2k

2004-07-14 Thread Mikey
Have you tried OCIPLogon()? - Original Message - From: Mikey [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 11:30 PM Subject: Oracle 10g on Win2k Does anybody here have experience of getting Oracle 10g set-up with PHP4? I have

[PHP-WIN] Oooer, namesake! - Was Oracle 10g on W2K

2004-07-14 Thread Mikey
have to work on another Oracle project :-) Mikey P.S. Are you really another Mikey or just taking the p!ss? -- Recruitment consultants are like morning dew - soggy and wet in the morning and non-existent by the afternoon. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] Oracle 10g on Win2k

2004-07-13 Thread Mikey
with this as I usually go for mySQL, and all my experience of Oracle so far is making me miss mySQL more. regards, Mikey -- Recruitment consultants are like morning dew - soggy and wet in the morning and non-existent by the afternoon. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP-WIN] Multiple selection in php

2003-08-20 Thread Mikey
the most eloquent): print select name='test_select' multiple; for ($i = 0; $i 10; $i++) { print option value='$i'; if ($i 5) print selected; print ; } This will pre-select the first five entries, but I hope you get the gist... Mikey -Original Message- From

RE: [PHP-WIN] Looking for Debugger program.

2003-08-15 Thread Mikey
http://www.zend.com Not only for debugging, but a complete IDE - I received a mail that a new beta was out for test too... HTH, Mikey -Original Message- From: Alejandro C. Garrammone [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 15:41 To: PHP Mailing List Subject: [PHP-WIN

RE: [PHP-WIN] using PHP to find out windows user name?

2003-08-14 Thread Mikey
If you are running from IIS, you can switch off anonymous access (found in Directory Security) and then access $_SERVER['AUTH_USER']. If you are using Apache, I wouldn't have a clue... HTH, Mikey -Original Message- From: Chen, Mao [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 23:25

FW: [PHP-WIN] Apache web server problem

2003-08-14 Thread Mikey
In addition to below, have you moved php4ts.dll to your windows system directory? -Original Message- From: Mikey [mailto:[EMAIL PROTECTED] Sent: 11 August 2003 13:46 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Apache web server problem Have you added: AddType application/x

RE: [PHP-WIN] Apache web server problem

2003-08-14 Thread Mikey
Have you added: AddType application/x-httpd-php .php to your httpd.conf? You will need to restart Apache after doing this for it to take effect. HTH, Mikey = Original Message From Ashish Borkar [EMAIL PROTECTED] = Hello , I have installed Apache web server and PHP on a AIX

RE: [PHP-WIN] PHP Script for Mysql

2003-08-01 Thread Mikey
All you need to do is insert the user into the user table in your main mysql database. Then, if you want to add them to your database, insert another line into the db table. The column names are fairly descriptive, so I won't go into any detail here... HTH, Mikey -Original Message

RE: [PHP-WIN] I Need Some Help please

2003-08-01 Thread Mikey
It's not really a PHP solution, but if you add LIMIT off, rows (where off is the offset from the start (0) and rows is the number of rows you want returned) to your query, that should do what you require. HTH, Mikey -Original Message- From: Dean Hayes [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-WIN] I Need Some Help please

2003-08-01 Thread Mikey
SELECT * FROM test_table LIMIT 4, 4 ^^ Will bring back the next for rows, and so on... HTH, Mikey -Original Message- From: Dean Hayes [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 12:51 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] I Need Some Help

RE: [PHP-WIN] Radio Button issues

2003-07-25 Thread Mikey
Then this should be written upon submission of your form, not when you are sending the form to the client. May I recommend that you try reading the manual section dealing with forms before continuing? http://www.php.net/manual/en/tutorial.forms.php HTH, Mikey if ($app_Security){ echo 'Yes','input

RE: [PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Mikey
You could try using forward slashes - they are functionally equivalent from a PHP point of view... Mikey -Original Message- From: Jon Phipps [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 19:13 To: [EMAIL PROTECTED] Subject: [PHP-WIN] $_POST issues with file paths Here is my

RE: [PHP-WIN] Re: php-cli redirect

2003-07-24 Thread Mikey
Have you tried using the 'at' command? It is a bit like cron on *nix and may support redirection, unlike the Task Scheduler HTH, Mikey -Original Message- From: Comex [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 12:32 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: php-cli redirect

RE: [PHP-WIN] Re: Can't get exec() to work

2003-06-12 Thread Mikey
properties of Apache. (See your Windows services) CAUTION: This can lead to security problems if your setting up a publicly available webserver! HTH, Mikey -Original Message- From: Marcus Haase [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 12:21 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re

RE: [PHP-WIN] problem with readfile

2003-06-12 Thread Mikey
You need to make sure that the user your web-server is running as has the correct permissions. HTH, Mikey -Original Message- From: Bill Branislav [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 12:37 To: [EMAIL PROTECTED] Subject: [PHP-WIN] problem with readfile (my english

RE: [PHP-WIN] Report Generator for PHP

2003-06-05 Thread Mikey
If I recall correctly, Crystal Reports are a series of COM objects, and if that is the case then you could carry on using that... HTH, Mikey -Original Message- From: irwan nurwandi [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 11:12 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Report

RE: [PHP-WIN] how to make php4ts.dll act as a module of vb6 program?

2003-02-07 Thread Mikey
but i need to know the functions of php4ts.dll Use the source, Luke! Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Mikey
I haven't tried it, but can't you call it with the parent::superclassConstructor()? HTH, Mikey -Original Message- From: Leonardo Javier Belén [mailto:[EMAIL PROTECTED]] Sent: 07 February 2003 20:02 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Newbie: How to initialize a superclass

RE: [PHP-WIN] Who is foo what is bar?

2003-01-21 Thread Mikey
Just my opinion, but I think it comes from the acronym FUBAR - f@cked up beyond all recognition... Mikey -Original Message- From: Uttam [mailto:[EMAIL PROTECTED]] Sent: 21 January 2003 13:29 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Who is foo what is bar

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Mikey
vi on *nix machines although I think you need to be a true masochist to use Notepad :-) regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Mikey
Have either of you tried using GD v2 (php_gdf2.dll)? regards, Mikey -Original Message- From: Pat Johnston [mailto:[EMAIL PROTECTED]] Sent: 17 January 2003 00:06 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Image Creation Error Hi Ed I have a similar probelm with resizing

RE: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Mikey
Oops - that should be php_gd2.dll -Original Message- From: Mikey [mailto:[EMAIL PROTECTED]] Sent: 17 January 2003 00:11 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Image Creation Error Have either of you tried using GD v2 (php_gdf2.dll)? regards, Mikey

RE: [PHP-WIN] Reading in text file characters

2003-01-15 Thread Mikey
You could try using the substr() function, it will take any number of chars from any place in a string. However, I think you could have found this had you been bothered to look in the manual first... HTH, Mikey -Original Message- From: Nichols, Mark A. [mailto:[EMAIL PROTECTED

RE: [PHP-WIN] Installation problems =(

2003-01-14 Thread Mikey
: ZLIB extension is now built-in in the Windows distribution. External extension (php_zlib.dll) has been removed. (Edin) So all you need to do is comment out the zlib extension line in your php.ini file. HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP-WIN] initialize variables (was: Using the GET Method)

2003-01-13 Thread Mikey
The variable is $_POST - PHP is case sensitive... Mikey -Original Message- From: Wade [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 16:31 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] initialize variables (was: Using the GET Method) 01132003 0826 CST Ok. This code is right

RE: [PHP-WIN] New to PHP

2003-01-06 Thread Mikey
Have you set register_globals=On in your php.ini file? This is disabled by default as it poses a security risk... in your case it would be better to access your variable as $_GET['Action'] HTH, Mikey -Original Message- From: Palli [mailto:[EMAIL PROTECTED]] Sent: 06 January 2003 20

RE: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-26 Thread Mikey
stop this from happening. Thanks David This is normal browser behaviour for the reasons stated and afaik cannot be circumvented. regards, Mikey - In theory, theory and practice should be the same, in practice it isn't. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP-WIN] Yet another session.save_path issue

2002-12-19 Thread Mikey
and it works fine - the only difference from yours is that I use the forward slash... session.save_path = d:/temp HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] C++ dll files

2002-11-26 Thread Mikey
regsrvr32.exe should register it for you. HTH, Mikey -Original Message- From: Brennan Mann [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 22:04 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] C++ dll files I got my DLL all set. I am just having problems with windows. I can't get

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
to accomplish what i've outlined i'm definitely open to suggestions ... :) At the risk of sounding trite, have you tried the manual? regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
really don't see why you can't find the relevant sections in the manual... regards, Mikey If you give someone a program, you will frustrate them for a day. If you teach them how to program, you will frustrate them for a lifetime. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP-WIN] Has anyone got PHP working with IIS5

2002-10-28 Thread Mikey
Yes. RTM. -Original Message- From: Neil [mailto:nlaker;jbennett.co.uk] Sent: 28 October 2002 11:26 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Has anyone got PHP working with IIS5 on win2k? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-WIN] PHP require() circumvents IIS security? Please help.

2002-10-28 Thread Mikey
files via HTTP (the web), whereas require is a tool for the developer to easily re-use code, accessing the files directly from disk rather than via HTTP. HTH, Mikey -- Insert stream of consciousness here! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-WIN] PHP require() circumvents IIS security? Please help.

2002-10-28 Thread Mikey
can - although the files will be accessed as the user that the web-server runs as (IUSR_MACHINENAME by default with IIS) and will be restricted by whatever security policies that are in effect for it. regards, Mikey Stone circles were common enough... Druids built them as weather computers

RE: [PHP-WIN] Re: Script language=php???

2002-10-26 Thread Mikey
to hobble yourself in such a manner ;-) regards, Mikey -Original Message- From: news [mailto:news;main.gmane.org]On Behalf Of George William Smith Sent: 26 October 2002 18:42 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Script language=php??? No, see http://uk.php.net/manual/en

RE: [PHP-WIN] this one's got me stumped...

2002-10-23 Thread Mikey
If you are trying to upload multiple files, why don't you get the user to send them via e-mail and have a scheduled script ('at' command) process the mailbox that receives the files? Sorry for not showing any examples, I haven't really got the time... regards, Mikey -- Insert stream

RE: [PHP-WIN] Re: Question about emalloc

2002-10-18 Thread Mikey
at the end - looks like the docs are right. I have since tried using this approach in a test function and do not get any errors when I compile - what do you use for your build? regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Ned help please

2002-10-16 Thread Mikey
Have you added the following to your httpd.conf? LoadModule php4_module d:/php/sapi/php4apache.dll AddType application/x-httpd-php .php HTH, Mikey -Original Message- From: Javier [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 05:57 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Ned

[PHP-WIN] Question about emalloc

2002-10-16 Thread Mikey
efree()'ing it at the end? Also, if it is local to the process, how can it be used to pass values out of a function? regards, Mikey If you give someone a program, you will frustrate them for a day. If you teach them how to program, you will frustrate them for a lifetime. -- PHP Windows Mailing

RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread Mikey
Try using the $_FILES array... regards, Mikey -- Insert stream of consciousness here -Original Message- From: toby z [mailto:[EMAIL PROTECTED]] Sent: 10 October 2002 11:15 To: php hlp list Subject: [PHP-WIN] uploading filez with $HTTP_POST_FILES ? ok now i know i ve

RE: [PHP-WIN] verisign payflow pro

2002-10-09 Thread Mikey
To quote from the manual (which is where you should have started): You will require the appropriate SDK for your platform, which may be downloaded from within the manager interface once you have registered. Mikey -Original Message- From: Blue Presley [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP-WIN] postmaster@bol.net.in

2002-10-08 Thread Mikey
Just one of those things you'll have to live with I'm afraid - I have tried mailing the postmaster as I am sure others have but have as yet received no reply :( regards, Mikey +AD4- -Original Message- +AD4- From: Nino V +AFs-mailto:nino+AEA-vessella.it+AF0- +AD4- Sent: 08 October 2002

RE: [PHP-WIN] hot spots ( new windows) ?????

2002-09-28 Thread Mikey
Surely pop-up windows are the province of dHTML gurus not PHP gurus? Try having a look at http://www.dhtmlcentral.com and look for scripts that create pop-up layers there... regards, Mikey P.S. Is there something wrong with your keyboard?!?! ;-) -Original Message- From: toby z

RE: [PHP-WIN] resolution?

2002-08-20 Thread Mikey
Use JavaScript to find out client side information... -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 18:00 To: [EMAIL PROTECTED] Subject: [PHP-WIN] resolution? Hi, how an I find resolution on visitors monitor? I need, according his

RE: [PHP-WIN] pass var from JS to php

2002-08-03 Thread Mikey
Errr... print.php?page=memberid=? echo $LINKID; ? -Original Message- From: Kit Kerbel [mailto:[EMAIL PROTECTED]] Sent: 03 August 2002 04:40 To: [EMAIL PROTECTED] Subject: [PHP-WIN] pass var from JS to php With this statement: a href=#

RE: [PHP-WIN] File uploading yet again

2002-08-02 Thread Mikey
After looking at your example, do you have register_globals set to 'On' in your php.ini file? If not that you will need to use the new superglobal arrays to access your variable. I am not sure how it would uploaded file, but it should be something like $_POST['data_blob']. HTH, Mikey

RE: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
pages that updates the expiry date of the cookie every time they visit a page and set the expiry for some very distant date in the future. (Not too sure how far into the future you can go - this would be up to you to experiment with.) HTH, Mikey -Original Message- From: George Nicolae

RE: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
the limit in seconds is then? As I said, you'll have to shake the tree and see what falls out yourself ;-) Cheers NP, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: FW: [PHP-WIN] Does the GD extension work with windows?

2002-07-31 Thread Mikey
package makes its own php4.2.2 directory which I did not notice earier. So my ini file was still pointing at the old dll. Thanks -- On Wed, 31 Jul 2002 18:45:02 Mikey wrote: I posted this to the list two days ago... I haven't replied to the list to avoid getting flamed for repeating myself

RE: [PHP-WIN] WIN2K Linux Dual Boot Question

2002-07-30 Thread Mikey
Yup - HOWTO's for Linux can be found at http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html HTH, Mikey -Original Message- From: Sean M. Mayhew [mailto:[EMAIL PROTECTED]] Sent: 31 July 2002 03:23 To: [EMAIL PROTECTED] Subject: [PHP-WIN] WIN2K Linux Dual Boot Question Anybody

RE: [PHP-WIN] Does the GD extension work with windows?

2002-07-29 Thread Mikey
extension dir to the correct place (d:\php\extensions for my machine) and add the following line to your php.ini and restart your web server... extension=php_gd2.dll I find that *most* of the image functions work, although I have never had any luck with using any TTF functions. HTH, Mikey -- PHP

RE: [PHP-WIN] PHP debugger

2002-07-16 Thread Mikey
Zend Studio allows for debugging, but AFAIKis a standalone tool and won't integrate with other dev environments... http://www.zend.com Mikey -Original Message- From: Jan Haneie [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 23:14 To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP debugger

RE: [PHP-WIN] exec(), passthru()

2002-07-16 Thread Mikey
How about: passthru (command1 command2); or passthru (command1 | command2); HTH Mikey -Original Message- From: Matt Babineau [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 16:26 To: [EMAIL PROTECTED] Subject: [PHP-WIN] exec(), passthru() I am trying to run one command

RE: [PHP-WIN] exec(), passthru()

2002-07-16 Thread Mikey
- e: [EMAIL PROTECTED] p: 603.943.4237 w: http://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Mikey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:41 AM To: Matt Babineau; [EMAIL PROTECTED] Subject: RE: [PHP

RE: [PHP-WIN] Available PHP Whitepapers

2002-07-12 Thread Mikey
for a large company who pays for this someone to call facility will tell you that it isn't actally that good - not when you need it to be... I have found these ng's to be a much better source of help. Just my 2c worth. Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] Request for ideas...

2002-07-09 Thread Mikey
Does anyone on this list know how to send a file automatically to a site user after viewing an HTML page, such as is done at download.com? I can re-direct to the file using an HTTP directive in the page but was wondering if there was anyway to do this within one page? regards, Mikey -- PHP

[PHP-WIN] More bzip woes! No file written...

2002-07-09 Thread Mikey
following error: Warning: bzopen(): Unable to open file in e:\apache\splatted.net\download_basket.php on line 53 Has anyone here got any ideas? regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] More bzip woes! No file written...

2002-07-09 Thread Mikey
! Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-06-26 Thread Mikey
OK, as I said - I have already read this - if you can find where it shows how to create an *archive* within this compressed file, please let me know... Mikey -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 23:24 To: '[EMAIL PROTECTED]'; '[EMAIL

[PHP-WIN] Using Bzip2 to create an archive...

2002-06-24 Thread Mikey
Hi there! I was wondering if anyone here had used the bzip functions to create an archive? The documentation shows only how to compress strings, yet I want to create an archive similar to the HTML documentation available from php.net TIA, mikey -- PHP Windows Mailing List (http

FW: [PHP-WIN] Using Bzip2 to create an archive...

2002-06-24 Thread Mikey
Also - is anyone else getting this mail sent to them when they try to post to the list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 18:39 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Using Bzip2 to create an archive... Mail not

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

2002-06-24 Thread Mikey
Can you send a copy of the HTML form that posts to your function? -Original Message- From: Brian Graham [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 08:27 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Get/Post and Security Issues Apache 1.3.26 PHP 4.2.1 When I enter username and

[PHP-WIN] MIME type for an .exe file?

2002-06-23 Thread Mikey
Hi there! Was just wondering if anyone knew what mime type I should use when sending a .exe file to a user? I have looked through the list and the closest (I think) I can find is application/octet-stream - is this right, or is there an better type I can't see on the list? regards, Mikey

RE: [PHP-WIN] MIME type for an .exe file?

2002-06-23 Thread Mikey
file, the application name has a [1] put in the middle of it - e.g. filename is DelayCalculator-v1.0.exe, results in DelayCalculator-v.1[1].0.exe. I am running on PHP4.2.1 on Apache 1.3.24 and browsing the page with IE6 regards, Mikey -Original Message- From: Mikey [mailto:[EMAIL

RE: [PHP-WIN] LDAP...

2002-06-18 Thread Mikey
You don't have to move this dll to your system dir, only to the extensions dir - have you restarted your web server? -Original Message- From: Eduards Cauna [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 12:17 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] LDAP... At 11:45

RE: [PHP-WIN] COM Objects anyone?

2001-03-12 Thread Mikey
This URL give you a list of all Excel methods properties, if you show the Table of Contents, it gives you listings for all of the Office apps: http://msdn.microsoft.com/library/officedev/off2000/xltocobjectmodelapplication.htm Mikey = Original Message From "MD" [EMAIL

[PHP-WIN] PHP - ASP conversion...

2001-03-02 Thread Mikey
to translate PHP code into ASP? Having thought about it, I am sure that it is a bit of an impossibility, given the nature of ASP vs. PHP - but you never know :-) regards, Mikey --- InterMutual Healthcare from Totalise. Peace of mind at an affordable price. Visit http