"index.php" is:
...
then that output is run through "addfooter" (a command line script)
which results in:
...
The footer is inserted here.
Then apache outputs the above html.
Any ideas?
Thanks
Paul
--
.''`. Paul William
: :' :Debian admin
*
> The contents of this e-mail and any files transmitted with it are
> confidential and intended solely for the use of the individual or
> entity to whom it is addressed. The views stated herein do not
> necessarily represent the view of the company. If you
***
> The contents of this e-mail and any files transmitted with it are
> confidential and intended solely for the use of the individual or
> entity to whom it is addressed. The views stated herein do not
> necessarily represent the view of the company. If you
;t change page content, it'll only
rewrite the *requests* that come in.
Of course, if you know all this already, and really are trying to point
requests for /articles.php?id=123 to a file named "123" in the directory
"articles", then you&
I'm just barely beginning... but I have tried to research this...
As per instructions in the class I'm taking I set up several php library
folders outside of public_html, one of which is
../phplib/utilities/
and inside that folder I've put a file scandir.php containing the
function called "sca
Barefoot wines got sued by the French maker of Chateu la fite for their
Chateu la feet and Barefoot lost. Amazing but that's the precedent that
comes to mind.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r if running as an
apache mod in an .htaccess file.
I had luck with the include approach:
include 'c:/_Paul/web/phplib/utilities/dirfile.php';
echo scandir();
I guess it'd be more wise to put in my php.ini to save a lot of trouble.
Thanks!
Paul Furman wrote:
I
John W. Holmes wrote:
As for your php.ini, you put a path for include files that PHP will look
in by default. So if you put 'c:/_Paul/web/phplib/utilities' as an
include path, you'll be able to just use include 'dirfile.php'; instead
of giving the complete path.
I added this line to my php.ini
Paul Furman wrote:
I added this line to my php.ini without luck:
include_path = 'c:/_Paul/web/phplib/utilities'
PS I also tried it with backslashes instead of forward-slashes.
Inside php code that doesn't matter (or at least it works) on my windows
machine but the php.ini does ask
Solved again, double quotes needed!
include_path = "c:\_Paul\web\phplib\utilities"
include_path = 'c:/_Paul/web/phplib/utilities'
PS I also tried it with backslashes instead of forward-slashes.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
p.net/session_write_close for some discussion on this.
> I don't understand what's happening here. Any thoughts?
If none of the above suggestions help, then I have no clue. :-)
p
--
Paul Chvostek <[EMAIL PROTECTED]>
it.canada
I have an application that stores large text fields in MS SQL SVR and when
they are entered on-line everything works fine. The problem begins when I
try to retrieve them from the database and populate a field on the php3
on-line form. The query will only return the first 4096 byte of the
informa
subscribe
Title: Blank
GD config problem, Windows problem,
browser Options issue,
or something else? I can't seem to figure this one out.
(I'm still newbie to php, trying to learn on my Win98 pc at home.
)
* * * * * * *
GD is properly showing up on the ph
>> For example: the week number is 26, and I have to know which
>> was its first day (the date, not the day of the week), say 06/21/2001,
>> monday.
>
>If the week number is 26, then thats 26 x 7 = 182 days into the year.
That would give him the number of days into the year the last day of week
Hello all,
I am trying to build an IRR calculator using PHP. The number of cash flow
streams I will have at any time will vary, so I am using a loop to build the
formula. Then I am iterating to solve the equation and output the solution.
As most of you know, I am solving the following for r:
Hello, anybody know, how can i change the timeout of the telnet server in a redhat
6.2?
Thanks
_
Get your own i8that.com email addresses. It's Fun! It's Free!
Go to---> http://www.i8that.com
--
PHP General Mailing List (http
Design
Group">\n
Created:
20010221195310
Last Modified:
20010219104604
I'm sure that the answer is right in front of me, but my heads bleeding to
badly from hitting the wall so many times, I can't see it!
-- Paul
--
PHP Gen
text area
within the same string. I updated my code to be more like yours and arrived
at:
'?>" .
htmlspecialchars($linkurl) . "\n"?>
which seems to make the parser behave as I intended.
Anyway...thanks!
-- Paul
- Original Message -
From: "Simon Garner&
re
mods as it will allow for less-HTML literate users to easily build their
links.
Thanks a bunch!
-- Paul
- Original Message -
From: "Simon Garner" <[EMAIL PROTECTED]>
To: "John Monfort" <[EMAIL PROTECTED]>; "Paul Warner"
<[EMAIL PROTECTED
o
trigger a call to this 'script'. I quote that because the 'script' is
actually the URI/URL to the above mentioned .GIF!
How do I get PHP to stop trying to pull this file?
Any help would be most greatly appreciated!
-- Paul
--
PHP General Mailing List (http://www.php.ne
e
I am going to send, but only grab the HTML file and send it.
Last, I also would like to send a second email to myself to inform me
that someone (from) has sent the page someone else (to). That
doesn't seem to work.
Your help will be very much appreciated here in South Africa... T
o
trigger a call to this 'script'. I quote that because the 'script' is
actually the URI/URL to the above mentioned .GIF!
How do I get PHP to stop trying to pull this file?
Any help would be most greatly appreciated!
-- Paul
--
PHP General Mailing List (http://www.php.net/)
T
love to hear from you - email us at
<[EMAIL PROTECTED]>.
Best regards,
Paul Tweedy
5emedia Limited
The web development team that walked away with two (count 'em, TWO) BT
eBusiness Innovation Awards!
__
Bedford Heights - Manton Lane - Bedfo
I am trying to make a call from one page (pure HTML) that would include a
tag as follows:
http://mydomain.com/returnimage.php?var1=value1&var2=value2
width="100" height="50" alt="Description">
My question is how to get the php script to return the proper headers as
well as the image to the clien
ubject: Re: [PHP] Script returns an image?
> Did you read this page?
> http://www.php.net/manual/en/features.images.php
>
> What is your php code looks like? if you read this page already.
>
> Yasuo Ohgaki
>
> ----- Original Message -
> From: "Paul Warner" &
Thanks, I knew I didn't want to create or modify an image, so the html
seemed the only way to retrieve it...I guess I didn't know I could retrieve
a binary file in this manner.
-- P
- Original Message -
From: "Christian Reiniger" <[EMAIL PROTECTED]>
Subject: Re: [PHP] Script returns an i
Why not lease a dedicated machine in your favourite flavour. That way you
have the reliability of a hosting company that monitors 24-hrs, provides
generators, UPS, etc. but will have full control over site, configuration,
etc. There are many dedicated servers available in NT/2000/Linux/Cobalt
Ra
Dumb question here but where does one typically keep there PHP form scripts,
like
web/index.htm
images/image.jpg
phpscripts/login.php
cgi-bin/perlscript.pl
secure/secureforms.here
Is there a problem keeping everything in the WEB directory, is it a security
issue or management of files issue? Bot
I had problems getting Apache, PHP and MySQL to work using the RPM's on
Redhat 7.0. I ended up deleting all of them and installed manually using the
tar's.
- Original Message -
From: "David Robley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 11:32 PM
Subject: R
e know what the rule
is?
(php v 4.04pl1, apache, linux 2.2.18)
All the best
--
Paul
--
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]
In article <997dil$t5u$[EMAIL PROTECTED]>, Yasuo Ohgaki
<[EMAIL PROTECTED]> writes
>> "Paul Rees" <[EMAIL PROTECTED]> wrote in message
>> r19NDKAFmot6Ew$[EMAIL PROTECTED]">news:r19NDKAFmot6Ew$[EMAIL PROTECTED]...
>> > Hi,
>> >
&g
Hello,
How would I simulate an http post in PHP. Something like the equivalent
of this:
And how would I be able to read the resulting page.
__
www.edsamail.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
e using of the tiff, jpeg etc and also how
you built these. As there's not as many of us on SCO it maybe better if we
put our heads together to get it sorted - you know what they say :o)
Best regards,
- Paul -
- Original Message -
From: "Grimes, Dean" <[EMAIL PROT
Hi Stewart,
Try again my friend. I've just been there and version 4 is definately
available. I won't ask why your vision is blury - you know what they say,
hairy palms and all that! ;o)
Thanks Dean for the info, I'll give it a whirl when I've got some free time.
others to contribute with their particular build so
that a centrally managed install guide could be set up and perhaps free up
some of the traffic on the lists?
Best regards,
- Paul -
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
I'm looking for a full-featured PHP script for
log file analysis. Can anyone recommend one?
Thanks in advance,
Paul N.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
If I have PHP scripts I want in a directory other people can't access, how
do I let those scripts be read by the sever? Like scripts that contain user
and password info or is just have them named "filename.php" secure enough?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
That's what I did to get mine working on 7.0
-Original Message-
From: Altunergil, Oktay [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 7:32 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP] Sos
Remove both rpms + apache
Do a source install. Using redhat is no excu
How about;
list($column1, $column2, $column3) = array("wheat2", "rye2",
"pumpernickel2");
Not totaly flexible as below. But it satisfies the question. Needs php4.
Paul Kozlenko
"Jay Lepore" <[EMAIL PROTECTED]> wrote in message
9dcp7h$tjr$[EMAI
Strike that...I didn't read the question properly
Paul Kozlenko
"Paul Kozlenko" <[EMAIL PROTECTED]> wrote in message
9dd14a$gka$[EMAIL PROTECTED]">news:9dd14a$gka$[EMAIL PROTECTED]...
> How about;
>
> list($column1, $column2, $column3) = array("wheat2&q
I had a little trouble with RedHat using the RPM's to get those packages to
work. It only worked best when I used the tar.gz files on all three and
followed the instructions. I felt that since these are critical components
that need to work for me and I was doing it by hand anyway why even use
Red
can this be set in the php file or htaccess with
sendmail_path ="pathtosendmail/sendmail -oi -t -odq";
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Peter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thu
I'm on PHP/4.0.2
i'm getting
Fatal error: Call to undefined function: is_uploaded_file()
how can i emulate the function
will also nag my host but...
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
ame of the include
file, not the parent file. The __LINE__ is the current line within the file
(include).
HTH.
Paul Burney
--
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]
no it's move_uploaded_file and it's 4.03 or greater as well.
i'm using empty() as i just want to see if i uploaded a file or not
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Andrey Hristov" <[EMAIL PROTECTED]>
To: &
yep it all works on my dev server but the host only has 4.02 installed these
functions are php 4.03+
- Original Message -
From: "Andrey Hristov" <[EMAIL PROTECTED]>
To: "Paul Roberts" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, Decem
I had been using "blob" for a lot of mysql text fields, even email
address as well as other data. all of a sudden, it seems, instead of
seeing and editting these blob values in phpmyadmin (i currently have
2.2.2) tables all i see in the fields is "[BLOB]" and I am ubnable to
edit the fields.
Does
TRUE?
>
> Op vrijdag 28 december 2001 16:52, schreef Paul S.:
> > I had been using "blob" for a lot of mysql text fields, even email
> > address as well as other data. all of a sudden, it seems, instead of
> > seeing and editting these blob values in phpmyadmin (i cu
When reloading php software to new directories deleting the old dir is
often difficult because there is a dot file (often with a majic quotes
directrive) so directories aren't empty. I have to telnet to my main
account and use command line ftp to delete the (still invisible)
offending dot files. T
yes you can connect via ODBC.
- Original Message -
From: "Matt Friedman" <[EMAIL PROTECTED]>
To: "'gendeng'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 02, 2002 3:32 AM
Subject: RE: [PHP] connect MS Access
Please do not send html emails to this list.
Send only p
a.
Authors may also use numeric character references to represent double quotes
(") and single quotes ('). For double quotes authors can also use
the character entity reference ".
From:
http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2
HTH.
Paul Burney
--
PHP General Mai
Hi,
Under PHP 4.0 getcwd() worked fine. Now my provider changes to PHP 4.1.1 and
now it doesn't work any more. What can i do to get the current directory
(url) now?
thx
Paul Zernik
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
have a look at eval()
Paul Roberts
[EMAIL PROTECTED]
From: "Lauri Vain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 12, 2002 11:44 AM
Subject: [PHP] multiple replaces...
Hello there,
I have about 30 markers in the text whi
a nice starter on encryption
http://www.onlamp.com/pub/a/php/2001/07/26/encrypt.html?page=1
Paul Roberts
[EMAIL PROTECTED]
"Hawk" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok, even if I don
Don't you pay them for the very difficult stuff!
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Malcolm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 11:04 AM
Subject: [PHP] Win
what are you doing a while on
if while never ends and you reset the time out each loop and use
ignore_user_abort(true), it will still be going 13 hours latter.
maybe if you send the full code so we can look at it.
Paul Roberts
[EMAIL PROTECTED]
- Original
At 16:59 -0800 1/27/02, Fred wrote:
>If this file has a .php extension remote users will not have access to the
>variables because the file is parsed by php and they never see the actual
>file contents when requesting the document via the web. If you are
>concerned with users on localhost having
I think you mean that you want to display the total as text but have the total on the
form hidden so they can't edit it (and give themselves a discount), you can use a
hidden form field, sessions or cookies.
Paul Roberts
[EMAIL PROTECTED]
- Ori
try using
// set up query
$sql = "UPDATE thistable
SET FNAME = \"$esc_fname\", LNAME = \"$esc_lname\", EMAIL
= \"$esc_email\", WEB = \"$esc_web\"
WHERE ID = \"$id\"
";
variables aren't expanded
Test please ignore
Just a test to see if I am on the list yet.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
regularly and I want a one stop
solution.
Any ideas???
Paul
|--|
|Paul Fowler
|Zgtec, Inc.
|P.O. Box 11199
|Aspen, CO 81612
|<[EMAIL PROTECTED]>
|<http://www.zgtec.com>
|--|
--
PHP General
where am i going wrong
i used
$mail = preg_replace("/]*?>/i","\n\n$0", $mail,-1);
and
$mail = preg_replace("/]*?>/i","\n\n\\1", $mail,-1);
but i get $0 or \1 inserted, but only on the linux server
not on my win 20
the script.
I am not sure if I am even getting warm or if I am on another planet.
1. Any ideas how I can simply make php get a text file into the mysql
database?
2. Is there a way to set a (albeit maybe large) variable with the contents
of an include file?
Sorry to sound like such a php newbie, but I am.
Kind thanks,
Paul
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is there a way to monitor bandwidth use of a script
any ideas welcome.
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
want to crash your server with an infinite loop there's plenty of ways to do
it.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Jason Soza" <[EMAIL PROTECTED]>
To: "Jason Murray" <[EMAIL PROTECTED]>; <[EMAIL PROT
search zend.com for breadcrumbs
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 27, 2002 2:01 PM
Subject: Re: [PHP] Directory System Splitter
> On Saturday 27 April 2002 20:34, Randum Ian wrote:
>
> [snip]
>
> > For example:
>
install a webserver (apache?) on your machine and then set up server mappings in
homesite so when you switch to browse in homesite your code is parsed.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Pag" <[EMAIL PROTECTED]>
To: &
. If it's 97 then you need the border=1 in the table though.
have fun.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 06, 2002 3:25 PM
Subject: RE: [
try
eval("?>$footertext");
also take the code out of the function and try it, you may need to global some more
variables.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: <[EMA
how about using the FTP functions that php has, look it up in the man, i haven't used
it.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 25, 200
causing the problem. Is there anything else that can cause the same error?
Info:
OS: Win98
PHP Version: 4.1.2
Web Server: Apache/1.3.6 (Win32)
Browser: MSIE 6.0
Regards,
Paul Cuthbertson.
I'm afraid all I get is:
Warning: Server Error in d:\htdocs\scriptname.php on line 19
Line 19 being the mail() command. The script works fine on a different server. Any
Ideas?
Paul.
- Original Message -
From: "Tyler Longren" <[EMAIL PROTECTED]>
To: "
Firstly, thank you for the continued help. Unfortunately I just tried this:
..and the error still occurred. The error appears immediately, as if it's
not even trying to connect to anything.
Paul.
- Original Message -
From: "Tyler Longren" <[EMAIL PROTECTED]>
the old, so it wasn't a problem with the
length. I have no idea why it happened, it's quite annoying that it did cos
it would be loads better for me if it accepted the original one. Oh well.
Cheers for all the help I received.
Paul.
> - Original Message -
> From: Paul Cut
At 18:09 -0400 6/3/02, Jule Slootbeek wrote:
>Hey guys,
>i'm getting this error with the following sql script using php:
>--error--
>Warning: Supplied argument is not a valid MySQL-Link resource in
>/var/www/phpquiz/register_user.php on line 12
>--error--
>
>--script--
>$link_glob = "mysql_connec
I deleted everything in the php dir and reinstalled it all.
- Original Message -
From: "Hunter, Ray" <[EMAIL PROTECTED]>
To: "'Jeremy Reed'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 4:32 PM
Subject: RE: [PHP] unable to load dynamic library etc. etc.
>
how do i do two things at the same time, i'm thinking of the equivalent of fork in perl
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I thought that a simple php file "email.php" as follows:
mailto:[EMAIL PROTECTED]";);
?>
might open a compose window and circumvent those spam robots (the robots
that search web pages for email addresses for spam lists).
1) If this worked (a href="./email.php) then WOULD spam robots be
circumve
i should use for int setting
the man is not clear on this.
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 7:46 -0500 3/6/02, Chuck \"PUP\" Payne wrote:
>Hi,
>
>I a seting up a php page that will let me delete a record from my mysql
>database, but I want it be able to match to fields before it will let a user
>delete that record. I know the basic sql command is
>
>DELETE FROM $table WHERE field
You can do
eval("?>$fp");
this will echo the evaluated $fp data. as you exit php mode before the eval,
so any php in the file needs to be in tags
you can also catch it with output buffering if you need to.
Paul Roberts
[EMAIL PROTECTED]
- Ori
it arrives.
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Erik Price" <[EMAIL PROTECTED]>
To: "DL Neil" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 8:53 PM
Subject: Re: [PHP] Rasmus,
Is there anyway that I can open a new browser window in php, like you are
able to do in JavaScript (window.open()). I have had a look around and can't
find any information on how this can be done.
Many thanks.
PW..
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
Trying to use the COPY function to allow user uploads to a site,
along the lines of:
copy(temp directory, directory on my server).
However, I'm getting an error:
Warning: Unable to create 'directory/image name': Permission denied
in myPHPfile on line x (where x is the COPY function).
I've s
' '--with-mysql'
'--enable-track-vars' '--enable-versioning' '--enable-bcmath'
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok
for lynx, at the command prompt i get
bash: lynx: command not found
I've also looked in all the obvious places for php but can't find it.
the server is a cobalt raq 3 and i have a virtual host account so i can't recompile
php.
maybe I'll rewrite it in Perl.
Paul Robe
wget http://your.server.address/phpscript.php
did the trick
thanks
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Bruce S. Garlock" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 8:55 PM
Subject: R
the html is wrong, option doesn't have an attribute of name, select has the name,
option has the value.
try it like this, the result will be in $files
";
while ($file_name = readdir($dir)) {
if (($file_name != ".") && ($file_name !="..")) {
$file_list .= "$file_name";
}
}
$file_list .
when i enter sZZsçe in to a form it's changed to sŹZşçę I didn't code
it to change it to html special characters, is php doing this?
Paul Roberts
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there a quick way to set all variables as global so that they are avalible to a
function, i'm doing an eval inside, so i need all the submitted variables to be
avalible, or do i have to decalre them individualy.
Paul Roberts
[EMAIL PROTECTED]
--
PHP Ge
it's METHOD=POST already, I'm trying to find out why a Polish address was changed!
Paul Roberts
[EMAIL PROTECTED]
- Original Message -
From: "Cal Evans" <[EMAIL PROTECTED]>
To: "Paul Roberts" <[EMAIL PROTECTED]>; "ph
Hello,
Could be a simple problem, using PHP4 on a Linux/Unix Cobalt RaQ4 server. I
have been using it fine, but the mail() function wont send mail, even with
the most basic content and lack of headers.
Can anyone offer any advise on what could be the problem, or any scripts I
can use to test th
not seem to get it
to work properly. Are there any CIDR/bitwise operator wiz's out there
that could help me get this straightened out. Thanks.
/Paul
Input:
remote_ip = 192.75.242.88
cidr = 192.75.242.0/24
Output:
ip = -1068764584
start = -1068764672
mask = -16777216
function
You can do this using the number_format function or probably sprintf.
/Paul
On Saturday, November 17, 2001, at 01:36 PM, Scott Dudley wrote:
>
> i'm new to php and am having difficulty translating this tiny awk
> function that i use to comma format numbers. can someone assist?
21:04:19 PST 1999 mips unknown
# gcc -v
Reading specs from /usr/lib/gcc-lib/mipsel-redhat-linux/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
What's going on / how do I fix this / what other information do you need?
Paul
shad 96c / uw cs 2001 / mac
itor to view. This is what allows Adobe Acrobat files to
spawn the Acrobat reader instead of getting saved to the users
filesystem. I *think* that you need to alter the header to be
'unknown', but I am not sure of the specific syntax or method to
accomplish. Maybe another lister can co
er and file dsn on the odbc
applet.
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified, SQL state IM002 in SQLConnect in
c:\my documents\\links\hs~links.php on line 48
thanks in advance.
Paul Roberts
[
Joshua Hoover wrote ...
>I've been looking at a variety of software packages which allow you to
>validate U.S. mailing addresses against the USPS's database.
>Unfortunately, all of the products I've been able to find so far are
>Windows based and only support interfacing via COM.
Have you checke
I tried:
chown($file_name, 'nobody');
chgrp($file_name, 'site3');
Error message for first and third attempts is identical:
Warning: chown failed: Operation not permitted in
/home/sites/site3/web/dev/maintenance.php on line 191
Why is it 'not permitted'
401 - 500 of 2080 matches
Mail list logo