> -Original Message-
> From: Jim Moseby [mailto:[EMAIL PROTECTED]
> Sent: 17 May 2007 21:29
> To: 'rauhspund'; php-general@lists.php.net
> Subject: RE: [PHP] IE7 => end tag?
>
>
> >
> > #-- .meta info
> > include("../plugins/lib/pluginmetadata.php");
> > $_cached = !empty($_POST);
> > ewi
> Hi there,
>
> I'd like to replace my 'intranet' site with a CMS system to speed up
> the edit process. Some of my requirements are :
>
> - written in PHP :)
> - mysql based
> - documented/'well structured' - to allow development of customizations
> - ability to define which pages or sections
Greetings,
I had some problems with broser caching behaviors and php name space
collision. I do lot of googling and try to figure what happened and I failed
to figure. So I need help,
Here Details
1-) Browser Cache Beahviors
You know the back button problem. I search the net and found some h
Sancar Saran wrote:
Greetings,
I had some problems with broser caching behaviors and php name space
collision. I do lot of googling and try to figure what happened and I failed
to figure. So I need help,
Here Details
1-) Browser Cache Beahviors
You know the back button problem. I search t
> -Original Message-
> From: revDAVE [mailto:[EMAIL PROTECTED]
> Sent: 18 May 2007 01:33
> To: php php
> Subject: Re: [PHP] Setting Up A Simple Shopping Cart
>
>
> On 5/17/2007 7:05 AM, "revDAVE" <[EMAIL PROTECTED]> wrote:
>
> > Hello folks,
> >
> > I am a PHP NEWBIE.
> >
> > - I have the
Why don't you use:
highlight_file(__FILE__) ?
- tul
James Lockie wrote:
This almost works but all my < and > are replaced with "".
// open this file to show the source
if (($fh = fopen( __FILE__, 'r' )) === FALSE){
die ('Failed to open source file (' . $_FILE_ . ') for
On 5/18/07, Haig (Home) <[EMAIL PROTECTED]> wrote:
Hi everyone,
I have a simple script that scans a directory and will output a list of sub
directories as a hyperlink.
Script is working fine. Only problem I have is that if there is a
subdirectory called "Image", my script won't see it. If I ren
Why don't you use:
highlight_file(__FILE__) ?
OMG
I have been coding that thing for MONTHS now... just to get syntax
highlighting for my tutorial blog... maybe I shouldn't write tutorials...
maybe I should rather read them *g*
Thanks for this short, but awesome answer :o) I wasn't the one a
yup, highlight_file($file_name) is your magical answer.
http://ca.php.net/highlight_file
Make sure this function will only access specific directories.
--
itoctopus - http://www.itoctopus.com
""M.Sokolewicz"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Why don't you use:
> high
hey guys, i am trying to set up a session so that when a user logs in,
they will stay logged in until they close their browser. i have the
session set up, however i keep getting an error saying:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the r
> -Original Message-
> From: Joshua [mailto:[EMAIL PROTECTED]
> Sent: 18 May 2007 11:43
> To: PHP.net
> Subject: [PHP] stay logged in for session
>
>
> hey guys, i am trying to set up a session so that when a user logs in,
> they will stay logged in until they close their browser. i have
2007. 05. 18, péntek keltezéssel 12.43-kor Joshua ezt írta:
> hey guys, i am trying to set up a session so that when a user logs in,
> they will stay logged in until they close their browser. i have the
> session set up, however i keep getting an error saying:
>
> The page isn't redirecting prope
2007. 05. 18, péntek keltezéssel 11.53-kor Edward Kay ezt írta:
>
> > -Original Message-
> > From: Joshua [mailto:[EMAIL PROTECTED]
> > Sent: 18 May 2007 11:43
> > To: PHP.net
> > Subject: [PHP] stay logged in for session
> >
> >
> > hey guys, i am trying to set up a session so that when a
> -Original Message-
> From: Joshua [mailto:[EMAIL PROTECTED]
> Sent: 18 May 2007 12:09
> To: Edward Kay
> Subject: RE: [PHP] stay logged in for session
>
>
> On Fri, 2007-05-18 at 11:53 +0100, Edward Kay wrote:
> >
> > > -Original Message-
> > > From: Joshua [mailto:[EMAIL PROTEC
Exactly!
I still can't believe how many sites out there have the SQL injection
problem.
--
itoctopus - http://www.itoctopus.com
""Edward Kay"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
>> -Original Message-
>> From: Joshua [mailto:[EMAIL PROTECTED]
>> Sent: 18 May
> > HTTP Location headers require the full hostname, i.e.
> >
> > header("Location: http://www.example.com/page_to/redirect/to.php";);
>
> that is true, but usually it works with relative url-s also
>
> greets
> Zoltán Németh
>
Just because some user agents handle non-standard data doesn't ma
2007. 05. 18, péntek keltezéssel 12.43-kor Edward Kay ezt írta:
> > > HTTP Location headers require the full hostname, i.e.
> > >
> > > header("Location: http://www.example.com/page_to/redirect/to.php";);
> >
> > that is true, but usually it works with relative url-s also
> >
> > greets
> > Zolt
On 5/18/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 5/18/07, Haig (Home) <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I have a simple script that scans a directory and will output a list of
sub
> directories as a hyperlink.
>
> Script is working fine. Only problem I have is that if there is a
>
Hi Edward,
Friday, May 18, 2007, 12:43:43 PM, you wrote:
> Just because some user agents handle non-standard data doesn't make
> it correct.
You mean user agents follow RFCs to the letter? :)
Since when? :)
I do agree with your comment, but it's a LOT more than "some user
agents". "Every browse
> > The extra comma at the end of the array definition is still
> > valid syntax in
> > PHP. Try for yourself:
> >
> > php -r '$a = array("a" => "foo", "b" => "bar",); print_r($a);'
>
> Interesting. Do you mean 'Valid Syntax' in that it 'works without error',
> or 'Valid Syntax' in that 'it was
Hi,
I am looking to send a HTML page via a PHP script.
The currentl method I use is :
mail($email,"Kuldip Test email for multiple reciptient -
$coursename - $coursedate","
TEST
", "FROM: $adminemail");
However I can not see how to send HTML ?.
Can you h
On 18/05/07, Jim Moseby <[EMAIL PROTECTED]> wrote:
>
> The extra comma at the end of the array definition is still
> valid syntax in
> PHP. Try for yourself:
>
> php -r '$a = array("a" => "foo", "b" => "bar",); print_r($a);'
Interesting. Do you mean 'Valid Syntax' in that it 'works without err
>
> The extra comma at the end of the array definition is still
> valid syntax in
> PHP. Try for yourself:
>
> php -r '$a = array("a" => "foo", "b" => "bar",); print_r($a);'
Interesting. Do you mean 'Valid Syntax' in that it 'works without error',
or 'Valid Syntax' in that 'it was designed to
On 5/18/07, Haig Dedeyan <[EMAIL PROTECTED]> wrote:
Sorry for the lack of information.
I also was wrong about the subdirectory name. It's "Images" and not "Image"
The workstation is running WinXP Pro while PHP 5 & Apache 2 are on Suse
10.1.
I also installed apache2 & php5 on a WinXP Pro system
At last, why are you using file:// in your link? You're using a
webserver to display the contents, but file:// links to files on the
local hard drive. Unless the server is running on the same machine
you're visiting the site with, it will fail to point to the right
file.
I'm not positive, b
André Medeiros wrote:
Either that, or
ini_set('display_errors', '1');
On 5/15/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
Afan Pasalic wrote:
> hi,
> in php.ini is error_reporting turned off. and, to see an error have to
> open error_log.
> though, for me is much easier to have it on and see the
Sorry for the lack of information.
I also was wrong about the subdirectory name. It's "Images" and not
"Image"
The workstation is running WinXP Pro while PHP 5 & Apache 2 are on Suse
10.1.
I also installed apache2 & php5 on a WinXP Pro system and the same
problem occurs.
I have tried 7 workst
Rangel Reale wrote:
Hello!
For my application I need to limit the speed that my application sends data, in
my case a binary file.
I need to send the speed as a parameter, like:
sendfile.php?speed=2
Would send the file at 20kb/s (forgetting about real byte counts for this
example).
To s
On 5/18/07, Jonathan <[EMAIL PROTECTED]> wrote:
Rangel Reale wrote:
> Hello!
>
> For my application I need to limit the speed that my application sends data,
in my case a binary file.
>
> I need to send the speed as a parameter, like:
>
> sendfile.php?speed=2
>
> Would send the file at 20kb/
Might want to put a small bit of effort in first...
http://us.php.net/manual/en/function.mail.php
Example 1075
""Kuldip Mond"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
I am looking to send a HTML page via a PHP script.
The currentl method I use is :
mail(
On Fri, 2007-05-18 at 17:08 +0200, Tijnema ! wrote:
> On 5/16/07, Jay Blanchard <[EMAIL PROTECTED]> wrote:
> > [snip]
> > Where are the list administrators to ban this guy??
> > [/snip]
> >
> > This is an un-moderated list, so that makes us the police of our own
> > list.
> >
> Yes, it might be a
On 5/16/07, Jay Blanchard <[EMAIL PROTECTED]> wrote:
[snip]
Where are the list administrators to ban this guy??
[/snip]
This is an un-moderated list, so that makes us the police of our own
list.
Yes, it might be a un-moderated list, but there's someone who can ban users :)
Tijnema
--
PHP Gen
M.Sokolewicz wrote:
Why don't you use:
highlight_file(__FILE__) ?
I didn't know about that.
Awesome, thanks. :-)
I used the highlight_num from the comments to show line numbers. :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am trying to use the php ftp_* functions to access files on an OpenVMS UCX
FTP server. I can log in and list the files, but I can't use ftp_get() to
get any of them. Instead I get a 'file not found' back from ftp_get().
I think the problem is in OpenVMS naming conventions. OpenVMS saves files
- Original Message -
From: "Tijnema !" <[EMAIL PROTECTED]>
To: "Jonathan" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, May 18, 2007 12:07 PM
Subject: Re: [PHP] Re: Download speed limit
On 5/18/07, Jonathan <[EMAIL PROTECTED]> wrote:
Rangel Reale wrote:
> Hello!
>
> For my application I ne
Not that it really matters in this scenario, but if you rename a file to
.phps you should be able to navigate to it in a web browser and have nice,
highlighted syntax. It's pretty nice for internally viewing a file, but
obviously I wouldn't recommend doing this with live files that contain
sens
On 5/18/07, Steve <[EMAIL PROTECTED]> wrote:
Not that it really matters in this scenario, but if you rename a file to
.phps you should be able to navigate to it in a web browser and have nice,
highlighted syntax. It's pretty nice for internally viewing a file, but
obviously I wouldn't recommend d
On 5/18/07, Rangel Reale <[EMAIL PROTECTED]> wrote:
- Original Message -
From: "Tijnema !" <[EMAIL PROTECTED]>
To: "Jonathan" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, May 18, 2007 12:07 PM
Subject: Re: [PHP] Re: Download speed limit
> On 5/18/07, Jonathan <[EMAIL PROTECTED]> wrote:
>> Ra
Hi all,
I am building an assertType object using static functions. What I want to
keep away from is the following:
public static function assertString($para){
return $answer;
};
public static function assertBool($para){
return $answer;
};
...
public static function assertArray($para){
Kuldip Mond wrote:
Hi,
I am looking to send a HTML page via a PHP script.
The currentl method I use is :
mail($email,"Kuldip Test email for multiple reciptient -
$coursename - $coursedate","
TEST
", "FROM: $adminemail");
However I can not see how to send H
shows me the subdirectories that exist in the directory I
configure the script for, but no further levels of subdirectories as it
stands. That could be modified *very* easily, but that's a different
matter.
On my system, it shows /images without a problem, which more or less
adds to
I'm on a shared Linux host and have been wondering about security and directory "other"
["world"] permissions.
The defaults are 755. The 'others' [world] can read them only.
Is there a security hole if a dir on the doc root if a directory has
permissions 757?
If there is a security problem, w
some people don't remove the "Re:" prefix when answering to the questions It
opens a new topic on the list and that's not appropriate .
Thank ya
-
Moody friends. Drama queens. Your life? Nope! - their life, your story.
Play Sims Stories at Yahoo! Games.
PHP Developer wrote:
some people don't remove the "Re:" prefix when answering to the questions It opens a new topic on the list and that's not appropriate .
Thank ya
Any email client that uses the presence or absence of a "Re:" header to
decide if posts are related is severely broken.
-
On Fri, 2007-05-18 at 12:22 -0700, PHP Developer wrote:
> some people don't remove the "Re:" prefix when answering to the questions It
> opens a new topic on the list and that's not appropriate .
> Thank ya
Sounds like you should use a different client... or stop whining. I
noticed your email cl
On 5/18/07, PHP Developer <[EMAIL PROTECTED]> wrote:
some people don't remove the "Re:" prefix when answering to the questions It
opens a
new topic on the list and that's not appropriate .
Thank ya
Some people do not correctly capitalize and punctuate their sentences
while posting on this list
THAT'S WHY I ALWAYS TOP POST AND ALWAYS TYPE IN CAPS. :)
On May 18, 2007, at 3:35 PM, Greg Donald wrote:
On 5/18/07, PHP Developer <[EMAIL PROTECTED]> wrote:
some people don't remove the "Re:" prefix when answering to the
questions It opens a
new topic on the list and that's not appropriate
hey,
I use Gmail but i have the same problem.
Danial Rahmanzadeh wrote:
hey,
I use Gmail but i have the same problem.
Whoever said Gmail was a good mail client?!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
Whoever said Gmail was a good mail client?!
I give up, who?
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
Danial Rahmanzadeh wrote:
> hey,
> I use Gmail but i have the same problem.
>
I use gmail too, and the messages are grouped nicely, I don't see any problem.
Whoever said Gmail was a good mail client?!
I do :)
Tijnema
--
PHP Gene
On 5/18/07, Al <[EMAIL PROTECTED]> wrote:
I'm on a shared Linux host and have been wondering about security and directory "other"
["world"] permissions.
The defaults are 755. The 'others' [world] can read them only.
Is there a security hole if a dir on the doc root if a directory has
permissi
On Fri, 2007-05-18 at 14:35 -0500, Greg Donald wrote:
> On 5/18/07, PHP Developer <[EMAIL PROTECTED]> wrote:
> > some people don't remove the "Re:" prefix when answering to the questions
> > It opens a
> > new topic on the list and that's not appropriate .
> > Thank ya
>
> Some people do not corr
On Fri, 2007-05-18 at 14:43 -0500, Greg Donald wrote:
> On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
> > Whoever said Gmail was a good mail client?!
>
> I give up, who?
Tijnema!
Cheers,
Rob.
--
..
| InterJinn Application F
On 5/18/07, Greg Donald <[EMAIL PROTECTED]> wrote:
On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
> Whoever said Gmail was a good mail client?!
I give up, who?
I do, it works great. No slow POP3 or such shit.
I use web interface 24/7, web chat on the fly, messages are grouped,
ever
Okay, Very Newbie-ish question coming!
I can't figure out why my include won't work... Here's the text:
index.php:
$link = mysql_connect($server, $username, $password) or die('Could
not connect: ' . mysql_error());
echo 'Connected successfully ';
mysql_select_db($database) or die('Could not s
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 14:43 -0500, Greg Donald wrote:
> On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
> > Whoever said Gmail was a good mail client?!
>
> I give up, who?
Tijnema!
Is that like Yahoo! ? Or do people always yell
plus 2853 mb FREE storage
On 5/18/07, Greg Donald <[EMAIL PROTECTED]> wrote:
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-05-18 at 14:43 -0500, Greg Donald wrote:
> > On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
> > > Whoever said Gmail was a good mail client?!
> >
> > I give up, who?
How can they write or edit files there without having ftp access or the site's
file manager?
Tijnema ! wrote:
On 5/18/07, Al <[EMAIL PROTECTED]> wrote:
I'm on a shared Linux host and have been wondering about security and
directory "other" ["world"] permissions.
The defaults are 755. The 'ot
oscommerce is very bad on installin' new templates. come and join developing
devenetstore. an open source project:
www.devnetstore.com
On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
plus 2853 mb FREE storage
2853.822438 now, to be exact :)
O wait, since I copied the amount of MB, it has changed already, it is
2853.822762 now :)
Tijnema
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
lol
On 5/18/07, Al <[EMAIL PROTECTED]> wrote:
How can they write or edit files there without having ftp access or the site's
file manager?
SSH access? Telnet maybe? PHP script? CGI script? ASP script?
There are a lot of possible ways someone can write there.
Tijnema
Tijnema ! wrote:
> On 5/18/
On 5/18/07, Jason Pruim <[EMAIL PROTECTED]> wrote:
Okay, Very Newbie-ish question coming!
I can't figure out why my include won't work... Here's the text:
index.php:
';
mysql_select_db($database) or die('Could not select database: ' .
mysql_error());
echo 'DB selected ';
$result = mysql_query(
On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > plus 2853 mb FREE storage
> >
> 2853.822438 now, to be exact :)
>
> O wait, since I copied the amount of MB, it has changed already, it is
> 2853.822762 now :)
Anyone know if gmai
On May 18, 2007, at 2:55 PM, Robert Cummings wrote:
On Fri, 2007-05-18 at 14:35 -0500, Greg Donald wrote:
On 5/18/07, PHP Developer <[EMAIL PROTECTED]> wrote:
some people don't remove the "Re:" prefix when answering to the
questions It opens a
new topic on the list and that's not appropriat
On May 18, 2007, at 4:12 PM, Tijnema ! wrote:
Thanks in advance for helping me through my obvious friday afternoon
brain fart...
I guess you forget that defaults.php is a php file and needs to start
with
Tijnema
Well there it is... The Brain fart... Or misunderstanding... I
thought s
Tijnema ! wrote:
2853.822438 now, to be exact :)
O wait, since I copied the amount of MB, it has changed already, it is
2853.822762 now :)
Tijnema
Do you suppose they have little people running around the data
center every day, shutting down machines, adding a hard drive or two,
and put i
On May 18, 2007, at 4:15 PM, Robert Cummings wrote:
On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
plus 2853 mb FREE storage
2853.822438 now, to be exact :)
O wait, since I copied the amount of MB, it has changed already,
it
On Fri, 2007-05-18 at 15:16 -0500, Edward Vermillion wrote:
> On May 18, 2007, at 2:55 PM, Robert Cummings wrote:
>
> > On Fri, 2007-05-18 at 14:35 -0500, Greg Donald wrote:
> >> On 5/18/07, PHP Developer <[EMAIL PROTECTED]> wrote:
> >>> some people don't remove the "Re:" prefix when answering to
On Fri, 2007-05-18 at 16:23 -0400, Jason Pruim wrote:
> On May 18, 2007, at 4:15 PM, Robert Cummings wrote:
>
> > On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> >> On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> >>> plus 2853 mb FREE storage
> >>>
> >> 2853.822438 now, to be exa
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
Anyone know if gmailFs supports RAID across multiple accounts? >:)
ROFL.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 2007-05-18 at 16:20 -0400, Jason Pruim wrote:
> On May 18, 2007, at 4:12 PM, Tijnema ! wrote:
>
> >>
> >>
> >> Thanks in advance for helping me through my obvious friday afternoon
> >> brain fart...
> >>
> >>
> > I guess you forget that defaults.php is a php file and needs to start
> > wit
On 5/18/07, Al <[EMAIL PROTECTED]> wrote:
I'm on a shared Linux host and have been wondering about security and
directory "other" ["world"] permissions.
The defaults are 755. The 'others' [world] can read them only.
Is there a security hole if a dir on the doc root if a directory has
permissio
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > plus 2853 mb FREE storage
> >
> 2853.822438 now, to be exact :)
>
> O wait, since I copied the amount of MB, it has changed al
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 16:20 -0400, Jason Pruim wrote:
> On May 18, 2007, at 4:12 PM, Tijnema ! wrote:
>
> >>
> >>
> >> Thanks in advance for helping me through my obvious friday afternoon
> >> brain fart...
> >>
> >>
> > I guess you forget th
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > plus 2853 mb FREE storage
> >
> 2853.822438 now, to be exact :)
>
> O wait, since I copied the amount of MB, it has changed a
On Fri, 2007-05-18 at 22:31 +0200, Tijnema ! wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Fri, 2007-05-18 at 16:20 -0400, Jason Pruim wrote:
> > > On May 18, 2007, at 4:12 PM, Tijnema ! wrote:
> > >
> > > >>
> > > >>
> > > >> Thanks in advance for helping me through my obv
maybe
On Fri, 2007-05-18 at 16:35 -0400, Daniel Brown wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> > On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > > plus 2853 mb FREE storage
> > >
>
On Fri, 2007-05-18 at 22:27 +0200, Tijnema ! wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> > > On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > > > plus 2853 mb FREE storage
> > > >
> > > 2853.822438 now, to be
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 22:27 +0200, Tijnema ! wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> > > On 5/18/07, Danial Rahmanzadeh <[EMAIL PROTECTED]> wrote:
> > > > plus
On Fri, 2007-05-18 at 16:47 -0400, Daniel Brown wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, 2007-05-18 at 22:27 +0200, Tijnema ! wrote:
> > > On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > > > On Fri, 2007-05-18 at 22:08 +0200, Tijnema ! wrote:
> > >
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 16:47 -0400, Daniel Brown wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, 2007-05-18 at 22:27 +0200, Tijnema ! wrote:
> > > On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > > >
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2007-05-18 at 22:31 +0200, Tijnema ! wrote:
> On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Fri, 2007-05-18 at 16:20 -0400, Jason Pruim wrote:
> > > On May 18, 2007, at 4:12 PM, Tijnema ! wrote:
> > >
> > > >>
> > > >>
On 5/18/07, Greg Donald <[EMAIL PROTECTED]> wrote:
On 5/18/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-05-18 at 14:43 -0500, Greg Donald wrote:
> > On 5/18/07, Roger B.A. Klorese <[EMAIL PROTECTED]> wrote:
> > > Whoever said Gmail was a good mail client?!
> >
> > I give up, who?
I changed it to Tijnema, you happy now ?? :P:P
Tijnema
Yes. Names with exclamation points are dumb. ;-P
--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107
On 5/18/07, Danbrown ! <[EMAIL PROTECTED]> wrote:
>
> I changed it to Tijnema, you happy now ?? :P:P
>
> Tijnema
>
>
Yes. Names with exclamation points are dumb. ;-P
What a nice name do you have right now :-)
I like it ;)
Tijnema
--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[snip]
...some really funny and other not so funny stuff
[/snip]
It Must Be Friday [tm]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anyone wanna share their insights into the php5 cert test? The php4
test was pretty simple for me, but that was a couple of years ago. It
seems there's quite a bit of new material being covered on the php5
version. I figure with the same number of questions, things had to
get more general if an
On 5/18/07, Jay Blanchard <[EMAIL PROTECTED]> wrote:
[snip]
...some really funny and other not so funny stuff
[/snip]
It Must Be Friday [tm]
For some people it is, and for it isn't anymore :-P
Tijnema
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
On 5/18/07, Tijnema <[EMAIL PROTECTED]> wrote:
On 5/18/07, Danbrown ! <[EMAIL PROTECTED]> wrote:
>
> >
> > I changed it to Tijnema, you happy now ?? :P:P
> >
> > Tijnema
> >
> >
>
> Yes. Names with exclamation points are dumb. ;-P
What a nice name do you have right now :-)
I like it ;)
PHP Developer wrote:
some people don't remove the "Re:" prefix when answering to the questions It opens a new topic on the list and that's not appropriate .
Thank ya
-
Moody friends. Drama queens. Your life? Nope! - their life, your story.
Play Sims Sto
On 5/18/07, Tijnema <[EMAIL PROTECTED]> wrote:
On 5/18/07, Danbrown ! <[EMAIL PROTECTED]> wrote:
> On 5/18/07, Tijnema <[EMAIL PROTECTED]> wrote:
>
> > On 5/18/07, Danbrown ! <[EMAIL PROTECTED]> wrote:
> > >
> > > >
> > > > I changed it to Tijnema, you happy now ?? :P:P
> > > >
> > > > Tijnema
>
On 5/19/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
PHP Developer wrote:
> some people don't remove the "Re:" prefix when answering to the questions It
opens a new topic on the list and that's not appropriate .
> Thank ya
>
>
> -
> Moody friends. Drama queens. Your l
Jim Lucas wrote:
PHP Developer wrote:
some people don't remove the "Re:" prefix when answering to the
questions It opens a new topic on the list and that's not appropriate
. Thank ya
-
Moody friends. Drama queens. Your life? Nope! - their life, your stor
On 5/19/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
On 5/18/07, Tijnema <[EMAIL PROTECTED]> wrote:
> On 5/18/07, Danbrown ! <[EMAIL PROTECTED]> wrote:
> > On 5/18/07, Tijnema <[EMAIL PROTECTED]> wrote:
> >
> > > On 5/18/07, Danbrown ! < [EMAIL PROTECTED]> wrote:
> > > >
> > > > >
> > > > > I ch
On 5/19/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
Jim Lucas wrote:
> PHP Developer wrote:
>> some people don't remove the "Re:" prefix when answering to the
>> questions It opens a new topic on the list and that's not appropriate
>> . Thank ya
>>
>>-
>> Mood
On Friday 18 May 2007 15:25:35 Tijnema wrote:
> function sighRelief() {
> return "Thank fucking God!";
> }
> ?>
>
> Saves you some time, and resources
Yeah, but where's the fun in that?
--
Richard S. Crawford (http://www.mossroot.com)
Editor In Chief, Daikaijuzine (http://www.daikaijuzine.com)
1 - 100 of 117 matches
Mail list logo