"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
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
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 - 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
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
"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
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
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
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
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
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
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
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
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
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
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
>
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
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 - 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.
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
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
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
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
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
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
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
26 matches
Mail list logo