--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> A web browser is for buying toilet paper online. An email client is for
> communicating.
If we had a quote of the week, I think this would be it. :-)
Chris
=
Chris Shiflett - http://shiflett.org/
PHP Security Handbook
Coming mid-2004
HTTP
I don't really understand why you are looping through things there. A
simple unserialize() on everything after the session_name| part will work
just fine on arrays and everything else as well.
-Rasmus
On Wed, 26 Nov 2003, Andrew Warner wrote:
> I have a script that browses a sessions table and
I couldn't parse this question. How about posting a code snippet?
On Thu, 27 Nov 2003, Jorge Infante Osorio. wrote:
> Hi every one.
> I am new in this List.
>
> My problem is:
>
> I determinate the value of a variable in the botton of one page, and I want to use
> it in the middle of the page
Why not just fread($pagehandle,32768) ?
On Wed, 26 Nov 2003, Nick Wilson wrote:
> Hi all,
>
> I'm using the code below to open webpages and read them into a variable.
> I got the example from the manual but am confused as to how to limit how
> much of the page to read.
>
> Ideally, I just want to
Hi every one.
I am new in this List.
My problem is:
I determinate the value of a variable in the botton of one page, and I want to use
it in the middle of the page, inside
a while structure, but I cant´n, inside the while structure I calculate the value of
this variable several times until I
Your steps look ok. Try a "make clean" and rebuild your mysql.so and see
if that fixes it. If not, consider just compiling it in statically. Do
you have a requirement for a shared mysql.so for some reason?
Also, note that Apache 2.x + PHP is still not a recommended platform for
PHP. If you use
This code doesn't make much sense. By definition, if require cannot open
a file it throws a fatal error, so you would never hit the "or" case
anyway. Hence there is no return code from require and you can't write
code like this. If you want to test the return code you need to use
'include' inste
I understand that in PHP there is only one dimension array, and in order to
create several dimensions, yo need to nested the same function array(), but
in conclusion you obtain n dimensions of the array whatever the
implementation, I have already figured it out the problem , thanks anyway
for all y
===
This message is for the benefit of new subscribers
and those new to PHP. Please feel free to add
more points and send to the list.
===
1. If you have any queries/problems about PHP try
http://www.php.net/manual/en first
Right, I agree this is a very bassakwards way of going about it.. In this
instance, performance is not really an issue as much as politics.. but
this comment is useful as we may be able to persuade them into providing
information about the algorithm in use, to develop something more usable.
We a
Using PHP 4.2.2 on Linux RH8:
In a PHP script run from command line,
require_once("gibberator_data.php") or die("No Data file found\n");
Causes:
[EMAIL PROTECTED] gibberator]# ./gibberator.php
Fatal error: Failed opening required '1'
(include_path='.:/php/includes;/usr/share/phpwebto
Curtis Maurand wrote:
Sorry, its a typo. it should be:
$city = "Ipswitch";
$city_found = 0;
$contentfile = fopen("content.txt", "r");
while (!feof($contentfile) && $city_found == 0);
{
$my_line = fgets($contentfile, 16384);
$content_array = explode("\t",$my_line);
if ($content_array
I'm on XP. I would change over to Linux in a heartbeat if Adobe
products were available on that OS, but alas, they are not, and the GIMP
is, by their own description, not a Photoshop killer.
I'm considering the Opera M2 mailer, but it looks kind of immature.
--
Cheers!
Dave G
[EMAIL PROTEC
On Tue, 14 May 2002 22:23:24 +0900, - Edwin - <[EMAIL PROTECTED]>
wrote:
Hi,
On Tue, 25 Nov 2003 19:10:12 -0500
"John W. Holmes" <[EMAIL PROTECTED]> wrote:
Adam i Agnieszka Gasiorowski FNORD wrote:
> Thomas Svenson wrote:
>>>If you would stop using M$ Outlook and switch to a
>better mail client
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stardate Thursday 27 November 2003 02:08
Capt. Lord th1nk3r
Class C-1 msg from Rasmus Lerdorf
> Do you have /bin/sh inside your jail?
Thanks
I'm stupid. It was that easy. Thanks again ;)
- --
-
On Linux RH 9.0 I built Apache 2.0.48 from source
(to fix a problem I had with an earlier version).
I also built PHP 4.3.4 using the following configuration
directives:
./configure --with-apxs2=/usr/local/apache2/bin/apxs '--with-mysql=shared,/usr'
Finally I installed MySQL 3.23.58 from an RPM.
On Wednesday, November 26, 2003, at 09:04 PM, Nigel Jones wrote:
IMHO we'd be better off having a PHP Forum on php.net and scrub the
Mailing
List altogether. That would just about suit everyone. You get to
subscribe
to Topics you want to, you can subscribe to whole forums if you want
to,
less
On Wednesday 26 November 2003 05:21 pm, Gerard Samuel wrote:
> That is not explained in the manual
> As far as I can tell, the difference (according to the manual) is that one
> can be overridden by an .htaccess file, while the other cannot
>
> Im testing to see how my script is behaving in
* Thus wrote Nigel Jones ([EMAIL PROTECTED]):
> IMHO we'd be better off having a PHP Forum on php.net and scrub the Mailing
> List altogether. That would just about suit everyone. You get to subscribe
> to Topics you want to, you can subscribe to whole forums if you want to,
> less Privacy Issues.
On Wed, 26 Nov 2003, Rasmus Lerdorf wrote:
> On Wed, 26 Nov 2003, Kelly Hallman wrote:
> > I am aware that the PHP documentation says that the Java extension is
> > experimental. I am also aware that people say the ISAPI version does not
> > work well and that running PHP as a CGI should give bette
On Wed, 26 Nov 2003 12:43:35 -0800, you wrote:
Ok, please bear in mind that I've never run into this, so what follows if
guesswork.
>I am using the PHP GD functions to resize my images.
>I get the following error when trying to resize multiple images. It works
>for one image.
>---
Do you have /bin/sh inside your jail?
On Thu, 27 Nov 2003, th3 th1nk3r wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
> I have a great problem. I hava an apache 1.3.28 + php 4.3.3 installation into
> a chroot jail in my Linux box. Into the jail I have installed postfix (with
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I have a great problem. I hava an apache 1.3.28 + php 4.3.3 installation into
a chroot jail in my Linux box. Into the jail I have installed postfix (with
his sendmail executable) and I can send mails with it (I run it like a chroot
user to test
> I am trying to figure an accurate way to calculate how many users are
> viewing a site, at any particular time. This task is very simple except
for
> one part - How do you determine when a person has left the site...apache
> hasn't served anymore requests from a particular ip for xx minutes ??
H
On Thursday, November 27, 2003, at 03:12 AM, Curt Zirzow wrote:
I'd approach it the same way.
preg_replace('/[^A-Za-z0-9_]/', '_', $dirname);
I totally agree with Curt here.
Justin French
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you *must* get it to run in Java (starting and using a JVM for every
page seems very costly to me) then I would suggest writing a simple Java
app which writes the decoded values to stdout and using system() in PHP
to run the JVM manually.
Kelly Hallman wrote:
I am trying to find help or inf
[EMAIL PROTECTED] wrote:
Hello all,
I want to make a history file while
runing a script in a shell.
Does anyone know how to store all
the history and the result to a file I want?
what is the command for it?
thank you in advance
Joshua
Use readline extension
--
PHP General Mailing List (http://
Gentlemen(& Ladies):
I'm looking for experienced PHP & Mysql programmers. They must possess
mathematical skills, for SQL stored procedure, or PHP scripts that do the
math for reporting, plus Java Scripting and html experience a real plus.
This is contract work, and working off site is OK.
Please
On Wed, 26 Nov 2003, Kelly Hallman wrote:
> I am trying to find help or information on running the Java extension with
> PHP under Apache on Redhat Linux using a Sun JVM.
>
> I am aware that the PHP documentation says that the Java extension is
> experimental. I am also aware that people say the I
Sorry, its a typo. it should be:
$city = "Ipswitch";
$city_found = 0;
$contentfile = fopen("content.txt", "r");
while (!feof($contentfile) && $city_found == 0);
{
$my_line = fgets($contentfile, 16384);
$content_array = explode("\t",$my_line);
if ($content_array[0] == $city)
{
I am trying to find help or information on running the Java extension with
PHP under Apache on Redhat Linux using a Sun JVM.
I am aware that the PHP documentation says that the Java extension is
experimental. I am also aware that people say the ISAPI version does not
work well and that running PHP
On Wed, 26 Nov 2003, Nigel Jones wrote:
> You have missed in my opinion the most important thing, many do NOT want to
> throw money down the drain because their Client Doesn't support mailing
> lists ok.
>
> IMHO we'd be better off having a PHP Forum on php.net and scrub the Mailing
> List altoge
On Wed, 26 Nov 2003, Dave G wrote:
> "Just to add an authoritative answer here. Mucking up the reply-to
> header is simply wrong. I don't really care what arguments you come up
> with..."
> This seems to describe the tone of the debate. The idea of an
> authority on a matter that is incapab
If your website uses PHP sessions, and you store those sessions in a
database table you could;
$query = "select count(*) from session_table where "
."session_datetime > \""
.date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")." -1 hour"))
."\" ";
...the reset of a mysql que
Hi all,
I am trying to figure an accurate way to calculate how many users are
viewing a site, at any particular time. This task is very simple except for
one part - How do you determine when a person has left the site...apache
hasn't served anymore requests from a particular ip for xx minutes ??
Not sure why you've ruled out PHPMyAdmin, but there are quite a few tools
out there;
try searching
http://www.hotscripts.com/PHP/Scripts_and_Programs/index.html
http://sourceforge.net/search/
just to name a couple.
Warren Vail
-Original Message-
From: Jeff Pauls [mailto:[EMAIL PROTEC
I'm currently having trouble finding a way to dump an existing mysql
database file into a new mysql database. The problem is I don't have shell
access to the new server and there is no import database function in the
host manager. Is there a way to dump it from a PHP script or any good apps
for re
That is not explained in the manual
As far as I can tell, the difference (according to the manual) is that one can
be overridden by an .htaccess file, while the other cannot
Im testing to see how my script is behaving in an environment with
safe_mode turned on.
In apache's config file, I
[EMAIL PROTECTED] wrote:
what is the function that takes Dan McCullough and makes it McCullough, Dan?
There's no function to do that. It's just a matter of splitting the
string on the space, reording the parts, and adding the comma...
http://us2.php.net/substr
http://us2.php.net/strpos
http://us
or try;
$reversed_name = implode(", ", array_reverse(explode(" ", $originalname)));
course, with more than two names, you can guess the results.
Warren Vail
-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 12:21 PM
To: [EMAIL PROTECTED]
I am using the PHP GD functions to resize my images.
I get the following error when trying to resize multiple images. It works
for one image.
-
Fatal error: Allowed memory size of 20971520 bytes exhausted at (null):0
(tried to
[EMAIL PROTECTED] wrote:
So what is the point of stating this?
Never assume anything as being intuitive. Investigate the way people use
your interface and improve accordingly. If you implement a function that
requires the user to learn something tell him clearly that he has to learn
it first an
[snip]
what is the function that takes Dan McCullough and makes it McCullough,
Dan?
Anyone, cant seem to get php.net to load
[/snip]
Try http://us2.php.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
what is the function that takes Dan McCullough and makes it McCullough, Dan?
Anyone, cant seem to get php.net to load
-
This mail sent through IMP: http://horde.org/imp/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
> I don't know from any other mail programs -- mutt does everything I need
> and then some -- but I have heard good things about Evolution, Sylpheed,
> and TheBAT! at various times.
>
>
If you're in a *nix environment, add KMail.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Hello
Now that the discussion is coming around to be more on topic I have some
stuff to add.
First and most important: There is no such thing as INTUITIVE when it
comes to interfaces.
Every interface built for human machine interaction has to be learned by
the human using it. So what we consi
[snip]
have the PHP script that receives the post to distinguish between which
button the user clicked.
Name your submit button different names, then use print_r($_POST) or
print_r($_GET) - depending on whether you use POST or GET, and I
thinkyou'll see what you need to be checking.
[/snip]
Anot
--- Dimitri Marshall <[EMAIL PROTECTED]> wrote:
> What I want to do is have one action in a form execute if the user
> clicks on one button, and another action execute if the user clicks
> on another button. The actions will point to PHP programs.
>
> Can someone fill me in on what the HTML is for
I have a script that browses a sessions table and extracts and
displays the session values for display. The function below (I don't
remember where I got it) extracts session data without starting a
session, but it doesn't handle session values that are arrays.
Anyone have something like this th
On Wednesday 26 November 2003 20:23, Burhan Khalid wrote:
> Uros wrote:
> > Hello!
> >
> > Anybody know any good PHP ide with support of code outlining like Visual
> > .NET.
vim 6.xx can do it
-Stathis
> >
> > On the left side where are usualy line numbers is "+" and you can group
> > functions,
Uros wrote:
Hello!
Anybody know any good PHP ide with support of code outlining like Visual
.NET.
On the left side where are usualy line numbers is "+" and you can group
functions, classes or custom defined blocks of code.
SciTE [ http://www.scintilla.org ] (also has intellisense, and is free)
Im looking to find out information on what hosting companies do to
run php on their servers.
So that I can try to duplicate their environments, to see how my scripts
behave under "real world" conditions.
Currently, I use a default php.ini setup, and control domains via apache's
config file.
--sn
actually what you probably need is
http://www.zend.com/manual/function.getimagesize.php
Warren Vail
-Original Message-
From: William Bailey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:01 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Getting the required GD Memmory Usage.
If the manual at php.net is too busy you can try;
http://www.zend.com/manual/function.filesize.php
good luck,
Warren Vail
-Original Message-
From: William Bailey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:01 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Getting the requir
Dimitri Marshall wrote:
Hi there,
I realize this is a group for PHP, but this question is related.
What I want to do is have one action in a form execute if the user clicks on
one button, and another action execute if the user clicks on another button.
The actions will point to PHP programs.
Can so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi All,
I have a site that loads images with the built in GD functions. Most of
the images are small and load fine however there are a few images that
are large and when trying to load them causes php to exit with the
unable to allocate memory
Not sure I would get stuck on two actions (which implies two forms on a
page, perfectly legal, but you need to use JavaScript and hidden fields if
the two forms need to submit the same data elements).
You might find an easier approach would be to place two submit buttons on
the same form (with one
From: "Luis Lebron" <[EMAIL PROTECTED]>
> "Internet Explorer cannot download...?sender=171&filename=.jpg from
> somedomain.com. Internet Explorer was not able to open this Internet site.
> The requested site is either unavailable or cannot be found. Please try
> again later."
Are you using se
Hello all,
I want to make a history file while
runing a script in a shell.
Does anyone know how to store all
the history and the result to a file I want?
what is the command for it?
thank you in advance
Joshua
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
I notice you appear to be using a shortcut form of a url that points to the
same relative page;
?sender=171&filename=.jpg
(no actual file name) perhaps IE or your server are a little tangled up with
each other and the fact that this page (the missing part of url) was last
loaded with a differ
trim also gets rid of leading spaces...
Mike Ford wrote:
On 26 November 2003 16:59, [EMAIL PROTECTED] contributed these pearls of wisdom:
Why doesn't this work...?
$body = "
blurb blah
happy days
end of text";
$body = trim($body);
$body now should output:
"blurb blah\nhappy days\nend of text"
Hi there,
I realize this is a group for PHP, but this question is related.
What I want to do is have one action in a form execute if the user clicks on
one button, and another action execute if the user clicks on another button.
The actions will point to PHP programs.
Can someone fill me in on wh
Hi all,
I'm using the code below to open webpages and read them into a variable.
I got the example from the manual but am confused as to how to limit how
much of the page to read.
Ideally, I just want to read the first 30k of each webpage. Could
somebody please show me how?
[EMAIL PROTECTED]($
Ok, the last resort solution would be to use Mozilla, download
LiveHeaders (check on Google) and see what headers a regular Apache
sends when serving a regular JPG file. That's what I do when I have
header problems... HTH
Bogdan
Luis Lebron wrote:
I tried sending the correct mime type and sti
I tried sending the correct mime type and still had the same problem. I did
get rid of the newline for the test code.
Luis
-Original Message-
From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 11:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: IE downlo
Oh, so you're actively trying to trick IE, are you? Why don't you
provide the proper image/jpeg MIME type? And why do you add a newline
character at the end of the MIME type? (As previously asked before.)
Bogdan
Luis Lebron wrote:
Here's the error I'm getting
"Internet Explorer cannot downloa
Here's the error I'm getting
"Internet Explorer cannot download...?sender=171&filename=.jpg from
somedomain.com. Internet Explorer was not able to open this Internet site.
The requested site is either unavailable or cannot be found. Please try
again later."
thanks,
Luis
-Original Messa
Hi,
> > $body = "
> > blurb blah
> > happy days
> > end of text";
> >
> > $body = trim($body);
> >
> > $body now should output:
> > "blurb blah\nhappy days\nend of text" but it
> > doesn't...?
does trim($body, "0x0A") fix your problem? Do you want to strip everything
and leave \n in ther
I was thinking the same. But until we can squeeze some information about
the actual error from Luis, I think we're stuck.
Bogdan
Warren Vail wrote:
Could the problem be the associations stored in the windows system registry?
I've had problems trying to download files whose name ends in a suffi
On 26 November 2003 16:59, [EMAIL PROTECTED] contributed these pearls of wisdom:
> Why doesn't this work...?
>
> $body = "
> blurb blah
> happy days
> end of text";
>
> $body = trim($body);
>
> $body now should output:
> "blurb blah\nhappy days\nend of text" but it
> doesn't...?
No it shouldn
You need to strip the newlines.
str_replace("\n", " ", $body);
Luis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:59 AM
To: [EMAIL PROTECTED]
Subject: [PHP] trim...
Why doesn't this work...?
$body = "
blurb blah
happy days
Could the problem be the associations stored in the windows system registry?
I've had problems trying to download files whose name ends in a suffix that
is registered as being associated with a given program (i.e. .txt with
notepad, .doc with word). I believe that IE tries to open the file in the
Why doesn't this work...?
$body = "
blurb blah
happy days
end of text";
$body = trim($body);
$body now should output:
"blurb blah\nhappy days\nend of text" but it doesn't...?
I'm using a text string in a javascript, adn it needs to be outbut on one
line to work, yet this isn't doing it...
Any
I tried your code. I'm still getting the same errors.
thanks,
Luis
-Original Message-
From: pete M [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: IE download problem
thsi si a nighmare area. and loast days on same pro
thsi si a nighmare area. and loast days on same problem
This works for me.. hope it does for you
$file = $_GET['file'];
$path = '/www/cgi-bin/docu/personal/'.$file;
//force download dialog
header("Content-type: application/octet-stream\n");
header("Content-disposition: attachm
Technical Services wrote:
I am trying to use a php include provided by a 3rd party. In the
include the code is trying to open a socket however I get the
following error:
errno 38 - Socket operation on non-socket
however if I check the server the file requested exists and is chmoded
777.
Does anyo
Dave, et al --
...and then Dave G said...
%
%
% Dave T-G said:
...
% > simply allows whatever reply you want.
%
% And Jason Wong said:
% > Simply put, there are mail clients available which are mailing-list
% aware. To
...
%
% I was wrong, wrong, so very wrong. I see the light now, and I am
Oops. Nevermind that last message. I didn't read all the messages in the
topic.
"Anonymous" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> OK then. Thanks for your answers.
> But is there another way that I could make PHP fetch info from a password
> protected website?
>
> "Justin Fr
OK then. Thanks for your answers.
But is there another way that I could make PHP fetch info from a password
protected website?
"Justin French" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> On Wednesday, November 26, 2003, at 09:48 PM, Nathan Taylor wrote:
>
> > You're not making an
Dave T-G said:
> Perhaps you've simply missed the point. By not mandating a certain
R-T
> header the list software does not force "reply-to-author" but instead
> simply allows whatever reply you want.
And Jason Wong said:
> Simply put, there are mail clients available which are mailing-list
awar
[snip]
Sorry for the reply to the reply, but OExpress won't let me reply to
newsgroup posts...
[/snip]
Had to laugh... :)
AND BTW Happy Thanksgiving to all of our folks who celebrate that
holiday!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
From: "Luis Lebron" <[EMAIL PROTECTED]>
> I am working on a script to force downloading a file. The script works
fine
> with NS (4.8 and 7) but does not work correctly with IE 6.0
> I have looked at examples on php.net and have googled for a solution, but
> still can't find a solution. I think IE
Sorry for the reply to the reply, but OExpress won't let me reply to
newsgroup posts...
From: "Sophie Mattoug" <[EMAIL PROTECTED]>
> Joseph Szobody wrote:
> >I'm taking some user input, and creating a folder on the server. I'm
already
> >replacing " " with "_", and stripping out a few known illega
* Thus wrote Sophie Mattoug ([EMAIL PROTECTED]):
> Joseph Szobody wrote:
>
> >I'm taking some user input, and creating a folder on the server. I'm
> >already
> >replacing " " with "_", and stripping out a few known illegal characters
> >(',
> >", /, \, etc). I need to be sure that I'm stripping
Joseph Szobody wrote:
Folks,
I'm taking some user input, and creating a folder on the server. I'm already
replacing " " with "_", and stripping out a few known illegal characters (',
", /, \, etc). I need to be sure that I'm stripping out every character that
cannot be used for a folder name. Wha
* Thus wrote Jay Blanchard ([EMAIL PROTECTED]):
> [snip]
> it says --without-mysql --
>
> i don know .. how suddenly this can happen
> [/snip]
>
> Do you own the server or control it? If not, someone else has recompiled
> PHP without MySQL support and it needs to be re-compiled.
Another opt
* Thus wrote David T-G ([EMAIL PROTECTED]):
>
> %
> % On the left side where are usualy line numbers is "+" and you can group
> % functions, classes or custom defined blocks of code.
>
> ... vim does a nice job "folding", which sounds like what you describe.
> I tend to use foldmarkers and be p
Folks,
I'm taking some user input, and creating a folder on the server. I'm already
replacing " " with "_", and stripping out a few known illegal characters (',
", /, \, etc). I need to be sure that I'm stripping out every character that
cannot be used for a folder name. What's the best way to do
--- Panos Konstantinidis <[EMAIL PROTECTED]> wrote:
> > Which of the following words you just don't
> > understand: The "Reply All" button is just BESIDE
> > (on the right side) of the "Reply" button!
>
> There is not such a button.
They tricked you and changed this recently. When you click the "
I am working on a script to force downloading a file. The script works fine
with NS (4.8 and 7) but does not work correctly with IE 6.0
I have looked at examples on php.net and have googled for a solution, but
still can't find a solution. I think IE wants to download the script instead
of the file
Jay, et al --
...and then Jay Blanchard said...
%
% Curious, how is it that you define multi-dimensional?
I'm no expert, but I'd say that a multi is addressed as
array[x,y,z]
while a nested is
array[x][y][z]
which actually works out about like
array[x[y[z]]]
or so. How did I do, Mik
Uros --
...and then Uros said...
%
% Hello!
Hi!
%
% Anybody know any good PHP ide with support of code outlining like Visual
% .NET.
I don't know from V.NET, but ...
%
% On the left side where are usualy line numbers is "+" and you can group
% functions, classes or custom defined blocks
> you don't need special privs to use another mail program.
Actually, given the fact that the other products you're talking about are
POP or IMAP clients, and most Exchange-based companies allow only MAPI
clients (specifically Outlook and the Outlook Web Access client), that could
easily be consid
Nigel --
...and then Nigel Jones said...
%
% I totally agree.
With what?
%
% The cost for Outlook is heaps do you think we what to flush $200(or however
% much it is in your country) down the drain???
While doing my best to not ridicule your [company's] choice of on what to
spend some money,
On Wednesday 26 November 2003 10:04, Nigel Jones wrote:
> IMHO we'd be better off having a PHP Forum on php.net and scrub the Mailing
> List altogether. That would just about suit everyone. You get to subscribe
> to Topics you want to, you can subscribe to whole forums if you want to,
> less Priva
Wouter,
you could try this adding this method to each object you need blessings
from:
function &bless($classname)
{
if ($classname == get_class($this)) {
return $this;
}
$vars = get_object_vars($this);
$ret = new $classname;
return $ret->loadValues($vars);
}
function
I am building PHP 4.3.4 on RH Linux 9.0.
When I look at the output of phpinfo() for the
version that came with RH I see this param for
mysql:
'--with-mysql=shared,/usr'
I ran configure using the same:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=shared,/usr
Have tried it
Dave, et al --
...and then Dave G said...
%
% To start out, I'd just like to make an observation. I've noticed
...
% that the topic has come up multiple times in itself indicative of what
% natural human expectations are. On the lists I belong to where responses
I very much disagree; I con
Rodney Green wrote:
$blah = shell_exec ("echo %ComputerName%");
Eww, evil. Try http://php.net/getenv
--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Anybody know any good PHP ide with support of code outlining like Visual
> .NET.
> On the left side where are usualy line numbers is "+" and you can group
> functions, classes or custom defined blocks of code.
Visual Slick Edit. It is by far the best IDE I've run across. It's both versatile
1 - 100 of 183 matches
Mail list logo