Now that, the function has been verified,
what else could be wrong?
- Original Message -
From: "Jack Dempsey" <[EMAIL PROTECTED]>
To: "Jason Lotito" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "'PHP General List. (E-mail)'"
<[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 3:08 PM
Subj
Yeah..I saw that last line AFTER having posted that. =) Goes to show
myself that even when you search for a function, and the manual says it
doesn't exist...it still might. Haha...
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack
> Dempsey
> Se
http://www.php.net/manual/en/function.mysql-num-rows.php
jack
Jason Lotito wrote:
>
> Look in the script...
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 16, 2001 10:50 PM
> > To: 'PHP General List. (E-mail)'
> > Subject: Re: [P
Look in the script...
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 10:50 PM
> To: 'PHP General List. (E-mail)'
> Subject: Re: [PHP] Re: Invalid or Valid because the same.
>
>
> //HTML headers here
>
> if ($Submit == "Submit") {
If it was a question about tables and how you can use them with PHP then yes.
Take this off-list if you have something important to say please.
At 07:39 AM 3/17/01 +0100, Nik Gare wrote:
>In article <[EMAIL PROTECTED]>,
>Rick St Jean <[EMAIL PROTECTED]> wrote:
> > Make sure you read the whol
//HTML headers here
";
if ($count > 0) {
for ($i=0; $i";
}
}
elseif ($count == 0)
{
#Insert Database checking ( NO ERROR )
$host="localhost";
$dbuser="root";
Hi
Can someone explain me what's the difference between include() and require() ??
I did not catch the explanation in the docs.
When should I use include() and when should I use require() ??
I'm not on the list so reply me to: [EMAIL PROTECTED]
Thnx
--
In article <[EMAIL PROTECTED]>,
Rick St Jean <[EMAIL PROTECTED]> wrote:
> Make sure you read the whole message before you comment. There was a
> relative question at the bottom.
I have a question concerning tags.
I also have a question concerning PHP.
Should I ask both questions here, or jus
Sorry, heres the attached file.
- Original Message -
From:
[EMAIL PROTECTED]
To: 'PHP General List. (E-mail)'
Sent: Saturday, March 17, 2001 2:35
PM
Subject: Invalid or Valid because the
same.
Hello,
Sorry to disturb you guys of your precious programing
Hello,
Sorry to disturb you guys of your precious programing time ;-)
I'm stumped, I have coded everything properly and everything looks perfectly fine but
I'm still getting error. I'm doing a lostpassword script such that when a user fills
in their email, the database will check if there is s
Hi,
I found a lot of articles that teaches how to install Red Hat Linux, MySQL
and PHP.
However, most of them are not elaborate enough to go through the entire
process.
Anyone with some solid resources on these ?
Also, can one install the server version of Red Hat with a GUI interface
rather the
Make sure you read the whole message before you comment. There was a
relative question at the bottom.
Rick
At 12:59 AM 3/17/01 +0100, Nik Gare wrote:
>In article <[EMAIL PROTECTED]>, Diego
>Fulgueira <[EMAIL PROTECTED]> wrote:
> > Hi! Ok, this is not a question about PHP, but since this is suc
In article <[EMAIL PROTECTED]>, Diego
Fulgueira <[EMAIL PROTECTED]> wrote:
> Hi! Ok, this is not a question about PHP, but since this is such a
> great discussion forum, I am certain it is a good place to get started
> with a new technology.
Oh, but it is a PHP mail list/newsgroup.
This question
Mathieu,
I believe the feature you are looking for has been made available in the
new PHP 4.0.5 that is upcoming. They have added a 5th paramether to the
mail() function so you can actually pass sendmail command line arguments
such as -f. For those of us not running the development v
Anyone have opinions on which DB abstraction layer is best for what
situation? Is there an article somewhere that compares the various DB
abstraction layers?
(Cross-post:)
Anyone know where I can find documentation or samples for metabase?
Dean.
--
PHP General Mailing List (http://www.php.n
> I am receiving the following error from my app, and I'd be gratefull if
> somebody would point out the usual cause of it. I am doing a redirect
> based on a form validation routine. Thank you.
>
> Warning: Cannot add header information - headers already sent in
> /usr/home/stas/html/cathedral
> > YES!
> > The only "problem" will be that these .php pages will be
> > maybe 5% slower since PHP is "parsing" them.
>
> That and all the links pointing to the old .html files will be
> broken...
That's what using .php in advance will avoid.
> So if you mix PHP and HTML in a file, PHP will be
e baptized into Christ have clothed yourselves with
Christ.
-- Galatians 3:26-27
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010316
===
Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/
--
PHP
Hello,
I am receiving the following error from my app, and I'd be gratefull if
somebody would point out the usual cause of it. I am doing a redirect
based on a form validation routine. Thank you.
Warning: Cannot add header information - headers already sent in
/usr/home/stas/html/cathedral/scr
zeevFri Mar 16 19:05:07 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/standard output.c
Log:
MFH
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.48 php4/ext/standard/output.c:1.48.2.1
--- php4/ext/standard/output.c:1.48
zeevFri Mar 16 19:03:50 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Fix the output buffering bug Andre found
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.48 php4/ext/standard/output.c:1.49
--- php4/ext/standard/ou
I have checked my phpinfo() and it shows that PSPell is enabled.
But when i run the following script (per php.net/manual/ example) i get the
following (following) error...
$pspell_link = pspell_new ("en");
if (pspell_check ($pspell_link, "testt")) {
echo "This is a valid spe
I've heard alot about the Zend Encoder. Using it can I encode I file so that php still
executes it, but a person cannot read my source by looking at the file? I'm
programming components for people and would prefer if they could use it, but not see
my source. Does it require any extra server set
[EMAIL PROTECTED] wrote:
> > There are only assotiative arrays in PHP.
>
> PHP has associative and numeric (normal) arrays. But is_array() says
> only if it is an array or not. The distinction could only be made if
> you look at keys. Keys can be integers or strings. I hope this was
> correct, if
php-general Digest 17 Mar 2001 02:24:05 - Issue 571
Topics (messages 44262 through 44351):
dbadmin improved
44262 by: Peter Van Dijck
Re: Strange Behaviour in non-reference globals?
44263 by: Yasuo Ohgaki
Can you recommend an ISP with the following?
44264 by: Jamie
On a related noted, does PHP have JDBC support?
I'm unable to find anything about this - anyone know if it's possible?
regards,
andrew
On 3/15/01 5:49 PM, "bard" <[EMAIL PROTECTED]> wrote:
> If you want to e mail me privately I'll go into greater detail.
> But, to be brief, let me just say t
With InterBase using persistent connections will save a lot of time.
However,
you need to be extra careful with how you manage transactions. InterBase
uses
a versioning engine for transaction management and you can easily screw up
the
system performance if you don't manage your transactions corre
php_ldap.dll also requires libsasl.dll, so make sure you move this dll to
\winnt\system32 as well.
Brett
"Alain ROMERO" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I copy 'msvcrtd.dll' in winnt\system32 and php3 works fine, but not php4
HELP !
Alain RO
i ve 20 film names stored at database, and i want to show them in
alphebetical order. And i want to show 10 of them at each page. Nothing is
wrong here. At the end of each film name there is a CHECKBOX, here is the
code:
$count = 0;
while ($row = mysql_fetch_array($result)){
echo "";
echo ""
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> On 12 Mar 2001 03:51:13 -0800, [EMAIL PROTECTED] (Nick Davies) wrote:
>
> >How about linux ones?
> >
> >I just tend to use vim or emacs but i'm sure there are some out there.
>
> I've used Xemacs. Do you know if there is a PHP mode for
I have a form that allows user to either upload a file from the client to the server
or take the contents of the textarea and dump it in a new file on the server.
Unfortunately I have tried to make the form write the new file to the server and at
the same time redirect to the this new file.
This question baffles me. Just to clarify do you have at least two radio
buttons on this page and are they both under the same name?
It also could be if the HTML you mailed the list is the same you have in
your generated page then you may want an '=' sign between the value"index"
.:: Nathan Coo
In article <[EMAIL PROTECTED]>,
Rick St Jean <[EMAIL PROTECTED]> wrote:
> The problem is that people are lazy or just to stupid to look for
> stuff.
I guess people are either too lazy or just too stupid to learn how to
quote in emails. ;-)
> I guess I am frustrated because all the lists I a
Webmin uses templates, so you could create anything you want. If you go into
Webmin configuration under the Webmin tab, you will see templates. When you
go in there you will see a menu for current theme. It should have Calderas
theme. That at least means they are open to template creation.
I agre
I am having a
helluva time getting PHP 4.0 to work with my apache browser. I add code for the
PHP software for instance:
phpinfo();
?>
And all I get is a
blank screen. I built php as an apache DSO. I know it is getting loaded cause it
bitches if the libphp file is not available. I
Hello all members,
i am confuse to pass my class object over page (read my
quote below).
can u give a little example to demonstrate this using serialize
and unserialize function.
thaks for your attention..
andrie
Tuesday, March 13, 2001, 9:03:08 PM, Loe nulis gini:
Okay, I have a bugger here. I am working on a script for my site to parse
articles, comments, so that people use a special markup (like [b] [/b] for
, etc). One of the feature I want to implement is a [code] feature
that will parse the code between [code] and [/code] like it would in
hightlight
Hi there,
I was using POST method on all my forms but I had to change them to GET
because of "expired page" errors (I noticed this as soon as I began using
PHP4 sessions).
It seems that GET works well so far, but I wonder if there's something else
I should be aware of. Are both methods equivalen
this is the code:
$page .= "";
this is the html source generated:
and this is what $pageid returns:
'on'
2 questions is
why? and how do i fix it?
thanks to all who take the time to awnser :-)
~Fred
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
El Vie 16 Mar 2001 19:53, Norberto Rojas escribió:
> Hi,
>
> I built the latest PHP4to use it as NSAPI with postgress connection:
>
>./configure --with-nsapi=/usr/netscape/server4/
> --with-pgsql=/var/lib/pgsql --enable-libgcc --enable-track-vars
>make
> make install
> "stop web se
On Fri, Mar 16, 2001 at 11:43:17PM +0100, Alexander Wagner wrote:
> Joe wrote:
> > Is there a way to determine if an array is associative or not? Maybe
> > something similar to the is_array() function ??
>
> There are only assotiative arrays in PHP.
PHP has associative and numeric (normal) arra
Oops, how embarassing :-(
My son must have been playing with it.
Thanks!
- Original Message -
From: Chris Mulcahy <[EMAIL PROTECTED]>
To: 'Joe' <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 3:51 PM
Subject: RE: [PHP] Associative vs normal arrays
> Joe:
>
> Were you aware your syste
Hi,
I built the latest PHP4to use it as NSAPI with postgress connection:
./configure --with-nsapi=/usr/netscape/server4/
--with-pgsql=/var/lib/pgsql --enable-libgcc --enable-track-vars
make
make install
"stop web server" & "restart"
,but when I try to pg_connect to postg
On Friday 16 March 2001 19:31, Don Pro wrote:
> Hi,
>
> I've used PHP scripts in my HTML to provide dynamic content but I was
> wondering if I can also use PHP to create standalone scripts on my UNIX
> box. If so, where is the PHP interpreter and how do I invoke it?
You should configure and comp
If you want to e mail me privately I'll go into greater detail.
But, to be brief, let me just say this.
DON'T DO IT.
Use jsp or python or anything else that talks to java. I've tried
every available permutation of php/java on SEVERAL different plat-
forms with simlilarly bad results on all of t
Joe wrote:
> Is there a way to determine if an array is associative or not? Maybe
> something similar to the is_array() function ??
There are only assotiative arrays in PHP.
regards
Wagner
--
Assumption is the mother of all fuck-ups.
--
PHP General Mailing List (http://www.php.net/)
To uns
is there a way in php if a page is supposed to be in frames and the user
tries to view it outside of the frame it automatically reloads the page into
the frame.
thanks
Randy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
is there a way in php if a page is supposed to be in frames and the user
tries to view it outside of the frame it automatically reloads the page into
the frame.
thanks
Randy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
"Jordan Elver" <[EMAIL PROTECTED]> wrote in message
01031619280300.01338@localhost">news:01031619280300.01338@localhost...
> Hi,
> I've got a db with a username and password in it. I can let people log in,
> like SELECT * FROM table WHERE username = username AND password =
password.
How ab
"Jordan Elver" <[EMAIL PROTECTED]> wrote in message
01031619280300.01338@localhost">news:01031619280300.01338@localhost...
> Hi,
> I've got a db with a username and password in it. I can let people log in,
> like SELECT * FROM table WHERE username = username AND password =
password.
How about yo
Is there a way to determine if an array is associative or not? Maybe something
similar to the is_array() function ??
Thanks,
JOE
Don't know how to do this, but basically I beleive Java will be the only way to
execute on the fly and load the image in question so it can be approved so to speak
which is what I beleive you are trying to do
Good Luck...
Mig wrote:
> Hello, I want to thank Kathleen and other people for i
put your defines in an include that all your pages include.
-aaron
At 2:28 PM -0700 3/16/01, Johnson, Kirk wrote:
>Can a defined()'d CONSTANT be made persistent between pages? According to my
>experiments, the answer is "no". Am I missing something?
>
>TIA
>
>Kirk
>
>--
>PHP General Mailing List
Can a defined()'d CONSTANT be made persistent between pages? According to my
experiments, the answer is "no". Am I missing something?
TIA
Kirk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To conta
Hello, i'm working with PHP, and i need use a classes that this company have developed
in java, can i use it from php?
...yes, i know that i can, but, when i make the configuration of the php.ini, run the
hello example, all rights, but, when i make a class
that use a frame of awt, for show a win
In a message dated 3/16/01 2:02:07 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Can this be used via .htaccess in a shared hosting situation?
>
I believe it can -- never done it personally though...
don
Hello, I want to thank Kathleen and other people for ideas about uploading /
displaying images using PHP and Mysql.
I checked these ideas and they work very well, so I will use them into my program. For
storing and retrieving image streams, I used addslashes and stripslashes PHP functions.
The
Helloppl,
a problem with a file_upload form :-( Here is what I've done so far:
File test.php which has the form is this:
Here is the included php file (handle_upload.php):
You have succesfully sent the foll
I am attempting to create a dynamic url from a field that has the value of
the dynamic url.
Here is the scenario:
1 - Field in MySql database = $logo_link_var =
page.php3?afl=$afl&site=$site&page=contact&ad=$ad_type
2 - Select logo_link_var from database and assign to $logo_link -- code is:
$se
Hello,
(Using both 4.0.4pl1 and latest CVS as of today.) I have been having
similar problems with defining my own session handling routings and
register_globals. If register_globals is off, a new session doesn't seem to
call the "write" handler, thus the session never gets stored. With
regis
andrei Fri Mar 16 12:46:35 2001 EDT
Modified files:
/php4/ext/standard array.c basic_functions.c php_array.h
Log:
@- Added array_filter(), which allows filtering of array elements via
@ the specified callback. (Andrei)
Index: php4/ext/standard/array.c
try something like
define("CONFIGURATION", "YES");
in xyz-inc-1.php
if (CONFIGURATION != "YES") {
include("/xyz-inc-1.php");
in the script
--- Jack Sasportas <[EMAIL PROTECTED]>
wrote:
> Is there a workaround under php3 for include_once ?
>
> Thanks
>
>
___
there's a few worthy notes within user comments under include() in manual,
have a look here :
http://www.php.net/manual/en/function.include.php
regards,
philip
On Fri, 16 Mar 2001, Jack Sasportas wrote:
> Is there a workaround under php3 for include_once ?
>
> Thanks
>
> ___
> Is there a workaround under php3 for include_once ?
if( !$this_include_file_only_variable_declared ) {
$this_include_file_only_variable_declared = 1;
// your include script here
}
And if you attempt to include the file more than once
in a script, the IF() will resolve true and skip past
Just a note...you can hash the password in the database.
Rick Emery wrote:
> First, I would NOT store passwords in a database. Rather, I'd store a hash
> based upon the password and username. Storing a password is dangerous as
> regards security.
>
> Second, if you're asking for syntax on
Is there a workaround under php3 for include_once ?
Thanks
___
Jack Sasportas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
Hi all,
I've recently discovered the extract function (thanks to the poster
regarding it), and have found it to save lots of time.
I'm having a problem though. 99 times out of 100 when someone thinks
they've found a "bug" it's actually their misuse of the function, so i'm
pretty sure this is
Hi! Ok, this is not a question about PHP, but since this is such a great
discussion forum, I am certain it is a good place to get started with a new
technology.
The thing is I have a DTD specification and I want to translate it into a DB
schema, and then create an "add-delete-modify" application.
Hi! Ok, this is not a question about PHP, but since this is such a great
discussion forum, I am certain it is a good place to get started with a new
technology.
The thing is I have a DTD specification and I want to translate it into a DB
schema, and then create an "add-delete-modify" application.
First, I would NOT store passwords in a database. Rather, I'd store a hash
based upon the password and username. Storing a password is dangerous as
regards security.
Second, if you're asking for syntax on how to add the security level column:
ALTER TABLE mytable ADD access tinyint unsigned no
andrei Fri Mar 16 11:51:08 2001 EDT
Modified files:
/php4/ext/standard array.c
Log:
All user callbacks should be to EG(function_table).
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.103 php4/ext/standard/array.c:1.104
--- php4/ext/st
One solution:
You set up a separate table:
user_level { level_id (unsigned int), level_description (varchar 100 )}
it looks like this:
level_idlevel_description
100 admin
200user
In your user table you add level_id as a field.
After a good validation of the user (username an
fmk Fri Mar 16 11:48:40 2001 EDT
Modified files:
/php4/ext/standard array.c
Log:
Fixing build on Win32 by adding missing BLS_FETCH();
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.102 php4/ext/standard/array.c:1.103
--- php4
Check out :
http://www.weberdev.com/index.php3?GoTo=phenominet/prices.htm
This is your one stop shop for hosting. WeberDev.com is hosted there
and I can tell you that their service is amazing. They are fast, reliable
and more than anything, very professional (specially in PHP / MySQL).
Sincere
andrei Fri Mar 16 11:29:23 2001 EDT
Modified files:
/php4/ext/standard array.c
Log:
@- Fixed all relevant array functions to avoid moving the internal array
@ pointer during operations. (Andrei)
Index: php4/ext/standard/array.c
diff -u php4/ext/standard
Hi,
I've got a db with a username and password in it. I can let people log in,
like SELECT * FROM table WHERE username = username AND password = password.
But how can I add an access level column so that I can have different levels
of security. So admin's can read everything, but users can only
Can this be used via .htaccess in a shared hosting situation?
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 10:15 AM
Subject: Re: [PHP] Shopping Carts and Sessions
> In a message dated 3/16/01 9:39:16 AM Eastern Standard Time,
> [EMA
I've migrated from apache 1.3.12 + php 3.0.16
to apache 1.3.19 + php 4.0.2.
but
still displaying old info like :
Configure Command : ./configure' '--with-mysql=/usr/local/mysql'
'--with-apache=../apache_1.3.12'
Apache Version : Apache/1.3.12
some informations displayed correcly :
Are you sure $name is an array. t appears to be a string and the $name[$i]
references one character in that string
mal
-Original Message-
From: Tom Harris [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2001 15:50
To: [EMAIL PROTECTED]
Subject: [PHP] echo only displays first character
Here's
I've migrated from apache 1.3.12 + php 3.0.16
to apache 1.3.19 + php 4.0.2.
but
still displaying old info like :
Configure Command : ./configure' '--with-mysql=/usr/local/mysql'
'--with-apache=../apache_1.3.12'
Apache Version : Apache/1.3.12
some informations displayed correcly :
page t
I'va migrated from apache 1.3.12 + php 3.0.16
to apache 1.3.19 + php 4.0.2.
but
still displaying old info like :
Configure Command : ./configure' '--with-mysql=/usr/local/mysql'
'--with-apache=../apache_1.3.12'
Apache Version : Apache/1.3.12
some informations displayed correcly :
page t
Ian, I think what you want is a variable variable - have a look at
http://www.php.net/manual/en/html/language.variables.variable.html
I think you might want something like this:
${$Color$Temp[$f]}
HTH.
--
Hardy Merrill
Mission Critical Linux, Inc.
http://www.missioncriticallinux.com
I
> YES!
> The only "problem" will be that these .php pages will be
> maybe 5% slower since PHP is "parsing" them.
That and all the links pointing to the old .html files will be
broken...
So if you mix PHP and HTML in a file, PHP will be slower
to parse those files? I thought it was smart enough
or you can use Apache to ForceType bar to use PHP.
then just write a generic URL parsing script and you're done.
if you want it for all of your URL's, make DocumentRoot a PHP script.
you might tricky problems with images and other non-script files, but
that's ok because you can just check for
sniper Fri Mar 16 10:18:02 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
This has got to be the last one..
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.315
php4/ext/standard/basic_functions.c:1
In a message dated 3/16/01 9:39:16 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> I thought Search engines couldnt spyder dynamic pages such as
> "1.php?foo=bar"
>
True - but with the magic of Apache's mod_rewrite -- you can make a URL
appear to a browser as: http://www.yourdomain.com
> http://www.php.net/manual/en/ref.funchand.php
> This page must be your friends.
I took a look at this page (and all the functions referenced
therein). While there must be a use for these functions
otherwise they wouldn't have been included in PHP, I'm at
a total loss as to why anyone would eve
I have this page where I am printing some items that are defined by size
and color which all the info is pulled from a database.
in the first item loop
PRINT ("\n");
translated looks like this.
meaning the color white and the size Small.
Now the next loop does what it is suppose to and return
> I'm looking to move from an old Web host (stormweb.net) that has
> entirely stopped responding to customer support emails. I liked what
> they had to offer, before they became unresponsive, so I'm looking for
> a similar ISP with:
>
I would do a search on google for cobalt virtual hosts. If
Hi Scott,
Good question! $PHP_SELF is a global variable, so you need to declare it in
functions:
function a()
{
global $PHP_SELF;
print $PHP_SELF;
}
John
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
98tjgv$40e$[EMAIL PROTECTED]">news:98tjgv$40e$[EMAIL PROTECTED]...
> Hi!
>
> I
Hi!
I noticed when using $PHP_SELF in the script, you can use only the
variables. So, I tried it with the arrays or functions and found that it
does not work. So, is $PHP_SELF limited to variables only?
Scott
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EM
steinm Fri Mar 16 09:40:38 2001 EDT
Modified files:
/php4/ext/hyperwave hg_comm.c hg_comm.h
Log:
- Inserting links without any delimiters is now possible
Index: php4/ext/hyperwave/hg_comm.c
diff -u php4/ext/hyperwave/hg_comm.c:1.39 php4/ext/hyperwave/hg_com
Hi,
I've used PHP scripts in my HTML to provide dynamic content but I was
wondering if I can also use PHP to create standalone scripts on my UNIX
box. If so, where is the PHP interpreter and how do I invoke it?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL P
sniper Fri Mar 16 09:10:46 2001 EDT
Modified files:
/php4/tests .cvsignore
Log:
.php files should not be ignored. Typo?
Index: php4/tests/.cvsignore
diff -u php4/tests/.cvsignore:1.1 php4/tests/.cvsignore:1.2
--- php4/tests/.cvsignore:1.1 Tue Nov 21 00:00:13
Thanks Chris.
George
--
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, e-mail: [EMAIL PROTECTED]
Damn, the "-t -i" did the trick I can't believe the fix was so easy and
I spent DAYS (really) trying to figure out what's wrong! Thanks so much,
Robert. :)
---Marius
> -Original Message-
> From: Robert Covell [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 11:41 AM
> To:
Do you have the switches for sendmail in your path?
Our installs have: /usr/sbin/sendmail -t -i for the path information...
Sincerely,
Robert T. Covell
President / Owner
Rolet Internet Services, LLC
Web: www.rolet.com
Email: [EMAIL PROTECTED]
Phone: 816.210.7145
Fax: 816.753.1952
-Original
I'm at a lossI've searched throught the knowledgebase, archives, docs,
etc but I can't figure out what's going on. The problem is when using the
mail() function nothing gets send and I don't get any error messages either.
It's like the message gets eaten by a black hole.
I'm running PHP4 on
The biggies are:
*An intuitive email config interface, with list management, aliases,
etc.
*Ability to "sub-let" out webspace/ftp area to people ("users"
directories)
*Web-space administration and monitoring (to regulate "sub"-users'
webspace)
*Good backup system. (RAQs let you download a compress
Although I somewhat agree with the webmin sentiment,
after having tried to do simple maintenance on a cobalt for someone,
it seems a real dog for anything outside the normal scope of what
they want you to do. We needed to edit an httpd.conf file,
but there doesn't seem to be a way to do it. Ditt
1 - 100 of 155 matches
Mail list logo