- Original Message -
From: "Maxim Maletsky" <[EMAIL PROTECTED]>
To: "Nate" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 5:42 AM
Subject: Re: help plz server
> please forward this email to `[EMAIL PROTECTED]'
loaded,
however, if I try to upload a 1mb file it takes noticably longer to produce
an error than say a 501 byte file.
Please anyone that can help me with this I would really appreciate it.
Thanks,
Nate
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
} else {
$arewegood="1";
$size=strlen($first_file_size_read)-1;
}
}
"Marco Tabini" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 2003-02-17 at 21:44, Nate wrote:
> > Does this mean
Just something that crossed my mind a few times. What if another website
includes this file in their own php page. That site can't access those
variables can they? (I'm sure PHP wouldn't allow that but I need to put this
curiousity to rest)
Nate
"Bryan Lipscy" <
I wonder though, if they're on a the same server but different sites. Like a
shared host environment. Aw the things the bewilder the mind.
Nate
"Bryan Lipscy" <[EMAIL PROTECTED]> wrote in message
01c2d710$81a68e20$6301a8c0@ukiuki">news:01c2d710$81a68e20
Function or GD problem...
I have a strange problem here, hoping someone can help.
The following code works great but when I make it into a function it doesn't
error but it gives a RED X image.
PHP:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
/maxgallery/admin/test1.php?src=img.jpg
Just to clarify, im doing a function like
--
function ResizeJPG($src) {
global $full_img_url;
//code below
}
ResizeJPG($src);
--
Thanks for your help!
Nate
"Hugh Danaher" <[EMAIL PROTECT
someone give me a code example?
thanks much
Nate
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
stripslashes("\'2003-1-3 00:00:01\' AND \'2003-3-10 23:59:59\'");
"Domintcom" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ok - found urldecode which is now giving me the following;
>
> \'2003-1-3 00:00:01\' AND \'2003-3-10 23:59:59\'
>
> original string;
>
> '2003-1-3 00:00:01'
eg_replace('%INCLUDE_FILE\\[[^\\]]*\\]%','',$final_footer);
>
> Nate wrote:
>
> >hi,
> >
> >i need to search $final_footer for a string such as
> >%INCLUDE_FILE[/path/to/file]% (where /path/to/file could be anything) and
> >delete it from the string. it being %INCL
Worked great. Thanks so much.
"Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Whoops! Try this:
>
> preg_replace('|%INCLUDE_FILE\\[[^\\]]*\\]%|','',$final_footer);
>
>
> Nate Sanden wrote:
>
> >Tha
Hi there,
I am trying to open remotely the file http://www.parentprofiles.com/clicker.php
and am useing the code:
http://www.parentprofiles.com/clicker.php?profile_id=" .
$this->profile_id
. "&code=1","r");
echo $fp;
?>
to do it. however when I do all I get is a response that say
", time() + $maxage)." GMT";
$CacheControl = "Cache-Control: must-revalidate, max-age=".$maxage.", ";
$CacheControl.= "s-max-age=".$maxage;
Header($CacheControl);
Header($Modified);
Header($Expires);
}
cache_control(0);
Thanks so much for reading,
Nate
t;.gmdate("D, d M Y H:i:s", time() + $maxage)." GMT";
$CacheControl = "Cache-Control: must-revalidate, max-age=".$maxage.", ";
$CacheControl.= "s-max-age=".$maxage;
Header($CacheControl);
Header($Modified);
Header($Expires);
}
cache_control(0);
You have the ending } for the if statement?
Nate
- Original Message -
From: "Matthew Darcy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 12, 2002 12:57 AM
Subject: RE: [PHP] a user_auth script. The Script
> was hoping someone else wou
How do you determine the class instance name from within the class?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How do you determine the class instance name from within the class?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
anual/en/function.get-class.php
>
> (a function that I keep forgetting about)
>
> Martin
>
> -Original Message-
> From: Erik Price [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 02, 2002 9:53 AM
> To: Nate
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] class i
Try establishing the variables first then register them as session
variables.
I guess you can't access the session variable directly so that may also mean
you cannot set the session variable if you have nothing to actually put in
it... : )
"R. Lindeman" <[EMAIL PROTECTED]> wrote in message
[EMAI
java script to redirect instead of
redirecting from the server..
That way the header info would be written...
so try this... in place of the header function...
echo "\n";
echo "location.href=\"retief.php?".SID."\"\n";
echo "\n";
"Nate"
im not sure how to use them.
Thanks,
nate
I'm not sure if this is a problem with my php coding or html or the server or what,
but I made a simple photo album that just basically lets users add a pic of themselves
through a form and it records the url of their pic in a sql db and then i just display
it on a page. Now the problem is only
Can someone tell me what i'm doing wrong here?
mysql_fetch_array($result2))
{
echo "Print some text here!";
}
?>
Basically I just want to print text if the IP address was not found in the database,
and if it was found then I want to print "Print some text here!"
Please help!
Thanks,
Nate
7;t have a clue where to start. Any suggestions, or anyone ever done this?
Thanks,
Nate
ms 01, 02, 03, 04, etc.)
Thanks again.
Nate
entered?
Thanks,
Nate
hing can I tell the
script to assign $order a default value?
Thanks,
Nate
Though i'm a bit of a newbie myself, I believe the only difference between
the 2 is that some servers require
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 09, 2001 11:43 AM
Subject: [PHP] difference between Hi,
>
> I am a newbie at this PHP thing and I have been working from information
> on
for however many entries there is.
Now the problem:
If I enter 4 news posts a day, I want to show 1 date above all the news posts.
(Instead of 1 date next to each news post) Any idea how I can do this (In easy to
understand lingo/code please)?
Thanks!
Nate
t;
So the results would look something like:
$Headline
Posted by $author at $time
$news
and it would of course just repeat, for however many entries there is.
Now the problem:
If I enter 4 news posts a day, I want to show 1 date above all the news posts.
(Instead of 1 date next to each news post) Any idea how I can do this (In easy to
understand lingo/code please)?
Thanks!
Nate
news,authors ORDER BY `id`
DESC",$db);
>
> while($myrow=mysql_fetch_array($result1))
> {
> echo " src=images/r13.gif>
> width=100%>" .
> $myrow["headline"] . "
> Posted by mailto:"; .
> $myrow["email"] . ">" .
>
&
Don't they taste great?
Okay okay..
ookie.
Thanks a bunch,
Nate
I'm not entirely positive but not sure if you can use the domain name in the
include.. in other words try:
And you obviously cant include pages from other servers..
- Original Message -
From: "Andreas Sartori" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 200
Ah, well shows what I know :)
- Original Message -
From: "Sterling Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 11:14 PM
Subject: Re: [PHP] Re: WELCOME to [EMAIL PROTECTED]
> On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote:
>
Do you have any white spaces or carriage returns before your headers? If so
get rid of them.
- Original Message -
From: "George Pitcher" <[EMAIL PROTECTED]>
To: "Kelly Barrett" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, September 14, 2001 3:21 AM
Subject: Re: [PHP] another eas
If nothing but the header Location ran then it would send him to his page,
but its not even doing that. It's giving him an error before it does that.
He already mentioned he didn't have any html or anything before the headers.
- Original Message -
From: "Niklas Lampén" <[EMAIL PROTECTED]>
Probably http://php.resourceindex.com/ ?
- Original Message -
From: "Coenraad Steenkamp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 14, 2001 3:45 AM
Subject: [PHP] Anti Leech Script ??? please
> Does anyone know of a anti leech script and where i could get
t if
you set a negative time but I never set a time to it in the first place.
Thanks,
Nate
number_format($variable, 2, '.', '')
something like that i believe
- Original Message -
From: "Kurth Bemis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001 7:22 PM
Subject: [PHP] 2 decimal places
> i'm looking for a php function to add 2 decimal place st
o make a button that selects all check boxes or another way to
code how the check boxes values are passed to the next page, I would be so greatful.
Thanks!
Nate
-->
> >
> >
> > So... In order to use this script my button has to have
onClick="checkAll(document.myform.email)" and my check boxes have to have
name="email" but i need to name them name="email[]" in order to pass the
variables as an array in php. ive
> > So... In order to use this script my button has to have
> > onClick="checkAll(document.myform.email)" and my check boxes have to
> > have name="email" but i need to name them name="email[]" in order to
> > pass the variables as an array in php. i
I know this is kinda crazy but I need it :P
I have one table that lists name's
and I have another table that has the name's and points
I want to know how to list the name's of the first table by the points
of the second table
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
ase and HelpDesk software
> > that can cut the cost of online support
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Free Edition. Version: 7.5.484 / Virus Database:
> > 269.12.10/977 - Release Date: 28/08/2007 16:29
> >
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
-Nate
http://swapinvites.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ss images by their name
rather than a php page.
So I guess my questions are which scenario do you think is best and would
because mod_rewrite uses a little more overhead would that be a major issue
assuming a busy site?
Thanks for your help!
Nate
Why on earth would you want to echo 80k rows?? :)
Anyways...
1) If you have safe mode on, set_time_limit doesn't work.
2) You might check your max_execution_time value defined in the php.ini
Nate
-Original Message-
From: Ritesh Nadhani [mailto:[EMAIL PROTECTED]
Sent: Friday, Nov
Yeah definitely use COUNT(*) or mysql_num_rows() function.
Nate
-Original Message-
From: David Schlotfeldt [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 06, 2004 9:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: NMax
You could do it in a SQL statement
SELECT COUNT(*) FROM
y when I uncomment the //print_r($Path) inside the function it
prints the value fine, but when I try to return the value and print it
outside the function I get nothing?
Thanks,
Nate
Of course! Thank you.
Nate
-Original Message-
From: M. Sokolewicz [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 07, 2004 11:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: recursive function not returning anything..
[EMAIL PROTECTED] wrote:
>function recursePathLookup($Ca
These MIGHT work... I don't know though (not too good with regex).
Nate
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 07, 2004 10:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Pb'lm of Regular Expression
Hi to all
My problem is t
What about mime_content_type()... see what that returns.
Nate
-Original Message-
From: Karthik [mailto:[EMAIL PROTECTED]
Sent: Monday, November 08, 2004 12:35 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Detecting image types for uploaded images
Hi,
How do I differentiate between
You'll need to create a separate php page called image.php or something and
retrieve the $mydata2->photo and output it to the browser.
image.php
---
$sql = "select where id = '$id'";
echo $mydata2->photo;
Nate
-Original Message-
From: John Taylor-Jo
month after that date?
Anyone have experience creating something like this? Would really appreciate
hearing how you did it. Or if you haven't, but have ideas, let me know!
Thanks!
Nate
Looks like you're making it way more complicated than it needs to be. PHP
will automatically tack on the Session ID tag to your local url's, but only
if it needs to. There is no need to append the SID to url's manually.
Nate
-Original Message-
From: Don [mailto:[EMAIL P
--
This captures "array(" though and I just want "array".
Thanks for pointing out my stupidity,
Nate Sanden
[EMAIL PROTECTED]
http://www.savingadvice.com
I don't want to match something like "linear" though. I only want to match
"line " or "line(" or "line;" and only replace the "line" portion of it.
Thanks,
Nate
-Original Message-
From: Greg Donald [mailto:[EMAIL PROTECTED]
Sent:
gt; preg_replace('%INCLUDE_FILE\\[[^\\]]*\\]%','',$final_footer);
>
> Nate wrote:
>
> >hi,
> >
> >i need to search $final_footer for a string such as
> >%INCLUDE_FILE[/path/to/file]% (where /path/to/file could be anything)
> >and delete it from the string. it be
Well one thing that springs to mind is you could try to connect to their
mail server on port 110 & 995 and see if you get a response. Thats not
foolproof but that might be a good place to start...
-nate
Philip S wrote:
Hi there,
I was wondering whether someone could tell me whether i
Hey Stephen,
Check this out:
$bob = "dog";
$joe = "bob";
print ${bob};
print "";
print ${$joe};
?>
-Nate
Stephen Goddard wrote:
Hi,
Can anyone tell me what this does ${varname}
I cant find any information as to what the braces do.
Cheers
Steve
the
array that should contain the name of the temporary file just says 'none'.
Things work fine for a single upload.
Does anyone have example code for this? Thanks! :)
--
Nate Carlson <[EMAIL PROTECTED]> | Phone : (952)943-8700
http://www.real-time.com| Fax :
e it a shot, though. Thanks!
--
Nate Carlson <[EMAIL PROTECTED]> | Phone : (952)943-8700
http://www.real-time.com| Fax : (952)943-8500
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
Does anyone know how to use imap with ssl if this configure option is
given (4.0.3 and later)? I can't find anything in the docs.
--Nate
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
more legal-eagle than myself.
Nate
n...@grapepudding.com
On Thu, Aug 6, 2009 at 8:05 AM, Andrew Ballard wrote:
> On Thu, Aug 6, 2009 at 8:20 AM, abdulazeez alugo
> wrote:
> >
> >> > > Well, I try not to give out my details to too many people each
> month,
> >
There is a openID mailing list set up if anyone has any technical questions,
gene...@openid.net
-Nate
On Fri, Feb 5, 2010 at 4:57 PM, haliphax wrote:
> On Mon, Feb 1, 2010 at 9:54 PM, Michael A. Peters wrote:
>
> > Daevid Vincent wrote:
> >
> >>
>
To fix this scenerio, chroot would require different apache processes
running under different users.
On Jan 11, 2008 3:46 PM, Lucas Prado Melo <[EMAIL PROTECTED]> wrote:
> On Jan 11, 2008 2:16 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> > Make sure you change the permissions on the director
Ditto on Eval()
PHP is already a templating system. Why go the long way around?
On Feb 12, 2008 10:13 AM, Greg Donald <[EMAIL PROTECTED]> wrote:
> On 2/12/08, Xavier de Lapeyre <[EMAIL PROTECTED]> wrote:
> > Do any of you guys & gurls know of a way to implement that template
> > system.
>
> eval
Why not just set:
ErrorDocument 404 /path/to/some/script.php
Then check $SERVER['REDIRECT_URL'] for the failed request.
On Thu, Jun 5, 2008 at 2:41 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> Ryan S wrote:
>
>> Hey,
>> one of the things that make the php.net site so cool is how easy it is t
ErrorDocument 404 /path/to/some/script.php
* $_SERVER['REDIRECT_URL']
(somehow misplaced underscore)
On Thu, Jun 5, 2008 at 2:50 PM, Nate Tallman <
[EMAIL PROTECTED]> wrote:
> Why not just set:
> ErrorDocument 404 /path/to/some/script.php
> Then check $SERVER['
Not true, Apache does return a 404, but IE will use the custom 404 page if
it is available.
Nate
On Thu, Jun 5, 2008 at 2:57 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> As far as I remember, errordocument still send the code, in this case 404
> to the client. In the case of I
php.net/arrays???
>
> -Shawn
>
> Nate Tallman wrote:
>
>> Not true, Apache does return a 404, but IE will use the custom 404 page if
>> it is available.
>>
>> Nate
>>
>> On Thu, Jun 5, 2008 at 2:57 PM, Shawn McKenzie <[EMAIL PROTECTED]> [EMAIL
Why is an ErrorDocument "insufficient" or "not the elegant way"?
It accomplishes the goal in a clean way, no?
Nate
On Thu, Jun 5, 2008 at 3:25 PM, Yeti <[EMAIL PROTECTED]> wrote:
> still telling Ryan to produce errors is insufficient or at least not the
> elegant
On Tue, Jun 17, 2008 at 3:22 PM, Jon Drukman <[EMAIL PROTECTED]> wrote:
> Nate Tallman wrote:
>
>> Why is an ErrorDocument "insufficient" or "not the elegant way"?
>> It accomplishes the goal in a clean way, no?
>>
>
> It's *WRONG
If you want to do it on the php side, I would do something like this:
substr($fullURL, 0, 9)."..."
It would provide a valid link using the full url, but chop off everything
after the 10th character and replace with a "...".
Nate
On Tue, Jul 1, 2008 at 3:45 PM, Boyd, Todd
You have to handle the html special chars.
& == &
On Thu, Jul 10, 2008 at 10:59 AM, Joakim Ling <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>
> I'm using simplexml to create some xml files.
>
> Here's a stripped example, how can I get this to work? Tried millions
> different ways still no joy.
>
>
>
>
You have to handle the html special chars.
& == &
On Thu, Jul 10, 2008 at 10:59 AM, Joakim Ling <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>
> I'm using simplexml to create some xml files.
>
> Here's a stripped example, how can I get this to work? Tried millions
> different ways still no joy.
>
>
>
>
I like the way wikimedia handles
revision history, but I'm just curious what my options are.
Thanks,
Nate
r already got message M2 at least 30 days ago
Etc. Etc.
So the point is that I need to be able to set up rules for what each message
contains, and when each message should be sent, based on selected conditions.
Is there anything out there (PHP/Mysql solution preferably) that might give
some help with something like this?
Thanks,
Nate
MSSQL 2k and/or mySQL (different server),
and if you need additional services, we can work that out.
Please email me if you are interested in helping or if you have any ideas
please!!
Thanks in advance!
- Nate Nielsen
[EMAIL PROTECTED]
also, as another note - the php version and cURL version is identical on the
two machines - the main difference between them being that one is windows 2k
server and the other one is windows 2k3 server (std ed)
any ideas ?
thanks
- Original Message -
From: "Nate Nielsen&quo
ome cash. Up to you.
Any help is greatly GREATLY appreciated!!
Thanks again,
Nate Nielsen
[EMAIL PROTECTED]
- Original Message -
From: "Curt Zirzow" <[EMAIL PROTECTED]>
To:
Sent: Thursday, November 17, 2005 9:28 PM
Subject: Re: [PHP] php + cURL issue
On Thu, No
.
I wouldnt know where to start with regular flash as I'm a programmer, so
only Flex appeals to me - but I know it can be done, and isnt extremely
complicated. My guess is that you could have a flash guru whip something
out pretty fast.
=)
-Nate Nielsen
[EMAIL PROTECTED]
- Origin
view the debug information here : http://70.84.198.254/index.html
thanks again,
Nate Nielsen
[EMAIL PROTECTED]
- Original Message -
From: "Curt Zirzow" <[EMAIL PROTECTED]>
To:
Sent: Friday, November 18, 2005 11:04 PM
Subject: Re: [PHP] php + cURL issue
On Fri, Nov 18,
83 matches
Mail list logo