On Wed, 23 Jul 2003 14:48:03 -0600, Kevin Stone wrote:
>Beauford, here's a login routine that I wrote using Sessions and Header
>redirects. It is my interpretation of what you are trying to do. I'm not
>saying this is the only way to do it but it works well for me. Compare it
>to what you're do
On Thu, 24 Jul 2003 02:05:58 -0500, Wendell Brown wrote:
>Ok, I have a question. Where is $_SESSION['valid_user'] getting set
>(or unset)???
Oooops. I thought that was the code that he was talking about. I
missed your lead in. Sorry!!!
--
PHP General Mailing List (http://www.php.net/)
To
Hit to all, i have a Sun cobalt Raq 550, with php 4.1 as a module with
apache 1.3
The load average of my server is ever above 0.20 to 0.60 whith the same
users
When i turn off register globals and turn on safe mode in php.ini and
restart the apache daemon to take the changes, the load averge is e
Go with the costs. If you have a running system on apache + php + mysql
see how much it costs to support that platform. Meaning how high are the
costs to maintain it. Inclusive administration and deployment of apps.
Then compare the costs of maintaining a IIS Windows PHP Mysql setup under
the s
Hi list,
Just out of curiosity I would like to know if anyone can tell me the
difference between some $_SERVER variables that generate the same output (in
my test-file at least).
For instance, what is the difference between $_SERVER['HTTP_HOST'] and
$_SERVER['SERVER_NAME']? Can they generate diff
On Thu, 2003-07-24 at 20:24, Beauford.2005 wrote:
> It's obvious though that PHP can not handle it. This is why I am forced
> to use javascript. I have already spent a week on this and am not going
> to waste any further time. I have posted all my code and if someone can
> see a problem I'll look a
how to check the filetype of remote file
because is_dir(), is_file() can't work on remote file
thx a lot
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have written a php to show file in directories.
The problem is due to is_dir() can't opearate on remote files. What should I
do in order to fix it.
thx a lot~~~
begin 666 list.php
M/#]P:' -"B @)&9I;&5N86UE/2=L:7-T+G!H<"<[#0H@(&=L;V)A;" D8W5R
MPT*(" @(" @(" @("1O=71P=71;,%U;,%T](CQ!
M($A2148]7"(
any alternative method is also welcome
"Joe" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTECTED]
> I have written a php to show file in directories.
> The problem is due to is_dir() can't opearate on remote files. What should
I
> do in order to fix it.
> thx a lot~~~
>
>
>
--
PHP General Mai
I have just started to learn php and written a php to list the files. But
there is a problem, seen the is_dir() function can't work on remote files.
Therefore, it couldn't check the filetype of subdirectories.
Would anyone tell me what should I do.
Thx a lot
begin 666 list.php
M/#]P:' -"B @)&9I;&
This is taken from mantis.. NOt sure if it'll help but take a look at the
t_use_iis field
function print_header_redirect( $p_url, $p_die=true ) {
$t_use_iis = config_get( 'use_iis');
if ( ON == config_get( 'stop_on_errors' ) && error_handled()
) {
Download it and then check it. But if you need to check a lot of files
that's probably to slow.
Jacob Vennervald
On Thu, 2003-07-24 at 06:03, Joe wrote:
> how to check the filetype of remote file
> because is_dir(), is_file() can't work on remote file
> thx a lot
>
>
>
> --
> PHP General Mail
$_SERVER['HTTP_HOST'] and $_SERVER['SERVER_NAME']are different in my
circumstance,I found that the $_SERVER['SERVER_NAME']is the same with the
"ServerName" value you set in httpd.conf.
hi,
for mobiles: there is a wap-browser for windows-plattform:
http://www.winwap.org
ciao SVEN
Tan Ai Leen wrote:
> Hi,
> I was just wondering there is a emulator for us developers to develop
> programs for palm and handphone, etc. Is there a program that
> emulates the output from various printer
hi joe,
you want a server-script, that lists a dir on a client?
i think that's impossible. think of if you visit a website written in php
and in background your hdd is scanned? that's simply a security reason.
ciao SVEN
Joe wrote:
> any alternative method is also welcome
>
> "Joe" <[EMAIL PROTECTE
server name - real name of the server, ie when you do a reverse dns
lookup you get (usualy) this
http host - content of the Host: header, that is virtual host
Ivo Fokkema wrote:
Hi list,
Just out of curiosity I would like to know if anyone can tell me the
difference between some $_SERVER variabl
this is a reply on:
> I am wondering how on php.net the search for functions is done.
You
> can add
> any function just behind the php.net
> like php.net/phpinfo and it will point you right through it. I
know how to
> redirect this as a 404 error in apache to another file, but then
the
> url is
>
Globals off should help you gain performance, but safe mode on is expensive.
[EMAIL PROTECTED] wrote:
Hit to all, i have a Sun cobalt Raq 550, with php 4.1 as a module with
apache 1.3
The load average of my server is ever above 0.20 to 0.60 whith the same
users
When i turn off register globals and
What is remote in your circumstances? FTP, HTTP, ... ?
Joe wrote:
any alternative method is also welcome
"Joe" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTECTED]
I have written a php to show file in directories.
The problem is due to is_dir() can't opearate on remote files. What should
I
do
hi
function execute()
{
windows.close();
}
Close ";
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thx
"Jacob Vennervald Madsen" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTECTED]
> Download it and then check it. But if you need to check a lot of files
> that's probably to slow.
>
> Jacob Vennervald
>
> On Thu, 2003-07-24 at 06:03, Joe wrote:
> > how to check the filetype of remote file
> >
I see the point but I just want to list the subfolder under my directory.
Could you please tell me how to distinguish a directory from a file in Unix
thx a lot
"Sven" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTECTED]
> hi joe,
> you want a server-script, that lists a dir on a client?
> i think
HTTP
my department disable the function of listing file
"Marek Kilimajer" <[EMAIL PROTECTED]>
???:[EMAIL PROTECTED]
What is remote in your circumstances? FTP, HTTP, ... ?
Joe wrote:
> any alternative method is also welcome
>
> "Joe" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
> :[EMAIL PROTECTED]
>
>>
Actually I am looking for a emulator that works for printers, not phones
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do you mean you cannot access the filesystem on your own server?
You can find out if /something is a directory by connecting to the web
server and request the file/directory without a trailing slash. If it is
a directory server will respond with "301 Moved Permanently" response.
$is_dir=false;
> Ok, I have a question. Where is $_SESSION['valid_user'] getting set
> (or unset)???
AFAICS, $_SESSION['valid_user'] is getting set by a previous page, it's a
*session*.
> Have you checked to see if your IF statement at the top of the script
> is working like you think it should be?? Try putti
hi, i`m working on presentation of php5 features and i would like to add
some comparison between php4 and php5. new coding features are of course
available in doc on php.net, but i`m wondering where can i find benchmarks
that show speed differences between the two. if there are none i would like
to
<[EMAIL PROTECTED]>
Lars Torben Wilson:
> On Wed, 2003-07-23 at 18:21, Daryl Meese wrote:
>> Well, I know I am not running the latest version of PHP but I don't
>> believe this is accurate. I believe PHP case sensitivity is based
>> on the os that processes the file. Can anyone clear this up.
>>
<[EMAIL PROTECTED]>
Beauford.2005:
> It's obvious though that PHP can not handle it. This is why I am
> forced to use javascript. I have already spent a week on this and am
> not going to waste any further time. I have posted all my code and if
> someone can see a problem I'll look at it, but it ju
> > Use a path relative to your httpdocs for your error document, e.g.
> > ErrorDocument 404 /myerrorpage.php
> > instead of
> > ErrorDocument 404 http://mysite/myerrorpage.php
> Unfortunatelly this is not what I mean.
I think it is. When you use a relative path in the .htaccess, the URL will
not c
<[EMAIL PROTECTED]>
Jonathan Villa:
> Has anyone installed PHP 5 on Windows or Linux using Apache 2?
Yes... on Windows. But it's unstable, don't do it.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How about you can get a the world's fastest PC, a 64bit server that handles
8gig of memory that can run cicles around any wintel based machine and still
use all the *nix software without having rewrite anything for say $3k.
That's with 10/100/1000 ethernet ports. It already has hugely more installe
need to know which scripts I can get free or at low cost to create a hosting site and
to make an e-mail site. The e-mail site need two features one is for free accounts and
one is for paid accounts like yahoo.com. But there is one catch yahoo dosn't give as
much space as I will for free I will b
check out sourceforget.net, lots of web applications on there for hosting
management, and i believe there's a few email applications.
- Original Message -
From: "dan montgomery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 12:55 PM
Subject: [PHP] need help
>
I'm using the redirect with php for a long time, with no problems.
I use it in all of my pages, including navigational menus.
The great problem with "headers" is the function "exit" if it is used to ends the call.
"headers + exit", if used in any place, may cause some collateral efects.
-
zerof
<[EMAIL PROTECTED]>
Zerof:
> I'm using the redirect with php for a long time, with no problems.
> I use it in all of my pages, including navigational menus.
> The great problem with "headers" is the function "exit" if it is used
> to ends the call. "headers + exit", if used in any place, may cause
You are absolutely right, exit, quits my script, this let me use an independent script
to
handle the headers. if used with conditional calls. .
zerof
-
"Comex" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
-
> Why? AFAIK, exit quits the
"CPT John W. Holmes" wrote:
> Why not just
>
> $_SESSION['userArray'] = $userArray;
>
> ??
>
> Then $_SESSION['userArray']['fname'] to access the values, for example.
Well, yes, that does work. And it's an acceptable workaround (I've already
updated my code). It's nice in that it let's me ke
* Thus wrote Merlin ([EMAIL PROTECTED]):
> this is a reply on:
>
> > I am wondering how on php.net the search for functions is done.
> You
> > can add
> > any function just behind the php.net
> > like php.net/phpinfo and it will point you right through it. I
> know how to
> > redirect this as a 4
I am trying to communicate with an API of a vendors of ours. They provide a
Perl example that works fast and well. I am trying to do the same thing with
a PHP class. The response takes over a minute before the response comes
back. I see from the response text that the API is running on Apache
Coyot
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> > > Use a path relative to your httpdocs for your error document, e.g.
> > > ErrorDocument 404 /myerrorpage.php
> > > instead of
> > > ErrorDocument 404 http://mysite/myerrorpage.php
> > Unfortunatelly this is not what I mean.
> I think it is. When yo
* Thus wrote Jeff Stillwall ([EMAIL PROTECTED]):
> "CPT John W. Holmes" wrote:
>
> > Why not just
> >
> > $_SESSION['userArray'] = $userArray;
> >
> > ??
> >
> > Then $_SESSION['userArray']['fname'] to access the values, for example.
>
> Well, yes, that does work. And it's an acceptable worka
I wanna be able to take a URL
http://www.mysite.com/downloads/file_1_a.pdf
and then remove:
http;//www.mysite.com/
then add:
/host/sites/site1/web/
to
downloads/file_1_a.pdf
Turning:
http://www.mysite.com/downloads/file_1_a.pdf
Into:
/host/sites/site1/web/downloads/file_1_a.pdf
I know I need t
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Go with the costs. If you have a running system on apache + php + mysql
> see how much it costs to support that platform. Meaning how high are the
> costs to maintain it. Inclusive administration and deployment of apps.
> Then compare the cos
From: <[EMAIL PROTECTED]>
> I wanna be able to take a URL
> http://www.mysite.com/downloads/file_1_a.pdf
>
> and then remove:
> http;//www.mysite.com/
[...]
look at preg_match()
regards,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
* Thus wrote Mikael Jansson ([EMAIL PROTECTED]):
> Hi Phil,
> What I can see in your question there is a missing space between fieldname
> "type" and the operator !=
>
> I tested on my machine and it works fine when using both != and <>
> operators, but it will not work with the NOT operator.
>
>
hello,
i have got a problem, tehere is an array:
$x = array(
array(15,55,array(1,2,3),3,5,array(1,2,5)),
array(25,55,array(1,2,3),3,5,array(1,2,5)),
array(5,55,array(1,2,3),3,5,array(1,2,5))
);
and I need to sort this arraybz first item of sub-arrays (x[0][0],
$x[1][0], $x[2][0]). th
On 24 Jul 2003 at 15:03, [EMAIL PROTECTED] wrote:
> I wanna be able to take a URL
> http://www.mysite.com/downloads/file_1_a.pdf
>
> and then remove:
> http;//www.mysite.com/
>
> then add:
> /host/sites/site1/web/
>
> to
> downloads/file_1_a.pdf
>
> Turning:
> http://www.mysite.com/downloads/f
* Thus wrote Joe ([EMAIL PROTECTED]):
> I have just started to learn php and written a php to list the files. But
> there is a problem, seen the is_dir() function can't work on remote files.
> Therefore, it couldn't check the filetype of subdirectories.
> Would anyone tell me what should I do.
> Th
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> Hi list,
>
> Just out of curiosity I would like to know if anyone can tell me the
> difference between some $_SERVER variables that generate the same output (in
> my test-file at least).
>
> For instance, what is the difference between $_SERVER['HTT
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Hit to all, i have a Sun cobalt Raq 550, with php 4.1 as a module with
> apache 1.3
>
> The load average of my server is ever above 0.20 to 0.60 whith the same
> users
>
> When i turn off register globals and turn on safe mode in php.ini and
>
* Thus wrote Robert Janeczek ([EMAIL PROTECTED]):
> hi, i`m working on presentation of php5 features and i would like to add
> some comparison between php4 and php5. new coding features are of course
> available in doc on php.net, but i`m wondering where can i find benchmarks
> that show speed diff
some more good php5 info...
http://www.phparch.com/news/343
-Original Message-
From: Robert Janeczek [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 7:16 AM
To: [EMAIL PROTECTED]
Subject: [PHP] php4 vs php5
hi, i`m working on presentation of php5 features and i would like to add
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]):
> I am trying to communicate with an API of a vendors of ours. They provide a
> Perl example that works fast and well. I am trying to do the same thing with
> a PHP class. The response takes over a minute before the response comes
> back. I see f
www.php.net/usort - slight modification of the example (hint: add [0] to
$a and $b).
Jiří Němec wrote:
hello,
i have got a problem, tehere is an array:
$x = array(
array(15,55,array(1,2,3),3,5,array(1,2,5)),
array(25,55,array(1,2,3),3,5,array(1,2,5)),
array(5,55,array(1,2,3),3,5,array
hi,
Juan Nin wrote:
> From: <[EMAIL PROTECTED]>
>
>
>> I wanna be able to take a URL
>> http://www.mysite.com/downloads/file_1_a.pdf
>>
>> and then remove:
>> http;//www.mysite.com/
> [...]
>
> look at preg_match()
... or preg_replace();
>
> regards,
ciao SVEN
--
PHP General Mailing List (h
hi,
try usort();
ciao SVEN
JiøîÆèî eË wrote:
> hello,
>
> i have got a problem, tehere is an array:
>
> $x = array(
>array(15,55,array(1,2,3),3,5,array(1,2,5)),
>array(25,55,array(1,2,3),3,5,array(1,2,5)),
>array(5,55,array(1,2,3),3,5,array(1,2,5))
>);
>
> and I need to sort this a
oops sorry,
I guess I deleted that one accidently. Its kind of hard to keep track as
suddenly the volume of the list has gotten higher it seems. Will look into
that.
Cheers,
-Ryan
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 24,
* Thus wrote Wendell Brown ([EMAIL PROTECTED]):
> On Thu, 24 Jul 2003 02:05:58 -0500, Wendell Brown wrote:
>
> >Ok, I have a question. Where is $_SESSION['valid_user'] getting set
> >(or unset)???
>
> Oooops. I thought that was the code that he was talking about. I
> missed your lead in. So
--- Merlin <[EMAIL PROTECTED]> wrote:
> Unfortunatelly this is not what I mean.
>
> Have a look on this:
> http://www.globosapiens.net/hially
> A php page is redirecting this 404 error to another page, but I
> would like to have the URL stay the same like it is done on php.net
Then don't redirect
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> > Hi list,
> >
> > Just out of curiosity I would like to know if anyone can tell me the
> > difference between some $_SERVER variables that generate the same output
(in
> > my
> > if (!fputs($fp, $op, strlen($op))) {
>
> which HTTP version are you requesting? I know that if you send a
> HTTP/1.1 then a lot of servers send the data in chunks, thus your
> retrieval code needs to be different. If it is HTTP/1.1 try using
> HTTP/1.0 instead.
>
Same difference with the 1.0, I
Hello. I am building a webpage for a sorority- http://www.olemissaoii.com .
I built a basic php script where they add the sisters and their names, grad.
date, and email. Is there anyway to build a page that shows all the fields
where someone could go in and edit/add what they need? What I basic
Sorry, the correct request and response is below, the one I copied before
was from the browser:
Request:
Request:POST /XMLCommunicationServlet HTTP/1.0
Content-Type: application/x-www-form-urlencoded
User-Agent: PHP XMLRPC
Host: api.newedgenetworks.com:80
Connection: keep-alive
Content-Length: 758
[snip]
Hello. I am building a webpage for a sorority-
http://www.olemissaoii.com .
I built a basic php script where they add the sisters and their names,
grad.
date, and email. Is there anyway to build a page that shows all the
fields
where someone could go in and edit/add what they need? What
Just select the values out, and put them as the default
in the value portion of the form inputs, example:
$query = mysql_query('select firstname,lastname from table where
id=1;');
$array = mysql_fetch_array($query);
On Thu, 2003-07-24 at 11:41, Matt Hedges wrote:
> Hello. I am building a web
Aww heck, just go AWOL? :)
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 23, 2003 5:51 PM
> To: Richard Gabriel; [EMAIL PROTECTED]
> Subject: Re: [PHP] Software Application Engineer WANTED (PHP/MySQL Guru)
>
>
> > Subject:
I am having a problem with uploading a file from a form. I changed the
permission on the directory, but I am still getting an error. Here is my
error:
Copy failed./home/vencel/www/images/apt/company_logo/14Update Failed!
It looks like it's not finding the file type. Here is my code:
", " ");
try this,
use a meta-refresh ...
echo "http://wherever_u_wana_go.com/hello.html\";>";
hth
--Pushpinder
On Thursday, July 24, 2003, at 11:24 PM, Beauford.2005 wrote:
It's obvious though that PHP can not handle it. This is why I am forced
to use javascript. I have already spent a week on this a
If php and html are to be included in the same document, does the document extension
always have to be .php ? Are there ways to include php into an html document without
changing the extension?
Thanks, Bill
-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-us
Robert Fitzpatrick wrote:
Sorry, the correct request and response is below, the one I copied before
was from the browser:
Request:
Request:POST /XMLCommunicationServlet HTTP/1.0
Content-Type: application/x-www-form-urlencoded
User-Agent: PHP XMLRPC
Host: api.newedgenetworks.com:80
Connection: keep
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]):
> Sorry, the correct request and response is below, the one I copied before
> was from the browser:
I tested it here:
http://zirzow.dyndns.org/php/fread/timeout.php
Appears to work ok.
Curt
--
"I used to think I was indecisive, but now I'm no
Hi list,
I search to detect if a script is call from command line or if the call from
a client http browser.
for doing that, I test if:
php_sapi_name()=='cli'
which returns TRUE if script calls from command line; this work fine with
PHP 4.2, but with PHP 5 php_sapi_name() returns cgi-fcgi
so, I wo
* Thus wrote Bill Pilgrim ([EMAIL PROTECTED]):
> If php and html are to be included in the same document, does the document extension
> always have to be .php ? Are there ways to include php into an html document
> without changing the extension?
Apache, IIS, Other?
If apache:
AddType applic
Matt,
Juli Meloni has a tutorial on this at her web site. I think it's called
something like "Custom Error Messages" and if I remember the fields are
pulled from a database, and there are code examples of how it operates if
fields are not completed, information fails a simple parsing test, etc.
* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Bill Pilgrim ([EMAIL PROTECTED]):
> > If php and html are to be included in the same document, does the document
> > extension always have to be .php ? Are there ways to include php into an html
> > document without changing the exten
* Thus wrote Pushpinder Singh Garcha ([EMAIL PROTECTED]):
> try this,
>
>
> use a meta-refresh ...
>
> echo " content=\"3;URL=http://wherever_u_wana_go.com/hello.html\";>";
This has already been discussed, and is not the preferred method of
doing redirects. PHP can handle what he is doing just
At 04:09 PM 7/24/2003 +, Curt Zirzow wrote:
* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Bill Pilgrim ([EMAIL PROTECTED]):
> > If php and html are to be included in the same document, does the
document extension always have to be .php ? Are there ways to include
php into an
* Thus wrote ermelir ([EMAIL PROTECTED]):
> Hi list,
>
> I search to detect if a script is call from command line or if the call from
> a client http browser.
> for doing that, I test if:
> php_sapi_name()=='cli'
> which returns TRUE if script calls from command line; this work fine with
> PHP 4.2
Cheers for your help...
I did this in the end...
$rest = substr($row[file_info], 27, 100);
$download = "/home/sites/site1/web$rest";
where $row[file_info] = the full URL and the 27th character is the
.com/ bit.
Live and learn, I love this language!
Cheers on
Miles Thompson wrote:
At 04:09 PM 7/24/2003 +, Curt Zirzow wrote:
* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Bill Pilgrim ([EMAIL PROTECTED]):
> > If php and html are to be included in the same document, does the
document extension always have to be .php ? Are there ways
I read this article, and thought it was perfect for me... Just the same
prob I'm having...
http://forums.devshed.com/archive/5/2002/06/2/37330
However, I don't understand how to get the file into an tag where it
can still find the file, AND make the URL useless if copied and pasted..
Am I miss
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Cheers for your help...
> I did this in the end...
>
> $rest = substr($row[file_info], 27, 100);
> $download = "/home/sites/site1/web$rest";
>
> where $row[file_info] = the full URL and the 27th character is
> Try not having the connection kept alive. (just a thought)
>
Same long reponse :(
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Never thought of that...
Luckily, this function is gonna be held on a server for downloads only,
and all the requests are gonna come straight from the 'master' site else
where.
So I really shouldn't run into probs right now...
I will however lookinto making it that little bit more idiot proof aft
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> I read this article, and thought it was perfect for me... Just the same
> prob I'm having...
> http://forums.devshed.com/archive/5/2002/06/2/37330
You mean i have to read all that?
>
> However, I don't understand how to get the file into an
on 7/24/03 8:13 PM, Beauford.2005 at [EMAIL PROTECTED] wrote:
>
> action="post" name="testing">
>
someone else already raised this issue and it doesn't look like you caught
it: you have two actions in your form (the second should probably read
method="post"), e.g.,
is your form even submitt
--- [EMAIL PROTECTED] wrote:
> I read this article, and thought it was perfect for me...
> Just the same prob I'm having...
> http://forums.devshed.com/archive/5/2002/06/2/37330
>
> However, I don't understand how to get the file into an tag
> where it can still find the file, AND make the URL us
I have recently upgraded a server which I use for development:
Windows XP Home
Apache 1.3.26
MySQL 3.23
PHP 4.3.2 with Pear
Everything seemed to go well, except that now I James Clarks expat does
not work. Very confused on this one I have uninstalled expat and
re-i
I want to be able to output the contents of my website in xhtml. There it
an opensource program called phpTidy which ties into HTML Tidy that can
format all of your html into xhtml or xml. The only problem, I cant get it
to work correctly. Does anyone have experience in working with this script?
>
> I tested it here:
> http://zirzow.dyndns.org/php/fread/timeout.php
>
Thanks, I took your source and pasted it in my debugger and ran it fine like
on your server. I narrowed down the, evidently significant, difference. Your
content is has line endings, hence, the 'Missing query parameters:
xml
If you want to restrict the download to once per user, the best is to use a
database (or a I guess a file) which keeps tracks of who can download it and
downloaded status, etc..
I haven't worked directly with this issue, but I would start by having a
table Permissions with columns username, articl
That worked like a charm. Thanks Chris. I've added this to my snippet
collection. :)
At 12:02 AM 7/24/2003, Chris Shiflett wrote:
--- CDitty <[EMAIL PROTECTED]> wrote:
> Thanks man. That got rid of the error, however it is not using the
> variable in the script.
You have to read them in. I th
Hi,
Just looking for an opinion on how you would do this...
Let's say I have a number: 1281924
The rules call for removing "1280+", meaning remove 128 and all 0's that
come after it, until you run into another number.
In the end, it would leave 1924, and ever
> Let's say I have a number: 1281924
>
> The rules call for removing "1280+", meaning remove 128 and all 0's that
> come after it, until you run into another number.
>
> In the end, it would leave 1924, and everything else on the beginning
would
> be gone.
$new_number = preg_replace('/^1280+/'
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: 24 July 2003 18:44
>
> > Let's say I have a number: 1281924
> >
> > The rules call for removing "1280+", meaning remove 128 and
> all 0's that
> > come after it, until you run into another number.
> >
>
thanks for your answer and sorry for my poor english ;)
in the list of returns values, there somes I can't determine if command line
or server values
* isapi
* nsapi
* embed
* milter
* activescript
* java_servlet
do you know?
thanks for your help
- Original Message -
From: "Curt Zirzow" <
Thanks John,
You and 4 others (3 private direct replies) all gave me the same
suggestion. I have no idea why I never think to use a regex... Appreciate
the thought!
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24,
On Jul 24, 2003, "Dan Joseph" claimed that:
|Hi,
|
| Just looking for an opinion on how you would do this...
|
| Let's say I have a number: 1281924
|
| The rules call for removing "1280+", meaning remove 128 and all 0's that
|come after it, until you run into another number.
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]):
> >
> > I tested it here:
> > http://zirzow.dyndns.org/php/fread/timeout.php
> >
>
> Thanks, I took your source and pasted it in my debugger and ran it fine like
> on your server. I narrowed down the, evidently significant, difference. Your
> co
1 - 100 of 200 matches
Mail list logo