[PHP-WIN] Re: Notice: Undefined variable:

2002-10-24 Thread Hornig at NOSPAM artshock2d dot de
"Richard West" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:20021025015917.6473.qmail@;pb1.pair.com... > Hey, I just installed apache and php on my desktop and everything was > working great. I went to go make a form and I am getting these errors > everytime I try to access one of the variables

[PHP-WIN] Problem with set_time_limit() and uploading large files

2002-10-24 Thread derek fong
Hi, I am having a major problem getting set_time_limit() to work at all with PHP 4.2.3 running as a CGI program under IIS. I have a script that accepts large files for upload, with the following lines at the top of the script: // let this script take as long as it needs to complete its work

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

2002-10-24 Thread Thoenen, Peter Mr. EPS
RTFM would fix this in 2 minutes but trying to avoid work. First off, make that ... is not a block element and you can't place 's in it ... eg ... you can but its a) illegal b) bad form. But I digress. All your form variables are in the enviromental arrays $_POST and $_GET try -Pet

php-windows Digest 25 Oct 2002 02:14:22 -0000 Issue 1405

2002-10-24 Thread php-windows-digest-help
php-windows Digest 25 Oct 2002 02:14:22 - Issue 1405 Topics (messages 16526 through 16541): Date validation 16526 by: John Meyer 16527 by: Asendorf, John 16528 by: Asendorf, John Re: Print data 16529 by: José Moreira Re: Mixing include path styles. How do I

[PHP-WIN] Notice: Undefined variable:

2002-10-24 Thread Richard West
Hey, I just installed apache and php on my desktop and everything was working great. I went to go make a form and I am getting these errors everytime I try to access one of the variables in the form Notice: Undefined variable: guest_name in C:\www\book_add.php on line 18 anyone got an idea why i

[PHP-WIN] Re: spam protection boxes

2002-10-24 Thread Hornig at NOSPAM artshock2d dot de
"Blue Presley" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:5.1.1.6.0.20021024202123.00b224c0@;pop-server.carolina.rr.com... > Yahoo and a couple other companies use boxes to help block spam. before > posting an ad on their classifieds, you see a box with word in it.. it's a > graphic. and yo

Re: [PHP-WIN] text file parsing

2002-10-24 Thread Luis Ferro
Bryan Luisana wrote: Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as html. As of now I can open the file read characters into a buffer and then ou

[PHP-WIN] text file parsing

2002-10-24 Thread Bryan Luisana
Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as html. As of now I can open the file read characters into a buffer and then output them as html. My

[PHP-WIN] spam protection boxes

2002-10-24 Thread Blue Presley
Yahoo and a couple other companies use boxes to help block spam. before posting an ad on their classifieds, you see a box with word in it.. it's a graphic. and you have to type the letters or words from the box into a text box to proceed, and that ensures that a real person is at the keyboar

[PHP-WIN] google API via nuSoap

2002-10-24 Thread brendan
Hello all, Running PHP on IIS WIN2k. Have a strange situation which is confusing the heck out of me. I read a very interesting article about accessing the Google API via NuSoap http://www.devshed.com/Server_Side/PHP/GoogleAPI/page1.html . Looked simple enough, a bit of cut and paste .. at m

[PHP-WIN] enable_dl don't work with apache?

2002-10-24 Thread Hornig at NOSPAM artshock2d dot de
hi ng i've tried to enable the dl() function in php but it doesn't work! :( i set enable_dl = on in the php.ini but phpinfo() always telling me, this feature is disabled. if i try running a script using the dl() function i get: "Fatal error: dl() is not supported in multithreaded Web servers - u

[PHP-WIN] Re: picking files (server side) - need help please

2002-10-24 Thread David Elliott
Dear Aidal On 23 October 2002 at 08:41:52 +0200 (which was 07:41 where I live) Aidal might have written > By the way, couldn't you see my examples Yeeesss > or whats with the < ... > ? Cutting out what is not needed unlike your reply. Aggh hate top quoting as produced by M$ OE/OL -- Best re

[PHP-WIN] enable_dl don't work with apache?

2002-10-24 Thread Hornig at NOSPAM artshock2d dot de
hi ng i've tried to enable the dl() function in php but it doesn't work! :( i set enable_dl = on in the php.ini but phpinfo() always telling me, this feature is disabled. if i try running a script using the dl() function i get: "Fatal error: dl() is not supported in multithreaded Web servers - u

[PHP-WIN] COM advice ...

2002-10-24 Thread Michael Hazelden
Hi there, I thought I'd just drop a note with some advice that might be of use to you all. I am running some command line scripts which activate Cognos Impromptu via the COM interface. We are activating these scripts via scheduled tasks on a Windows 2000 server. We found that the COM interf

RE: [PHP-WIN] Re: Print data

2002-10-24 Thread José Moreira
How is it possible to create web services in Windows NT4 using open source ;) ? perhaps i could create a web service to print PDF files and output my what-to-print to it in that format ... perhaps : network/atatchedprinters <- PDF <- serv

RE: [PHP-WIN] Date validation

2002-10-24 Thread Asendorf, John
Actually... you can't use explodo... but you could use explode... - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit >

RE: [PHP-WIN] Date validation

2002-10-24 Thread Asendorf, John
Actually, you could use explodo or split and reorder the pieces: from the docs: $date = "04/30/1973"; // Delimiters may be slash, dot, or hyphen list ($month, $day, $year) = split ('[/.-]', $date); echo "Month: $month; Day: $day; Year: $year\n"; - John Asendorf - [EMAIL PR

[PHP-WIN] Date validation

2002-10-24 Thread John Meyer
I have a date coming in in the format (mm/dd/) that I need to insert into a date column. How do I modify this using regexps so that it will fit in. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 24 Oct 2002 14:14:04 -0000 Issue 1404

2002-10-24 Thread php-windows-digest-help
php-windows Digest 24 Oct 2002 14:14:04 - Issue 1404 Topics (messages 16518 through 16525): Re: Oracle IAS version of Apache (1.3.12) & php_oci8.dll 16518 by: Philippe Saladin Re: Print data 16519 by: Brian McGarvie 16522 by: J Wynia Re: Mixing include path styles.

RE: [PHP-WIN] COM gurus... please help

2002-10-24 Thread Asendorf, John
I'm trying to work with Intergraph's Geomedia WepMap Server... I'll check that out. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura de

Re: [PHP-WIN] COM gurus... please help

2002-10-24 Thread Scott Carr
What are you trying to use? MapServer, what is that. If you are trying to do web mappin, I suggest you look at the MapServer project from University Of M... at http://mapserver.gis.umn.edu/. It is a very good mapping system that uses ESRI Shp files as well as several others. It also has a dir

[PHP-WIN] COM gurus... please help

2002-10-24 Thread Asendorf, John
Hello all, PHP 4.2.3, NT4, IIS4 I finally have a practical application to use COM and I'm trying to port some ASP scripting. I'm getting an error (Warning: Invoke() failed: Exception occurred. Source: Unavailable Description: Unavailable in D:\spoof\gis\file.php on line 66 and then the timeout e

[PHP-WIN] Re: Print data

2002-10-24 Thread J Wynia
José Moreira wrote: hello, at my company we have several network printers and i was was wondering if it's possible to print directly to them using PHP, instead of showing on the screen or both ... to gain more control on what is printed, because of the nasty browsers header and footer ... whom i n

RE: [PHP-WIN] Speed

2002-10-24 Thread Svensson, B.A.T. (HKG)
You might wont to have a look at sparse system and see if it possible in your case to use them. See: http://www.ulib.org/webRoot/Books/Numerical_Recipes/bookcpdf/c2-7.pdf This gives a brief theoretical overview of the possibilities. > -Original Message- > From: Mihail Bota [mailto:mbota

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

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

[PHP-WIN] Re: Print data

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