Re: [PHP-WIN] MySQL Problem

2005-09-19 Thread Mikey
section of the php.ini file? 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 wit

[PHP-WIN] Re: ezmlm warning

2005-05-31 Thread Mikey
nothing to do with them, but as far as I can work out from the error 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] compiling php on win 2003

2005-05-04 Thread Mikey
. Also you will need to check the your extension_dir directive is pointing to the folder containing php_gettext.dll As for trying 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

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

2005-04-16 Thread Mikey
s really > > important and without the sites online business is > suffering. I do not > > like to go back on Service Packs. So any and all information is > > appreciated. Sincerely. > > > > Kind regard, Liquidfrog Have you checked that all the registry settings t

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

2005-03-16 Thread Mikey
ling it. > > Know what I need 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
ccess your site using http://mymachine 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
: 127.0.0.1 mymachine HTH, 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
> The requested URL > /php_excercises/{/php_excercises/schedule.php} was not found > on this server. Prolly because you are telling PHP to put the braces in for you: > print ' > ------^ HTH, Mikey -- PHP Windows Mailing List (htt

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.

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

2005-01-23 Thread Mikey
ministrator, with wide open shares at your own risk - 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 (

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

2005-01-23 Thread Mikey
shes (much more likely in Win32) 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-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?

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

2005-01-21 Thread Mikey
right version of mySQL & PHP 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] Oracle statement handles... or resources in general

2004-09-23 Thread Mikey
ted, or whether I am just 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] Re: PHP Image creation

2004-09-23 Thread Mikey
No there is no way to inline an image using HTML. The output from phpinfo() shows the following code for the image: This is actually how the PHP Easter egg works too - try appending "?=PHPE9568F34-D428-11d2-A769-00AA001ACF42" to any PHP page. Mikey - Original Message - Fr

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

[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 resul

[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 j

[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?

[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] Strange result returned from Oracle

2004-09-22 Thread Mikey
on;t think this is too much of a problem as I can just check for this string (normal values are integer), but I can find 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

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

2004-09-21 Thread Mikey
But at $495.00 for a server licence (it is now Sun Java System Active Server Pages, btw) it is hardly a solution for a simple include problem. For that money I would rather suggest paying someone to re-write your ASP include as PHP. Mikey - Original Message - From: "Gryffyn, T

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] Re: $_SERVER['ALL_HTTP'] only populated sometimes

2004-09-21 Thread Mikey
quick search in the PHP manual and found no reference to $_SERVER['ALL_HTTP'] whatsoever. I would hazard a guess that the web server you are using determines the availability of server variables - are there any differences between your machines? HTH, Mikey -- PHP Windows Mailing

[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"); // \n

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, r

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

2004-07-30 Thread Mikey
a COM object that simplifies this process (a lot simpler). 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
"; } But surely you could have worked this out for yourself? This is a list 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

Re: [PHP-WIN] Strange Timeout

2004-07-30 Thread Mikey
a clue about > what to do ? > > .odde I seem 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: Compiling php 5.0.0 Errors

2004-07-30 Thread Mikey
d that file anywhere in the php sources. Does anyone have any > ideas because I'm all out? winres.h is a Windows library header and should be in your standard include path unless you have a non-standard installation. I tried a google before replying to your mail, it would have been nice

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

2004-07-14 Thread Mikey
7;t let me 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 unsubscr

[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

Re: [PHP-WIN] MemoryMangement?

2004-07-14 Thread Mikey
How about memory_get_usage() and getrusage()? - Original Message - From: "Paul Menard" <[EMAIL PROTECTED]> Newsgroups: php.windows To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 1:29 AM Subject: [PHP-WIN] MemoryMangement? > Greeting all, > > So I've been looking for some functions

[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 unsubsc

RE: [PHP-WIN] Multiple selection in php

2003-08-20 Thread Mikey
the most eloquent): print ""; for ($i = 0; $i < 10; $i++) { print ""; } This will pre-select the first five entries, but I hope you get the gist... Mikey > -Original Message- > From: Harpreet [mailto:[EMAIL PROTECTED] > Sent: 19 August 2003 22:13 &

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 > Su

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 Apach

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 > > > Hav

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

RE: [PHP-WIN] not able to pass values to OR access global values by the included file

2003-08-09 Thread Mikey
Wouldn't it be easier to do: $action = 1; include ("file.php"); HTH, Mikey -Original Message- From: Krishna Murali-A19032 [mailto:[EMAIL PROTECTED] Sent: 08 August 2003 10:23 To: [EMAIL PROTECTED] Subject: [PHP-WIN] not able to pass values to OR access global values by th

RE: [PHP-WIN] Notice: Undefined variable: link in

2003-08-03 Thread Mikey
Some code would be good... > -Original Message- > From: David Adade [mailto:[EMAIL PROTECTED] > Sent: 03 August 2003 18:16 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Notice: Undefined variable: link in > > > Hi > I am migrating scripts that are currently working on a linux box to a >

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-W

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:[EMAI

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

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 path

RE: [PHP-WIN] Radio Button issues

2003-07-25 Thread Mikey
s changed 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){

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] > Subje

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 rea

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

2003-06-12 Thread Mikey
desktop' in de service 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 200

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] > Su

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 t

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] 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 fo

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)?

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

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

2003-01-16 Thread Mikey
to agree about 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] 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 PRO

RE: [PHP-WIN] PEAR bootstrapper

2003-01-14 Thread Mikey
ome errors in the installed pear.bat, but that's another > issue...) What does BIN_DIR need to point to? regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Installation problems =(

2003-01-14 Thread Mikey
e). > > -Dash According to the Changelog: 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:

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) > > > 0113200

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]] > Se

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

2002-12-26 Thread Mikey
t-up is Apache, PHP and MySQL. > > Could someone tell me how I can 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 prac

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

2002-12-19 Thread Mikey
sure about the API/env variables, but I have the following line in my php.ini 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

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
hould have a few articles to get you started. If however, you do know how to program, then I 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,

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
if anyone can think of an easier way 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] PHP require() circumvents IIS security? Please help.

2002-10-28 Thread Mikey
self in trouble" syndrome. Yes, you 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 eno

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

2002-10-28 Thread Mikey
It's not a bug - just a mis-understanding of what the authentication mechanism is for... The directory security you have set is for users trying to access your files via HTTP (the web), whereas require is a tool for the developer to easily re-use code, accessing the files directly fro

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, v

RE: [PHP-WIN] Re:

2002-10-26 Thread Mikey
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: > > No, see <a href="http://uk.php.net/manual/en/langua

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

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

2002-10-18 Thread Mikey
return_value, you will > get a warning if you do not efree it. > > -Rasmus OK, thanks for clearing this up for me guys :-) I reckon I might have to check this O'Reilly book out though... regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-18 Thread Mikey
t, newlen, 0); } As you can see, result is emalloc()'d, but not efree()'d 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 Wind

[PHP-WIN] Question about emalloc

2002-10-16 Thread Mikey
orry about 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.

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] > Su

RE: [PHP-WIN] Win nt logon user how to ?

2002-10-11 Thread Mikey
How about NT_AUTH_USER? 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." > -Original Message- > From: Daniel Masson [mailto:[EMAIL PROTECTED]] > Sent: 11 Octo

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

2002-10-10 Thread Mikey
Also - do you have track_vars set to on? Please let me know how you get on, as I am about to try using this myself in a bit. 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 lif

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 ? >

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:

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 Oc

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:

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

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

2002-08-03 Thread Mikey
Errr... print.php?page=member&id= > -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: > > onClick="MM_openBrWindow('print.php?page=member&id=140',

RE: [PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread Mikey
Run phpinfo(); on your server and who the webserver is being run as should appear in your environment somewhere (don't recall the name). HTH, Mikey > -Original Message- > From: Matt Babineau [mailto:[EMAIL PROTECTED]] > Sent: 02 August 2002 14:38 > To: [EMAIL PROTECTED

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&

RE: [PHP-WIN] GD extension fix

2002-07-31 Thread Mikey
And the million$ question is... can you get true type fonts to work? I have tried absolute paths, putting the fonts in a font directory in the same drive as my system, same drive as the web root and all to no avail. Help? > -Original Message- > From: Kit Kerbel [mailto:[EMAIL PROTECTED]

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

2002-07-31 Thread Mikey
gt; I fixed it. Seems the new zip 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... > > &

RE: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
u know 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: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
de in your 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

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 Linu

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

2002-07-29 Thread Mikey
had any luck with using any TTF functions. HTH, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-07-16 Thread Mikey
es that operator do? > > Matt Babineau > MCWD / CCFD > - > e: [EMAIL PROTECTED] > p: 603.943.4237 > w: http://www.criticalcode.com > PO BOX 601 > Manchester, NH 03105 > > > -Original Message- > From: Mikey [ma

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(), pas

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] > Su

RE: [PHP-WIN] Available PHP Whitepapers

2002-07-12 Thread Mikey
. However, anyone that has worked 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 Ma

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

2002-07-09 Thread Mikey
bzwrite ($bz, $data); bzclose ($bz); doh! Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-07-09 Thread Mikey
d yet the script fails withthe 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

[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

  1   2   >