> You've completely misread and misinterpreted Robert's comments. He
> didn't say he didn't want to read posts he wasn't interested in and he
> didn't ask the poster to not post things he wasn't interested in
> reading. He DID however request that people not send html emails to the
> list.
Oh wait
will never be parsed (and resources used).
woah u kiddin me ? i'm sure i edited a function in a functions file which
wasnt executed and it still got parsed (spat out errors)
that would be a kool resource saver if it did though
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
*chuckle* this explains your responses to me. In this new light I
apologize for my condescending responses.
Cheers,
Rob.
On Thu, 2003-09-11 at 20:17, Dan Anderson wrote:
> > You've completely misread and misinterpreted Robert's comments. He
> > didn't say he didn't want to read posts he wasn't i
What are you talking about? This is a once in a life time opportunity! who hasnt
dreamt of receiving 15 million for doing absolutely nothing
contact me benny boy !! my number is 0055 all night long O_o
> -Original Message-
> From: Shadow [mailto:[EMAIL PROTECTED]
> Sent: Friday, 12 Septe
how can we get this cunt, he obviously has a massive database, a friend and
i found a db password in a spammers cgi script, i couldnt help myself i had
to drop a few tables, i dont know how far my mate got though. i wish i
could fight back they are obviouslly using spamming tools from the security
If I want to show events (records in a MySQL table) for the next 10
days (and I do), what would be the best approach to searching with this
range? (The dates in my table are stored as a string in the format
/MM/DD.)
Seth Willits
he even found my work email obviouslly from the mysql list
> What are you talking about? This is a once in a life time opportunity!
> who hasnt dreamt of receiving 15 million for doing absolutely nothing
>
> contact me benny boy !! my number is 0055 all night long O_o
>
>> -Original Message---
No! That $15 million is mine! I feel so honoured that you have picked me!
Send me the details! Address them to
The Lodge
Canberra ACT
Australia
Perhaps I can fly over to meet you and your money. I have no suspicions
that you will kill me or anything!
Regards,
Bob Irwin
Server Admin & Web A
Seth Willits wrote:
If I want to show events (records in a MySQL table) for the next 10
days (and I do), what would be the best approach to searching with this
range? (The dates in my table are stored as a string in the format
/MM/DD.)
SELECT * FROM Table WHERE event_date BETWEEN NOW()
lol The Lodge
hey check this out
http://www.potifos.com/fraud/
and this
http://www.nigerian419fraud.freeserve.co.uk/
i did find a link from this list about a site where the guy actually sent
false details and the guy believed him, i think he sent a passport of
himself as captian kirk LOL
> No!
from http://www.nigerian419fraud.freeserve.co.uk/
[snip]
A conservative estimate from the USA is that Americans are defrauded of at least $100
million every year.
[/snip]
hmmm me thinks im in the wrong business ;)
seriously, I didnt think there would be some many gullible people out in cybersp
Unless you need PEAR, you're fine. Try configuring --without-pear. You should
really be doing this anyways unless actually need PEAR.
Evan Nemerson
On Thursday 11 September 2003 02:10 pm, Adam Douglas wrote:
> Hi. I have a machine that's been freshly installed with PHP 4.1.1. I wanted
> to upg
enough or mr Larry E. Ullman will kick some butt
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Perhaps you should re-open the bug report. It was closed due to lack of
feedback, so it's prolly not fixed yet. Can you get a backtrace? Reproducing
code? Need more details...
With regard to the second paragraph, the obvious solution is to use Linux...
Evan Nemerson
On Thursday 11 September
Hi there, i have come to a solution, due the fact that the client does not
store the http_referer on a javascript location.href, is to send the
refering url into the url, there is an issue though say it looks like
something.php?action=delete&return_url=someother.php?action=edit&id=1
it will come
Hello,
I have created a db that holds specific information ie a business name. I am running
into a problem on a form when you choose the business name another list is suppossed
to populate the address or addresses, if multiple occur, and you can select the
address.
I am not able to sucessfu
Aplogies, that was my app although i am having more issues now, i use
switch statements on a get action variable.
here is the full link
manage.php?
action=deleteconfirm&asset_modelID=82&table=asset_models&return_url=/assets/
manage.php?table=asset_models&ID=82&action=edit
it now things its a edi
back to urlencode it worked this time, really sorry
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- [EMAIL PROTECTED] wrote:
> something.php?action=delete&return_url=someother.php?action=edit&id=1
>
> it will come out as
>
> something.php?action=delete&return_url=someother.php
>
> i tried urlencode but still no luck any ideas?
What did you try to URL encode? You need to encode the URL tha
> something.php?action=delete&return_urlsomeother.php%3faction%3dedit%26id%3d1
There should be an equal sign between return_url and someother, in case you try
to copy/paste that for some reason.
Chris
=
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/
If you want to process the conent of a form without passing it back to
the server you definitely need to learn javasript.
Dan J. Rychlik wrote:
Hello,
I have created a db that holds specific information ie a business name. I am running into a problem on a form when you choose the business name
hi,
AFAIK this is not something that you need to bother with in your php
scripts. this is a web server level issue
Scott Dotson wrote:
I am trying to get the ability to resume broken downloads with a client
(such as FlashGet, GetRight, etc...) I am able to download the complete
file without
> woah u kiddin me ? i'm sure i edited a function in a functions file which
> wasnt executed and it still got parsed (spat out errors)
Well connecting to a database, etc. does take overhead above and beyond
a function. So yes, it does save resources to include it.
And I am not completely sure of
On Thu, 2003-09-11 at 18:02, John W. Holmes wrote:
> Jim Lucas wrote:
>
> >>> >>> $dins="Dinesh";
> >>> echo "";
> >>>?>
> >>
> >>Use double quotes for HTML attributes.
> >
> > Why do you say that?
>
> Yeah, I figured someone would ask that. :) I couldn't find anything
> definitive on w3c
Can you help explain this code? It looks like you're on the right track but
have a few flaws (at first glance).
> session_cache_limiter('public');
> session_start();
Is there a reason to be using sessions here?
> set_time_limit(0);
> $file=$_REQUEST['file'];
> $extstart=strpos($file, ".");
Wha
Hi,
Friday, September 12, 2003, 9:38:48 AM, you wrote:
TC> Warren -
TC> That works...
TC> http://209.204.172.137/editor/ekit.php
TC> Now the next challenge is to put the value in $text into the HTML editor with some
JavaScript...any suggestions?
TC> Todd
TC> Vail, Warren wrote:
>>There ma
Hi ,
I am writing a php extension module on AIX 4.3.3 RS6000 machine.I
have compiled php as CGI.When I test my php extension module function
from a test php script I get a CORE dump.The gdb php core is as below
Core was generated by `php'.
Program terminated with signal 11, Segmentat
Does php support this? HTTP_REFERER
or simply cgi and ssi only?
-
Louie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
var $varname before a constructor is just conventional syntax when defining
a class.
class myClass {
var $myThis;
function myClass() {
}
}
I'm sure you can do this another way, but it just makes reading the class
very easy, and it defines those variables for the entire scope of the class.
-dd
101 - 129 of 129 matches
Mail list logo