about democracy is that it gives
every voter a chance to do something stupid."
-Art Spander
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi, I need you help please.
I am looking for a function can give the Network ID from LAN. For
example, our LAN is based on Windows 2000.
How can I get user network account. VB.NET has this built in function
Request.ServerVariables("LOGON_USER")
Can you help?:
Hello,
I need some advice on getting PHP 4 up and running on my Windows 2000
Professional. I have followed all of the instructions in the installation
file, but when I try to run a PHP as a batch from the command prompt, all I
get is the file listed. Help!
John A. Thomason
[EMAIL PROTECTED
hpinfo();
C:\PHP>
And the following is the PHP code to generate it.
!#C:\php\;
echo"Hello World!";
if ($foo):
echo "yep\n";
elseif ($bar):
echo "almost\n";
else:
echo "nope\n";
endif;
phpinfo();
Now, I know that the variables are not set, so
with
And that is how simple the fix was, and now I am going to rewrite all of my
batch files and perl scripts using PHP. I do need a little more
understanding of Apache and will be studying your Apache tutorial. Thanks
again.
John A. Thomason
[EMAIL PROTECTED]
- Original Message -
From
I'm running Apache 2/php/perl/mysql on Win2000 and tos.php worked.
john
[EMAIL PROTECTED]
"Motorpsychkill" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm running PHP 4.3.1 with Apache 2.0 on Windows XP. Everything works
great
> except if I n
Hi,
I'm trying to track session data and merge several related services
through a common server-side session (using Apache). One condition is
that it won't use cookies to store the user data OR the session ID.
Another is that the services we're merging use different languages,
Thanks for the response Chris, that's just the type of thing I was
looking for!
So, I'm thinking a plausible session id could be made by hashing their
identification (to make it useful to the rightful owner only) with a
private key (to make it hard to get and guess). I
Chris Shiflett wrote:
--- "Matthew A. Blasinski" <[EMAIL PROTECTED]> wrote:
So, I'm thinking a plausible session id could be made by hashing
their identification (to make it useful to the rightful owner
only) with a private key (to make it hard to get and guess). I
think the
Philip J. Newman wrote:
My goal is to input the amount of Bytes used by a user as $inputbox and
calculate how many kbs,megs,gigs along with $cost for the price per meg.
Questions?
1. Should I be dividing by 1024 or 1000? This was passed to me by word of
mouth ...
2. Any way of rounding to 2 or 3
}
}
$timer = new jTimer;
$timer->start();
#your code here
$timer->stop();
echo round($timer->elapsed(),5);
?>
--
Petya A Shushpanov
tel.: (+7 916) 556 16 27
mail: [EMAIL PROTECTED]
site: www.eastof.ru
- Original Message -
From: "Radek Zajkowski" <[EMAIL PR
Tnx. I`ve it fixed jet.
- Original Message -
From: "Chris W. Parker" <[EMAIL PROTECTED]>
To: "Petya A Shushpanov" <[EMAIL PROTECTED]>; "Radek Zajkowski"
<[EMAIL PROTECTED]>; "PHP GENERAL" <[EMAIL PROTECTED]>
Sent: Tuesday
I've developed PrattCMS... (Try out the latest RC, it's quite stable and
note that 2.0 will be out later today or tomorrow depending...).
It's:
-GPL'ed
-PHP/MySQL (Could support other databases, with small amount of work.)
-Has an error reporting class to send notes when a d
$row[0] . ', ' . $row[1] . '
' . $row[2] . ' ' . $row[3] . " \n"); }
getting this error:
*Warning*: mysql_fetch_row(): supplied argument is not a valid MySQL
result resource in...
so... is the problem with the $query?
I don't see anything wrong (
ael
Chris Shiflett wrote:
--- Mignon Hunter <[EMAIL PROTECTED]> wrote:
When I print_r my session vars> part of what get is:
Do this:
print_r($_SESSION);
Show us what that outputs.
Your output seemed to infer that you are doing something else when you "print_r
your session va
Hey,
I've got a nice CMS (in quite stable 2.0 form) that I need a Project
Manager who can just deal with some bugs/answer questions for the next 9
months while I'm away at school... anyone interested? It would simply
mean watching bug reports on SourceForge and answering things. Als
s this way and it doesn't work:
$aTest = "This is a test";
function GlobalCheck()
{
print "{$GLOBAL['aTest']}";
}
GlobalCheck();
?>
Does someone know the 'right' way to do this??
Robin 'Sparky' Kopetzky
Black
Dan Anderson wrote:
On Mon, 2003-08-18 at 17:22, Robert Cummings wrote:
This is pretty off topic -- but most clients also let you refuse to send
receipts automatically -- which is how I deal with them.
Yes but read reciepts do exist for a purpose. If you happen to work at
a place
ion? If not, you might like to think
about getting a better client. thanks!
You ever open a spam and 30 seconds later get a follow up spam? That's
what happens from automatically sending read reciepts. Also, spammers
love to use them as a tool to figure out who actually reads spam --
My ideas: (in order of likelihood)
Idea #1: Your computer hates you.
Idea #2: Sendmail isn't running.
Idea #3: Sendmail isn't setup correctly.
Idea #4: You have been hacked by Saddam.
-Michael
:-)
Ben C. wrote:
I have recently had php installed on my server with sendmail. The server i
Hi,
I'm going off to school and won't have computer access for like 9
months... :-\ .. and I need someone with a couple of hours every week to
monitor my CMS for bug reports, and to fix bugs (if they want). I would
appreciate it so much. The project resides at:
http://source
Do you have
AllowOverride All
in your httpd.conf file for that dir?
-Michael
Dennis Gearon wrote:
please cc me
Anyone on a shared, name-based IP, ensim web appliance hosted website?
Can you tell me how to set the freekin':
php_value auto_prepend
Hi,
just a quick question. How do I include double quotes
in a variable? I am trying to put html code in a
variable in a mailing program:
$mail->Body = "Heading
Please e-mail me at mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]"
Using the \ or using single quotes instead of double
is great. However I am now finding a problem if
someone inputs either single or double quotes on a
form which uses php.
The user inputs for example:
I\ve performed many roles including "Figaro",
"Dandini" and '
Hi,
Anyone interested in helping out with an opensource CMS project.
PHP/MySQL/Smarty Templates/Modules checkout prattcms.sf.net. It's
different from other CMSs in that it is not user-driven. The pages use a
WYSIWYG editor (inline, htmlarea, also open-source).
Thanks!
-Michael
--
>
> > -Michael
> >
> > On Wed, 2003-06-04 at 12:36, Evan Nemerson wrote:
> > > Clode? I like it. Really, who wants to say "closing php tag",
> > > "terminating php tag", or whatever you say. Why not start calling it a
> > > clode?
Hey,
So I've got this form that passes POST variables. However, they keep
getting passed as get variables. Example:
Get's sent to it as:
url.php?action=something
What's going on here? This is a new installation of PHP 4.3.1, Apache
1.3...
-Michael
--
PHP General Mai
Hi,
I'm trying to find a script (PHP,Perl, Whatever) that will search
through a bunch text files, ignore certain keywords, and then generate a
text file with the line that each one is on, and what the words were.
Thanks,
-Michael
--
PHP General Mailing List (http://www.php.net
Take a look at this message first.
--- Begin Message ---
Does the php.ini file always go in the same place no matter the OS? I
did a
locate in the shell, and nothing came up. I could find .ini files, or
php.
files, but no php.ini files.
In all likelihood, you don't have a php.ini file on
Hi,
I want to connect to a Sybase database running on another windoze server
without having to a buy a copy of sybase for linux. How can I compile
PHP to have the sybase functions, but not the local database program.
-Michael
--
Michael A Smith <[EMAIL PROTECTED]>
--
PHP General Mailin
I compiled PHP 4.3.2 --with-gd, but now webalizer can't find GD? Where
is it? I tried installing the original library but that's not good
either.
-Michael
--
Michael Smith
[EMAIL PROTECTED]
"The great thing about democracy is that it gives
every voter a chance to do s
No, you don't understand, I want to know where PHP installs GD.
-Michael
On Fri, 2003-06-27 at 08:06, Adam Voigt wrote:
> PHP did not remove your copy of GD, so this is
> a system question, not PHP.
>
>
> On Fri, 2003-06-27 at 12:03, Michael A Smith wrote:
> > I co
Does anyone know of a good PHP HTML parser out there that I can use?
Thanks,
Curtis.
Is your boss reading your email? Probably
Keep your messages private by using Lycos Mail.
Sign up today at http://mail.lycos.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
then edit the script to remove the echo and the subsequent error, and
hit refresh, the cookie holds.
This is both in IE and Moz.
Does anyone have any clue what might be causing this? I assume it's
something with my PHP.ini, but can't (seem to) find any significant
differences in the tw
Or just do a return();
mailto:[EMAIL PROTECTED]]
Sent: 21 August 2002 15:48
To: Henry; php-general
Subject: RE: [PHP] Exiting from an include or required file
Seems like the easy way, at least in this case, would be to make the second
part of your File A an "else" t
I actually had to set the SMTP setting to localhost on our solaris boxes to
get this to work. I discovered this because we have a few older machines
without php.ini files altogether, and the default is to have this set (the
older machines worked).
Thanks
Mark Bond
-Original Message
words not Array but not in bold ;)
I know i could use 2 arrays one with bold words one without or i could use
foreach but i want a simpler solution :)... Any suggestions ?
thx in advance !
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nope,
Do a select like so:
Select user_name, group_name from users,groups where
users.group_id=groups_id order by group_name;
Then do a php loop (you'll need to find the eact php commands, this is just
an example):
While (!$results->EOF)
{
If ($results[group_name]!="$
>> I am new to php and that the folowing error: Warning:
mysql_num_rows():
>> supplied argument is not a valid MySQL result resource in
>> /home/tbonestu/public_html/smallimages.php
>>
>> i dont know what i am doing wrong here is the code:
>>
>
: [PHP] How do i assign Integers only and not real numbers?
Hi all,
I have a line of code that assigns a new year number: -
$years = $years + ( $themonth / 12 );
but sometimes $years == 1998.08
or
$year == 2002.75
etc...
I cant find anything like a round() or floor() function in PHP so
Other then Abriasoft, is there another complete software package that
contains PHP, MYSQL, APACHE and PERL for Windows?
Thank you
Jim
sound(&$word){
$word = soundex($word);
}
array_walk($color, 'sound');
print join(" ", $color);
This will print out the array $color, which is now changed to soundex, i.e.
the original array (up top) has changed--which I don't want. How can I
generate a separate
Thanks! Just what I was looking for!
"Jon Haworth" <[EMAIL PROTECTED]> wrote in message
news:67DF9B67CEFAD4119E4200D0B720FA3F0241E788@;BOOTROS...
> Hi,
>
> > I want to take an array and get the soundex() for each element
> > in that array and return the results into another array.
>
> How about:
Hi Folks,
Let me begin with the direct question to save you time. If you want
more info read more about the issue by reading 'The Problem:' below.
The question:
Is there any way to '--enable-track-vars' in my Macintosh laptop
running Mac OS-X 10.1.5 and a version 4.2.1
om/nusoap/index.php
cheers,
thalis
On Wed, 26 Jun 2002, Laurent Drouet wrote:
>
> Hi the ML
>
> I would like to know if there is a way to request data from a web services
> for example http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx
> using php without java ?
&g
ive been tryin to find a solution for this problem for some hours now, but i
just dont know how to do it... so i ask for ur assistance. Lemme list some
examples, so u can see what im tryin to do :)
"word" = "word"
>word = >| word |
"word = >|word |
"word it
Hello folks,
I'm wondering if anyone has experienced this before. I'm trying to
get sessions working for a small utility site I've developed. I'm
using PHP Vers 4.0.2 (I know its an oldie but I don't know how to
update it without crashing my entire server) on a C
P] upgrade 4.1.2 to 4.2.2 (passing vars problem
> with 4.2.2)
>
>
> I have been running 4.1.2 for a while with no problems. This
> morning, I downloaded 4.2.2, did a configure/make/make install.
> All seemed to have gone well. However, it broke all my sites
> that use PHP
CPT John W. Holmes wrote:
From: "Jay Blanchard" <[EMAIL PROTECTED]>
Also ask a couple of other questions that require thought, but have
nothing else to do with code. such as...
In one room you have 3 light switches, each connected to one light bulb
in another room. How man
Help:
--- problem
My page generated via a template can't find some javascript.
setup
I am hosted on Apache 1.*
I have a folder containing many *.html containing content which I want to be
displayed in another style of page.
Suppose there is
foo/
foo/content1.html
...
foo/contentN
"John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Richard A. DeVenezia wrote:
> [snip]
> > I can do
> > - site.com/info/template.html and get two alerts
> > - site.com/info/content1.html and see a new text under H1
> > -
Irin,
Quite a number of issues here, actually. We'll start with your question
and work from there. Using the checkbox as an example, the code you would use to check
if it was set is:
if($_GET['Cheque'] == 'Cheque') {
// The Cheque checkbox was checked
If you are using PHP on a Windows server then this might be an option:
http://us4.php.net/manual/en/ref.printer.php
-Rob
-Original Message-
From: php coder [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 4:13 PM
To: [EMAIL PROTECTED]
Subject: HTML Printing problem.
Issue
I much preferred that email asking for my help to transfer some dead african
warlord's funds. At least then I could believe I was about to be screwed
over for a good cause. :)
-Rob
-Original Message-
From: Francis Weeny [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003
Some comments in the code would be nice too. It's too much of a bother to decipher
code without indentation or comments.
-Rob
-Original Message-
From: Bas [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 10:21 AM
To: [EMAIL PROTECTED]
Subject: BTML 2.0 released!!!
Ok
Hi php-fans... here's a simple question for you
I have this HTML page in WIN (Busqueda.htm)
the page contains a textfield (textfield3)
and a button (submit1)
which calls a php file Buscador.php in a Linux server (RED HAT 8)
well, my php file which doesn't read
anything when I write
THANKS TO ALL!! I SOLVED IT
- Original Message -
From: "Graham Solomon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 25, 2003 11:28 AM
Subject: Re: [PHP] Problems with a simple page
> Jay Blanchard wrote:
> > [snip]
> > Hi php
I accept a regex search term posted from a form, but I use $_REQUEST, so a
person could throw the search term on the url if they wanted to.
Am I open to any security breaches ?
$search_term = isset ($_REQUEST ['search']) ? $_REQUEST ['search'] : '';
if ($search_t
What I have is an issue with posting forms with Dynamic ListBoxes.
What happens is when you fill the form out, and hit submit, it validates the
form .. if there is a required field not filled out, it comes back and gives
an error. All the textfields have all the information and the Static
-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 6:43 AM
To: Kacey A. Murphy
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Forms, ListBoxes, Validating Errors.
Hello Kacey,
Friday, January 16, 2004, 11:33:22 AM, you wrote:
KAM> What I have
Nope! CodeCharge!
--
Jeff (FurBall)
WebOverdrive Newbie Tech Board
http://www.topniche.com/tech/
[EMAIL PROTECTED]
-Original Message-
From: Brad Hubbard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 6:11 PM
To: Jeffrey A. Stuart; PHP is not a drug .
Subject: Re: [PHP
2001 8:29 PM
To: Jeffrey A. Stuart; Brad Hubbard; PHP is not a drug .
Subject: Re: [PHP] looking for a PHP editor
I went to their homepage, and couldn't find a link to download
the actual program, just some example stuff, and it says "coming
soon"... Is it out there somewhere and I
a storage. You should define
a structure of the class before using the class.
You can set the value of the $somevar anytime later, when using an
object of class a.
$d->somevar = true;
and the next call to $d->b() will print nothing.
But you won't be able to assign a value to $somevar, if
Hello sam1600,
Wednesday, January 10, 2001, 7:44:44 PM, you wrote:
>> $d->somevar = true;
>> and the next call to $d->b() will print nothing.
>> But you won't be able to assign a value to $somevar, if it is not
>> declared in the class.
sic> This d
uture since it violates the OOP
paradigm. It looks like a bug, not a feature to me.
I'm not sure that PHP should invent its own OOP style. Once
in the morning after update to a new PHP version you'll find that you
classes won't work anymore if you do such things.
sic> As far as I
Howdy-
I'm having a slight problem when attempting to build php 3.0.18
First of all I'd like to say the rpm spec file I inherited for this is a
mess- I may clean it up (likely start from scratch...), but the spec
file I'm using isn't the issue.
mod_php builds just dandy- b
o use is to uncomment certain shared
objects from their php3.ini file.
That way if they don't want certain php functions available, they don't
need to add to the weight of apache by having php provide those
functions.
Richard Lynch wrote:
>
> If you're smart enough to edit a
Can anyone shed any light on why the following code doesn't work? I'm
trying to interact with ssh through PHP's popen function.
Julia
";
maxpsi(0);
?>
--
[ Julia Anne Case ] [Ships are safe inside the harbor, ]
[Programmer at large] [ but is that what ships are really
Richard Lynch wrote:
>
> Try the Apache/MySQL/PHP Mailing List also:
>
> To unsubscribe from this list, just send a blank message to
> [EMAIL PROTECTED]
>
> To switch to or start with the digest version, send a blank message to
> [EMAIL PROTECTED]
>
> This list
ut I don't think so.
If it is horde you are trying to install- if its just an imap client you are looking
for- check out basilix.
I also believe you can use a directive either in the php.ini file or httpd.conf to
turn magic quotes on/off on a per directory basis, w/o .htaccess (again- I'm no
edia
> The Solution To Your Internet Angst
> http://www.neweve.com/
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators,
Hello,
I tried to upgrade php3* to php4 on my win98 machine. Downloaded the binarie
and tried to install it. Every time I trie to request a *.php-file I get the
following error:
>> PHP: Unable to parse configuration file.
Does anyone know what this meens and how to solve it??
php 3
$mailsent = mail("[EMAIL PROTECTED]", "Subject",
$mesg, "From: [EMAIL PROTECTED]\n")
Try this,
Julia
Quoting Yurais Fernandez Leal ([EMAIL PROTECTED]):
>
> Hi
>
> I have a web site that sends virtual greetings cards
>
> But the mails
Heb ik ook CGI nodig om php4 te draaien??
-Oorspronkelijk bericht-
Van: Chris Hayes [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 18 januari 2001 13:18
Aan: Bart A. Verbeek
Onderwerp: Re: [PHP] upgrade problems
> >> PHP: Unable to parse configuration file.
>
> Does a
look into nedit.
It does very well on linux, and I hear there's a Windows port.
I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg
nedit website is http://www.nedit.org/
It doesn't have a publish directly to the web function, nor does it have a built in
server- but I just
Yes.
We (abriasoft) include it with some of our products.
It's got a lot of nice features, and runs very well.
On Thursday, January 18, 2001, at 05:05 PM, Scott Gerhardt wrote:
> Has anyone tried Bluefish for Linux?
>
>
>
> > -Original Message-----
>
On Thursday, January 18, 2001, at 05:18 PM, Scott Gerhardt wrote:
> The latest version of Bluefish really has a lot of tools and features for
> PHP4.
Agreed. I still like nedit better, though :D
note: nedit does NOT have the php features bluefish has as far as button clicking
st
John Hinsley wrote:
>
> "Randy Johnson" <[EMAIL PROTECTED]> wrote:
>
> > is there any benchmarks or proof that I should host a high traffic site on a
> > FREEBSD/APACHE instead of a redhat Linux/Apache server?
Apache doesn't have threading (y
Hello Randy,
Thursday, January 18, 2001, 9:49:37 PM, you wrote:
RJ> is there any benchmarks or proof that I should host a high traffic site on a
RJ> FREEBSD/APACHE instead of a redhat Linux/Apache server?
I can't show the figures, but I gave the feeling that FreeBSD behaves
better
I would use thttpd with php support compiled in, rather than a browser.
That way you could use whatever the browser on the users system was- more comfortable
for the user.
difficulty is what port to run the server at (well, one of the difficulties...) but
you could search for an unused
Aditionally you could create a ram disk with you php stuff, mount that in
/tmp/whatever read-write- and use that for your thttpd document root. May require root
access to mount the ramdisk, though.
On Friday, January 19, 2001, at 03:12 PM, Michael A. Peters wrote:
> I would use thttpd w
Christian Reiniger wrote:
>
> On Thursday 18 January 2001 23:05, Noel Akins wrote:
> > Question 2:
> > Is there a way for php to detect the cpu speed of a users computer?
>
> If you're on a Linux machine you can read /proc/cpuinfo and pick out the
> speed
Hello Alex,
Sunday, January 21, 2001, 4:20:53 AM, you wrote:
AB> no without submitting information to the server with get or post.
AB> for example, if a bit of javascript you have comes up with some value, the
AB> only way you can get it to the server is to put it in a get and se
look into asp2php
a search on google for asp2php should get you the huys home page.
On Monday, January 22, 2001, at 12:54 PM, Jacky@lilst wrote:
> Hi people,
> I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there
>any proper way
> to do this? The dat
try find / -print |grep "php\.ini" after your make install.
will take awhile, but that should find it :D
On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote:
> Everybody talks about this nice configuration file, but where is it?!
> I have compiled php4 with ap
El Jue 25 Ene 2001 10:21, Frank Joerdens escribió:
> On the PostgreSQL lists there has been some discussion recently as to
> the mechanism behind, benefits and drawbacks, of persistent connections.
> In particular a scenario similar to the following was brought up:
>
> Browse
My question is-
Does the encoder license permit a company to purchase the license, and then optionally
encode php for third parties?
Can I, for example, encode purchase the encoder, and then make a deal with John who
can't afford the encoder to encode John's web application for $15
El Jue 25 Ene 2001 14:34, Frank Joerdens escribió:
> On Thu, Jan 25, 2001 at 11:18:49AM -0300, Martin A. Marques wrote:
> [ . . . ]
>
> > No, and thats why in the postgres list we talked about persistent
> > connections not having much benefits. That is because the connection
El Jue 25 Ene 2001 16:49, Frank Joerdens escribió:
> On Thu, Jan 25, 2001 at 04:04:24PM -0300, Martin A. Marques wrote:
> [ . . . ]
>
> > Of course. But the persistent connection are not working as the manuals
> > say they should work.
>
> It appears this riddle has
(sort of) all the info about
the last query. What sort of information would you like? Last insert? You
have an pg_getlastoid() function.
Hope it helps.
Saludos...:-)
--
System Administration: It's a dirty job,
but some
Hello Chris,
Friday, January 26, 2001, 8:23:27 AM, you wrote:
C> is there anyway to post without clicking a submit button?
You can, e.g. using javascript event.
on="document.forms['formname'].submit()"
--
Best regards,
Max A. Derkachev mailto:[EMAIL PROTECTED]
Sym
I'm having some trouble with PHP4 on a FreeBSD 3.2 machine. PHP3 compiles
and works fine, but PHP4 gives a floating point error (both as a module
and static). PHP4 under FreeBSD 4.2 works fine.
Any ideas,
Julia
--
[ Julia Anne Case ] [Ships are safe inside the h
On Friday, January 26, 2001, at 09:16 AM, lou wrote:
> You can't on os9.
Sure you can.
Its called webten
http://www.webten.com/
and it supports php
>
> You have to run it on osX PB (or osx server I believe)
Or you could go with a freely available operating system such as
Thanks, it works now.
Julia
Quoting Rasmus Lerdorf ([EMAIL PROTECTED]):
> Try a snapshot from http://snaps.php.net
>
> This should be fixed.
>
> -Rasmus
>
> On Fri, 26 Jan 2001, Julia A . Case wrote:
>
> > I'm having some trouble with PHP4 on a FreeBSD
Mensaje citado por: Jack Davis <[EMAIL PROTECTED]>:
> We have designed a web based email program that we have
> recently found a problem with...If you open up two email
> accounts in two different browser windows, the first window
> opened takes on the session that the second
Mensaje citado por: Brandon Orther <[EMAIL PROTECTED]>:
> Hello,
>
> Is there a way to start a session and then save a temp file with the
> name of
> the Session ID?
I thought that was what it did. :-)
Read the session manual, the papers published in phpbuilder and check t
Mensaje citado por: Oguz Demirkapi <[EMAIL PROTECTED]>:
>
> Hi,
>
> We have a PostgreSQL and Php 4.02 preinstalled Cobalt RaQ4r server and
> I
> want to manage PostgreSQL via pgPgAdmin. But when I try to log
Speak in english, even if some of us can understand you.
Mensaje citado por: Alex sepúlveda <[EMAIL PROTECTED]>:
> Estimados:
> He instalado PHP en un servidor Windows NT/2000 y cuando en el primer
> archivo php creo una conexion a Oracle, se cae
> en la función O
Mensaje citado por: Todd Cary <[EMAIL PROTECTED]>:
> I have a comma delimited string that I need to parse into an array. Is
> there a PHP function that will do that ?
Did you check the string functions? explode for example?
Saludos... ;-)
System Administration: It's a dirty
1301 - 1400 of 2302 matches
Mail list logo