Tim | iHostNZ wrote:
> Hi All,
>
> Just to annoy the hell out of you, another thing that has been on my mind
> for a while:
>
> I love the foreach ($ar as $k => $v) { ... } construct and use it all the
> time. However, I read somewhere that foreach actually uses a copy of $ar
> instead of the arr
Rene Veerman wrote:
> i'm getting freezes for the 3rd to Nth concurrent request on my
> homeserver (got root, on debian4 + apache2).
> how can i allow more threads? like 50 or so?
>
>
Any chance that you're using session and checking it from the same
browser from different tabs (using same sessio
You can use the CURL module, which has support for timeout.
http://www.php.net/manual/en/ref.curl.php
debussy007 wrote:
> Hello,
>
> I want to use "fopen" to open an URL, but is it possible to add a timeout ?
> This to avoid that fopen slows down my script ?
> Because if site I access takes 10 s
ank you in advance,
Gal
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Jeffery,
Thanks for the info.
I'm happy to read that the problem has been fixed. but i don't intend to
use a CVS version on a production machine.
This is the reason i asked for info on the official 4.3.11 release date.
Do you have any idea when it is planned ?
Thanks,
Gal
Jeffery
lease of 4.3.11 ?
Regards,
Gal
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Raditha Dissanayake wrote:
Gal wrote:
Hello all,
Does anyone here add some good experience of writing PHP script which
is merging 2 XML files.
Looks like this should go into an algorithms mailing list :-) in the
mean time you might want to start looking at sax parser functions, and
Hello all,
Does anyone here add some good experience of writing PHP script which is
merging 2 XML files.
example:
---
file 1:
=
file 2:
=
expected merge result:
===
Thanks,
Gal
if () // Ok
{
}
else{
Header("Location: ./error.php?iErrorType=1");
die();
}
Doug Parker wrote:
I have a message board script that requires certain parameters like
message_id, thread_id, etc. The whole thing works fine, I'd like to have a
generic error page to default to in the case that someo
as far as i know there are no DEB packages for 4.3.1 for Woody.
I'm using the unstable (Debian SID) and i have PHP 4.3.3
Joel Konkle-Parker wrote:
Does anyone have, or know where to get, a Debian Woody package for PHP
4.3.1? I've checked apt-get.org, but nobody seems to have that version.
Thanks
Reply - this means your php is running on php defaults configuration.
you need to copy the 'php.ini-dist' file as 'php.ini' to c:\windows.
edit the the file 'C:\windows\php.ini'
and change register_globals = Off to register_globals = On
Greg Watson wrote:
Thank you for that answer! That worked perf
The problem is that your php.ini has register_globals = Off
change it to On.
You can also do the following at the top of your script - (this is the
correct way):
$TestVar = (!empty($_GET['TestVar'])) ? true : false;
?>
Greg Watson wrote:
Hi Guys,
I've Googled and RTFM'd, but I can't seem to fig
You are the apache user.
you can run this to find which user are you.
Nabil wrote:
hi all;
- When i run php.. what user am i using ? is it apache user (nobody) ??
- How can i execute useradd command from php ? should i write it in
pearl/cgi ??
- I want to grant my user on my web a free pop acco
How do you run this ? Which user ?
if its done via Apache - you can't run useradd with the apache user name.
if you run it from command line make sure you are root.
Nabil wrote:
hi all;
I want to execute
#useradd -d /home/all -g wahtever -s /bin/bash newuser
how can I do it ... I used exec and sh
please paste an example of the 2 pages
Harald Kürsten wrote:
Hi.
In my script I start a session, register certain variables and redirect to
the next page.
The session file is written to /tmp, but contains no data !
Any idea ?
Thanx for help,
Harald
--
PHP General Mailing List (http://www.php.net
try this:
\n";
echo 'Value2 = '.$_GET['Value2'];
?>
Jared Steckel wrote:
I appologize for what may be a newbie-like request, but I have not been
able to find this information in the PHP documentation.
If I were to have a link on an HTML page such as the following:
http://www.foo.com/myscri
here you can find example of XML HTTP that will work both I.E & Mozilla
http://webfx.eae.net/dhtml/xmlextras/xmlextras.html
Gal wrote:
yes.
But it think that only since version 1.1 (latest mozilla version is 1.5rc1)
Pete M wrote:
Does xml_HTTP work with Mozilla ??? !
pete
al wrote:
You
yes.
But it think that only since version 1.1 (latest mozilla version is 1.5rc1)
Pete M wrote:
Does xml_HTTP work with Mozilla ??? !
pete
al wrote:
You can use XML-HTTP - works both Mozilla 1.x and I.E. 5.x and write
it to a DIV.
Pete M wrote:
I've dome this recently using a small
in th
You can use XML-HTTP - works both Mozilla 1.x and I.E. 5.x and write it
to a DIV.
Pete M wrote:
I've dome this recently using a small in
the top right corner.
users_online.php has the tag set.
pete
Matias Hohl wrote:
Hello php-Freaks
I would like to display the number of users that are
Does anyone know if PHP has module for XQL - XML Queary Language ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The Best is the GTK verstion of the classic VI editor (latest VI 6.2 -
uses GTK 2 on Linux) and there is also a Windows version.
It's the best and you don't have to pay for licenses.
http://www.vim.org/index.php
Notepad - is very poor. you can not controle tabs spaces, see white
space and syntax
try this:
&1');
echo "\n".$sMyHostname."\n";
?>
Uros wrote:
Hello!
I'm pulling my hair. What is the right syntax to set output of some system
call to variable.
I tried everything (system, shell_exec,exec) and always get output to
screen.
Please help.
PHP version 4.3.3 CLI
--
PHP General Mailing
Hello,
try this:
&1');
echo "\n".$sMyHostname."\n";
?>
Uros wrote:
Hello Robert,
I think not
here is my code
#!/usr/local/bin/php -q
I always get automaticaly output. I also try to set implicit_flush to off,
use ob ob_...
nothing works.
best regards
Wednesday, September 17, 2003, 4:16:10 PM,
23 matches
Mail list logo