Since I can't get to your URL I can only give ideas :)
Did you try to upgrade the IE on one of the computers to IE5.5 and see
if the problem goes away?
Do you use a proxy?
Are your security settings set to default?
Sincerely
berber
Visit http://www.weberdev.com Today!!!
To see where P
btw, how long does the script run b4 you get the error?
Sincerely
berber
Visit http://www.weberdev.com Today!!!
To see where PHP might take you tomorrow.
-Original Message-
From: Maxim Maletsky [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 9:33 AM
To: 'Boaz Yah
sas Tue Feb 20 23:18:30 2001 EDT
Modified files:
/php4/ext/standard file.c filestat.c
Log:
Correctly check for the existence of the st_rdev field.
Note that this field is required to exist for SUSv3 conformance.
Submitted by: [EMAIL PROTECTED]
PR:
sas Tue Feb 20 23:39:13 2001 EDT
Modified files:
/php4 acinclude.m4
Log:
Instead of assuming that sendmail lives in /usr/lib, if we don't find it,
we also check /usr/lib now.
PR: #9362
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.120
Well, it doesn't make any sense upgrading. On my Mac all works fine, on my
Win2K I usually use Opera 5 identified as MSIE and it works as well.
Proxy, nope I go behind it.
Some go thru...
the problem stays no matter what.
Security settings?
again, makes no sense, I think, most of the users hav
sas Tue Feb 20 23:41:01 2001 EDT
Modified files:
/php4/sapi/cgi php_getopt.h
Log:
There is no need to declare ap_php_(opterr|optopt) with external linkage
as they are not used outside of getopt.c.
PR: #9364
Index: php4/sapi/cgi/php_getopt.h
d
I just wanted to post this out here so nobody else has to go through the
pain that I've gone through. Here's my instructions on installing PHP
4.0.4pl1 with OCI8 support on an AIX 4.3.3 box running Oracle's 9i
Internet Application Server. Please email me if this helps you so I will
feel bett
Addressed to: [EMAIL PROTECTED]
[EMAIL PROTECTED]
** Reply to note from [EMAIL PROTECTED] Mon, 19 Feb 2001 15:22:49 -0600
>
>I wanted to check with all of you before I report a bug.
>
> Here is the problem:
> I am attempting to access a OS2 server via ftp. When I login on the
>
Hi all,
is there a decent way to check whether a file is available on the
include_path? The only soultion I have found is
if ( ( $fd = fopen( 'my_file', 'r', 1 ) ) ) {
fclose( $fd );
/* ok, file is there */
}
That one's not really nice, at it opens the file for reading.
It would be bes
Make sure that upload_tmp_dir in your php.ini file is set to something
sensible for a windows machine.
I have it set to f:\php\temp (and you also need to make sure that the
directory specified actually exists).
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.co
empty test type input are always available even if empty. checkboxes and
radio buttons are not set if empty but text inputs are always there. your
test does not check for the fields not having been filled in.
Tim Ward
Senior Systems Engineer
Please refer to the following disclaim
Get a FREE copy of the exciting 48-page booklet "Inside Secrets to Wealth
on the Web".
Just hit Reply and send a blank message with "Inside Secrets" on the
Subject line.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
On Monday 19 February 2001 22:42, Kath wrote:
> > Why do a lot of people use libraries like PHPLib?
>
> I find it a lot better to write my own basic functions.
>
> Is it just the attitude "Someone else coded it already, why should I?"
Well, if you take a library you can be pretty sure that someo
Hello all,
To see all fields(directories and files) inside a directory I use the "dir" and
"read", what I would like to know is, if there other way to do the same, others
commands because now I have to problems, I want to make a sort of the list (by name or
by date), and I have to use my progra
Hi,
I have two simple php files:
main.php:
LIST
test1.php:
But this doesn't work !
please HELP !
Rsen Marinov
--
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 admini
In test1.php you shoul have
Sorin Ifrim
Rosen <[EMAIL PROTECTED]> wrote in message
96tdvp$oo7$[EMAIL PROTECTED]">news:96tdvp$oo7$[EMAIL PROTECTED]...
> Hi,
> I have two simple php files:
>
> main.php:
> LIST
>
> test1.php:
>
>
>
>
>
> But this doesn't work !
>
> please HELP !
>
>
>
> Rsen Mar
mm. I wonder what this guy is up to : 8-)
- Original Message -
From: Noel Hadfield <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 20, 2001 11:17 AM
Subject: [PHP] WEALTH ON THE WEB!
> Get a FREE copy of the exciting 48-page booklet "Inside Secrets to Wealt
No,
PHP makes get variables available in $HTTP_GET_VARS. Thus, Rosen can
access his variable as $HTTP_GET_VARS['rosen'].
If register_globals is true, the variable is also available in the
global scope as $rosen (as in Rosen's example).
If this does not work, it would seem that register_globals i
Hi,
I'm using non-persistent connections in a page which is accessed by a client
once a second( yes once a second) for about 12 hours.
Doing a netstat -apn|grep 5432|grep httpd a see that the php doesn't close
the connection, in fact the connection is in CLOSE_WAIT state.
I have tried to let the p
Hi Dave,
ODBC is probably your best bet but if your working on Unix/Linux it can
be a bit of a problem as ODBC is primarily a Microsoft system. I'm working
on something like this for my final year degree project. My script's are
being developed using Postgres but the final version will use M
Hi Ronald,
> Hello there fellow programmer,
>
> I just started learning PHP (I got version 4 installed with Apache on a
> Win98 machine). At the moment I'm trying to write a little program that
> verifies a user login.
> I know the program is not professional but for me it will do. Only I got
>
From: "Ifrim Sorin" <[EMAIL PROTECTED]>
> In test1.php you shoul have
>
> $qry=getenv("QUERY_STRING");
> $rosen=substr($qry,6);
> print("$rosen");
> ?>
>
> Sorin Ifrim
wtf? Most certainly do NOT do it like that. That's a ridiculous kludge.
Rosen, when you say "it doesn't work" w
Hello there fellow programmer,
I just started learning PHP (I got version 4 installed with Apache on a
Win98 machine). At the moment I'm trying to write a little program that
verifies a user login.
I know the program is not professional but for me it will do. Only I got
stuck with the following p
Hey all,
I have a question about using a variable across multiple PHP files.
I want to set a path variable such as: $root_path = /www2/yoursite/docs
and I want this variable to be able to be changed in case the site is moved
to another server that has a different root path.
I was thinking tha
Jay,
to make variables.inc available from wherever you are, set the value of
include_path in your php.ini or httpd.conf or .htaccess t something like
".:/path/to/where/variables.inc/is:/other/paths"
as an alternative, use the auto_prepend_file directive to include
variables.inc before any script
> "C" == "Claudia" <[EMAIL PROTECTED]> writes:
> I would like to sum totals for unknown values.
> Here is the design
> Course names are entered in separate table -- courses If the course
> is still being tested the course status = open This status is
> stored in the Course table. Each
Dear Friends & Future Millionaire:
AS SEEN ON NATIONAL TV: ''Making over half million dollars
every 4 to 5 months from your home for an investment of only
$25 U.S. Dollars expense one time''
BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! Before you say
''Bull'', please read the following. This
emile Tue Feb 20 02:59:56 2001 EDT
Modified files:
/php4/ext/midgard php_midgard.h preparser.c
Log:
Header files moved
Index: php4/ext/midgard/php_midgard.h
diff -u php4/ext/midgard/php_midgard.h:1.3 php4/ext/midgard/php_midgard.h:1.4
--- php4/ext/midgar
Hi,
Not sure if this has been covered on here but... In recent versions
PHP/Sablotron I've found that parse errors in the XML/XSL cause fatal
errors. I'd much rather not have this happen so is there a way I can get
around it? I'm doing xslt_process( ... ) which is meant to return false
on error
This is really strange. PHP fails to exit / die form script after include /
require / include_once / required_once (I tested with all of them, same
result).
In addition to this, script gets started again automatically from the
beginning.
(You probably think this is a another newbie mistakes, but I
Downtown Toronto web developer seeks experienced PHP/Perl/SQL developer
with 2-3 years web experience to work on new and existing websites. Strong
database and Apache on unix knowledge an asset. Please email resumes to
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsub
emile Tue Feb 20 03:00:25 2001 EDT
Modified files:
/php4/ext/midgard .cvsignore
Log:
ignore *.la
Index: php4/ext/midgard/.cvsignore
diff -u php4/ext/midgard/.cvsignore:1.4 php4/ext/midgard/.cvsignore:1.5
--- php4/ext/midgard/.cvsignore:1.4 Sun Feb 18
emile Tue Feb 20 03:14:55 2001 EDT
Modified files:
/php4/ext/midgard mail.c preparser-parser.y preparser.c
Log:
header file moved
Index: php4/ext/midgard/mail.c
diff -u php4/ext/midgard/mail.c:1.3 php4/ext/midgard/mail.c:1.4
--- php4/ext/midgard/mail.c:1
>
>I'm having problem with Netscape6 does not resend valid POST data to PHP.
>Netscape is waiting until connection timeout. If I hit stop button, it logs
>warning message attached to this mail. (These forms work fine with IE5.x,
>NN4.5)
I found out work around days ago, but I didn't post list..
A
Dear Friends & Future Millionaire:
AS SEEN ON NATIONAL TV: ''Making over half million dollars
every 4 to 5 months from your home for an investment of only
$25 U.S. Dollars expense one time''
BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! Before you say
''Bull'', please read the following. This
I'm working through geting the raw sockets implementation to send a http
post command to a cgi-script.
But there's one thing I'm trying to figure out.
How do I create the content-length?
I don't see a obvious way but my expection would be the following code.
$string ="foo=bar&food=apple";
$con
php-general Digest 20 Feb 2001 12:09:11 - Issue 523
Topics (messages 40667 through 40731):
Re: File upload problem on IIS/NT4
40667 by: John Vanderbeck
40707 by: Phil Driscoll
Re: mail()
40668 by: Christopher Allen
40674 by: David Robley
40677 by: Pe
Yasuo,
the function you call is
> $msg = user_regist();
while in regist_util.inc, the function defined is
> function regist_user() {
Could that be the problem? Do you see any errors about undefined
functions?
Cheers,
Ben
Yasuo Ohgaki wrote:
>
> This is really strange. PHP fails to exit
Evan,
I have no good answer to your problem, but probably you should have a
look at Snoopy (snoopy.sourceforce.net), which implements HTTP posts,
along with some other nifty functions and is very easy to use.
Cheers,
Ben
"Montgomery-Recht, Evan" wrote:
>
> I'm working through geting the raw so
php-i18n Digest 20 Feb 2001 11:21:25 - Issue 53
Topics (messages 124 through 124):
Fwd
124 by: Taylor Silvers
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mai
gluke Tue Feb 20 03:29:15 2001 EDT
Modified files:
/php4/ext/mnogosearch php_mnogo.c test.php
Log:
Phrase search support has been added to mnogosearch extenstion.
Min_word_len and Max_word_len support has been added to mnogosearch
extension. Example u
Hi,
I have php script and I want to redirect user to different pages.
I tryed with
header("Location: main.php");
but i receive error:
Warning: Cannot add header information - headers already sent by (output
started at F:\Inetpub\wwwroot\pernik\go.php:2) in
F:\Inetpub\wwwroot\pernik\go.php on lin
emile Tue Feb 20 03:29:52 2001 EDT
Modified files:
/php4/ext/midgard config.m4 mgd_access.h mgd_preparser.h
php_midgard.h
Log:
Header file moved.
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.5 php4/ext/m
dickmeiss Tue Feb 20 03:40:36 2001 EDT
Modified files:
/php4/ext/yaz php_yaz.c
Log:
Yet another bug fix regarding present.
Index: php4/ext/yaz/php_yaz.c
diff -u php4/ext/yaz/php_yaz.c:1.11 php4/ext/yaz/php_yaz.c:1.12
--- php4/ext/yaz/php_yaz.c:1.
> $string ="foo=bar&food=apple";
> $contentlength=$string.size;
> $uuencodestring=uuencode($string);
uuencode ? are you looking at urlencode ?
use
$contentlength=strlen($string);
also remember according to the HTTP protocol, you have to show the length of
the encoded string, not the original;
Rosen,
You have to make sure that nothing is output before the header function.
Make sure that you neither employ an echo or print before, and have
nothing outside of th ephp code (the part enwrapped in ), not even whitespace.
You critical spot seems to be line 2 in go.php
Cheers,
Ben
Rosen wro
Hi, everybody!
It's me again Bruno, from Brazil.
Now i'm having some problems with MyODBC and Crystal.
I have an ODBC named MyCOMERCIAL.
I did make a report in the Crystal linked at this ODBC.
When I call this report or update the data in the report from crystal
reports, everythink is OK.
Hello,
does anybody know of a LDAP Admin Tool (apart from LDAP Explorer) written in
php. Any hint would be appreciated.
Ali
--
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 admini
Hello friends.
I am new to php4 which I am running on an intel machine with NT4 sp6 and
IIS4.
I have 2 forms name.php and username.php When I run the name.php, and click
"submit data" button, the username.php does not appear. I have both the
files in the same directory which is c:\inetpub\wwwroo
Change your form method to GET and find out what's being passed.
Check your php.ini file. I think it's the "track vars" command that
determines whether the variables will be parsed on the next page.
On 2/20/01 9:16 AM this was written:
> I am new to php4 which I am running on an intel machine w
Correction
To quote from a previous e-mail from some one else:
If register_globals is true, the variable is also available in the
global scope as $rosen (as in Rosen's example).
If this does not work, it would seem that register_globals is not set [in
the php.ini file].
On 2/20/01 9:16 AM
Try changing your echo line to:
echo ("Welcome $HTTP_POST_VARS[username]!");
- John Vanderbeck
- Admin, GameDesign
>
>
>
> echo ("Welcome, " . $username . "!")
> ?>
>
>
>
> Thanks in advance
> Denis
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-m
I give up. The PEAR docs refer to 'use' or 'import'. I know I've seen
'import' somewhere, but I can't find either in my ref books, searches on
Zend.org, nor the manual. Could someone direct me to where
these 2 functions? / statements? / directives? are explained.
Thanks,
Mike D.
--
PHP General
How will that work with three URLs and frequent language switching?
Thanks,
jer
> You can't do setcookie and Location: in the same page.
> Once they picked a language, set the cookie and return the
> HTML content for
> that home page, don't redirect.
>
> --
> Visit the Zend Store at http://www
On Tue, 20 Feb 2001, Jason Greene wrote:
> + if (behavior == 0) {
> + compare_func = is_equal_function;
> + } else {
> + /* Lets not return a key unless the values are exact */
> + compare_func = is_identical_function;
> + }
Why not? Why should it b
Hey
I know this topic has been 'in the area' lots od times, but does anybody
know of any scripts that are out there whichi I could use to let users of
my website send SMS? And secondly, can I offer it as a free service (this
would assume I don`t have to pay for it myself either)?
Or is anyone
Hi all,
I am sorry for asking this question but I just need some opinions or answers
from you all. The question is "What are the limitations of software
testing?"
Thanks for any helps in advance.
Calvin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Hi,
is eval() really that expensive?
I want to parse a bunch of PHP 'modules' into an HTML string, so I can
mostly separate content from markup.
I've found a couple of comments on the list that say it is expensive, but
none of my PHP books mention it :)
cheers!
jaxon
--
PHP General Mailing Li
I tried this but get error message. It says that i've opened a header and
can't open another things like that.
Is this the only way to do that?
For your reference, my php file looks like this:
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
01e801c09ac4$9f0a6520$[EMAIL PROTECTED]">new
Hello there fellow programmer,
I just started learning PHP (I got version 4 installed with Apache on a
Win98 machine). At the moment I'm trying to write a little program that
verifies a user login.
I know the program is not professional but for me it will do. Only I got
stuck with the following p
andrei Tue Feb 20 06:23:03 2001 EDT
Modified files:
/php4/ext/standard array.c basic_functions.c php_array.h
Log:
Rename to array_search().
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.92 php4/ext/standard/array.c:1.93
--- php4/ext/
dbeuTue Feb 20 07:05:37 2001 EDT
Modified files:
/php4/ext/zlib zlib.dsp
Log:
changed zlibstat.lib -> zlib.lib, which is the correct name
Index: php4/ext/zlib/zlib.dsp
diff -u php4/ext/zlib/zlib.dsp:1.11 php4/ext/zlib/zlib.dsp:1.12
--- php4/ext/zlib/zl
Hi Ben,
I thought maybe there was something like HTTP_SERVER_VARS["INCLUDE_PATH"],
but apparently not.
Could you just define your own $GLOBALS["my_include_path"] =
and use that with file_exists()??
Mike D.
Ben Peter wrote:
>
> Hi all,
>
> is there a decent way to check whether a file is avai
* John Hallam <[EMAIL PROTECTED]> [010215 17:58]:
> I have got php 4.0.4p1 configured with openssl 0.9.6
> and ldap and I'm trying to get an ldap_connect to work
> over ldaps as described in the ldap_connect
> documentation.
>
> I have no problem connecting using
> ldap_connect(hostname) format b
try this.
username = @$GLOBALS['username'];
$this->passwd = @$GLOBALS['passwd'];
$this->username = strtoupper($this->username);
$this->passwd = strtoupper($this->passwd);
if ($this->passwd == 'MYPASS' AND $this->username == 'RONALD')
return 1;
else
return 0;
}
}
echo
what does configure spit out when compiled with your options? does it say
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for gdImageCreateFromJpeg in -lgd... yes
if not find out where your jpeg libs are [ie. /usr/local/lib] then change
you
Michael,
the include_path is available via ini_get("include_path"). One could
split that path by ":", append the filename to each path and check with
file_exists(), true. I'm not sure whether this wouldn't be more
expensive than using fopen(,,1). Have to check that.
Thanks for the idea,
Ben
Mi
erikssonTue Feb 20 07:12:30 2001 EDT
Modified files:
/php4/ext/satellite config.m4
Log:
Corrected typo in config.m4
Index: php4/ext/satellite/config.m4
diff -u php4/ext/satellite/config.m4:1.2 php4/ext/satellite/config.m4:1.3
--- php4/ext/satellite/conf
dbeuTue Feb 20 07:15:10 2001 EDT
Removed files:
/php4/ext/swf swf.dsp
Modified files:
/php4/win32 php_modules.dsw
Log:
no swf under win32
Index: php4/win32/php_modules.dsw
diff -u php4/win32/php_modules.dsw:1.36 php4/win32/php_m
erikssonTue Feb 20 07:18:26 2001 EDT
Modified files:
/php4/ext/satellite object.c
Log:
Stop leaking ParameterType data
Index: php4/ext/satellite/object.c
diff -u php4/ext/satellite/object.c:1.4 php4/ext/satellite/object.c:1.5
--- php4/ext/satellite/obje
dbeuTue Feb 20 07:19:38 2001 EDT
Modified files:
/php4/ext/iconv iconv.dsp
Log:
define HAVE_LIBICONV
Index: php4/ext/iconv/iconv.dsp
diff -u php4/ext/iconv/iconv.dsp:1.1 php4/ext/iconv/iconv.dsp:1.2
--- php4/ext/iconv/iconv.dsp:1.1Wed Jan 31 08:
> An unsuccessful include will give you an error.
>
> An unsuccessful require will kill the program.
Also: require() statements cannot be embedded inside conditionals. For
example:
The reason: require() is taken care of on an initial pass of the parser,
which makes it faster than include()
dbeuTue Feb 20 07:34:11 2001 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
added missing ELS_FETCH()
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.91 php4/ext/pgsql/pgsql.c:1.92
--- php4/ext/pgsql/pgsql.c:1.91 Mon Feb 19 08:31:17 200
Hello all,
I need to write a script to grab files via a web port. Is there any way
to do this??
--
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
If my SQL returns no results then i want to redirect to a page saying no
results etc but if results are found then I want it to continue on down the
script how would i do this.
Matt.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
erikssonTue Feb 20 07:35:55 2001 EDT
Modified files:
/php4/ext/satellite typemanager.c
Log:
Patch for inherited interfaces by Daniel Stodden <[EMAIL PROTECTED]>
Index: php4/ext/satellite/typemanager.c
diff -u php4/ext/satellite/typemanager.c:1.2 php4/ex
by checking the return value of mysql_num_rows()
At 04:32 PM 2/20/01 +, Matt Davis wrote:
>If my SQL returns no results then i want to redirect to a page saying no
>results etc but if results are found then I want it to continue on down the
>script how would i do this.
>
>Matt.
>
>
>--
>PHP G
Hi,
I`m using the following code to display the contents of a file.
%s", str_replace("
","",strtolower($content[$a])), $content[$a]);
}
?>
It is working fine at the moment but I want to try and be a tad more
ambitious, say for example the category.inc contains the following:
Paul,Mark,T
Well,
My thoughts on this one were that if you are actually grabbing a key,
people are more
likely to trust that the returned key does in fact reference the value
that was searched. Perhaps defaulting to strict is not a good idea, but to
me it seemed logical, and I figured that if anyone else
in
$sql = "select * from table where bla bla bla";
if(!isset($sql)) {
do this;
} else {
do this;
}
I think ?
-Brian
**
> -Original Message-
> From: Matt Davis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 20, 2001 11:33 AM
> To: Php Mailing List
> Su
Is this what you mean?
$fp = fopen("http://www.domain.com/file.xxx", "a+");
-Brian
> -Original Message-
> From: Brian C. Doyle [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 20, 2001 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] file grabber help
>
>
> Hello all,
>
> I need to
Hi folks!
How can i do the following using php:
in a page i have many checkboxes that were generated dynamically,
the user may check many of them, i want that when a checkbox is checked, add
it to a session variable !
i thaught of using javascript, but i can't use session variables in
javascrip
I know this is most assuredly in the manual and I have looked but either
the search engine is not robust enough or my eyes require additional
laser treatment.
I have a string variable called "released" and an integer, 1. I wish to
concatenate so that I get the result: "released1". How may I acc
That will get me the html/txt files with will definatly save time ... WIll
that work with image files??? I dont want to have to go and manually save
them all
At 11:54 AM 2/20/01 -0500, Brian V Bonini wrote:
>Is this what you mean?
>
>$fp = fopen("http://www.domain.com/file.xxx", "a+");
>
>-Bri
In a message dated 20/02/2001 16:42:51 GMT Standard Time,
[EMAIL PROTECTED] writes:
<< $sql = "select * from table where bla bla bla";
if(!isset($sql)) {
do this;
} else {
do this;
}
I think ?
-Brian >>
This way might be a little easier
$sql = "select * from table where
Actually this won't work since the actual query never runs
try:
$sql = "select * from table where bla bla bla";
$rResults = mysql_query( $sql, $dbConnection );
if( mysql_num_rows($rResults) == 0 ) {
do this;
} else {
do this;
}
At 11:52 AM 2/20/01 -0500, Brian V Bonini wr
I have put this code in but its not making any difference
if ($num==0) {
header("location:
http://www.***/0/cambridgeshire/_shared/database_files/php_files/nor
esults.htm");
} else {;
}
Matt.
-Original Message-
From: Jo
How do i find out what the return status of an exec() executed command
means? For example, i have the line
$ciphertext = exec("perl /home/httpd/cgi-bin/passgen.pl
$plaintext",$arr,$retstat);
which makes $retstat = 126.
thanks,
geo
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
Hello,
If I use a form to upload will it time out after 30m seconds ? When the php
script runs for 30 seconds it shuts down and I was wondering if the
uploading of the file counts for this.
Thank you,
Brandon Orther
WebIntellects Design/Development
is it ok to just check the ckecboxs and hit submit? thats what most sites
do? thats real easy todo. follow up if you want some code examples.
--
Chris Lee
Mediawaveonline.com
em. [EMAIL PROTECTED]
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
""kaab kaoutar"" <[EMAIL PROTECTED]> wrot
--
Chris Lee
Mediawaveonline.com
em. [EMAIL PROTECTED]
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
"Don" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I know this is most assuredly in the manual and I have looked but either
> the search engine
On Tue, 20 Feb 2001, Jason Greene wrote:
> Well,
> My thoughts on this one were that if you are actually grabbing a key,
> people are more
> likely to trust that the returned key does in fact reference the value
> that was searched. Perhaps defaulting to strict is not a good idea, but to
> me it
andrei Tue Feb 20 08:28:34 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Karma for Frank.
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.86 CVSROOT/avail:1.87
--- CVSROOT/avail:1.86 Fri Feb 16 11:42:54 2001
+++ CVSROOT/avail Tue Feb 2
Check out http://px.sklar.com/code-pretty.html?code_id=313
It is a post class written by Alan van den Bosch which will do what you want
(post to a perl script, retrieve the results, and let you manipulate them
from within the posting php script). Here's some code using this class. I've
simplifie
jason Tue Feb 20 08:44:57 2001 EDT
Modified files:
/php4/ext/standard array.c
Log:
Changed default behavior of array_search to match in_array
(strict was default on, and is now default off)
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/arra
Andrei Zmievski wrote:
>
> On Tue, 20 Feb 2001, Jason Greene wrote:
> > Well,
> > My thoughts on this one were that if you are actually grabbing a key,
> > people are more
> > likely to trust that the returned key does in fact reference the value
> > that was searched. Perhaps defaulting to stri
dbeuTue Feb 20 09:11:25 2001 EDT
Modified files:
/php4/ext/ldap ldap.dsp
Log:
add configuration which links again libsasl.lib
Index: php4/ext/ldap/ldap.dsp
diff -u php4/ext/ldap/ldap.dsp:1.9 php4/ext/ldap/ldap.dsp:1.10
--- php4/ext/ldap/ldap.dsp:1.9 T
Thankyou Julian but I am posting my variable from flash5.
The posting is not my problem. I just can`t write the unlink code.
Julian Wood wrote:
> Check out http://px.sklar.com/code-pretty.html?code_id=313
>
> It is a post class written by Alan van den Bosch which will do what you want
> (post to
Hello,
I am using the Header call in a script that has multiple submit buttons:
if ($submit =1)
{
Header (location: test1.php);
}
if ($submit ==2)
{
Header(location: test2.php);
}
Should not the form varaibles be passed along to each of these pages
respectively? I have a
Hi!
well I've managed to make it work by comparing the checkbbox value (on)!
Thanks anyway
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
PHP General Mailing List (http://www.php.net/)
To un
1 - 100 of 254 matches
Mail list logo