[PHP-WIN] expensive mysql hosting

2003-01-22 Thread krizz
I'd like ask what is the alternative of an mysql dbs in php. I mean in asp
they use mdb (aceess files). What can we use in php for a cheaper hosting?
If you have any documentations or tutorials on the net about it, it will
help much.

thanks,
krizz



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Re: expensive mysql hosting

2003-01-22 Thread Brian McGarvie
PHP can be used with use virtually any i.e.:

MySQL, PostgreSQL, Microsoft Access, Oracle, Microsoft SQL Server, Sybase,
Informix, FoxPro, FrontBase, Interbase, DB2, ADO and ODBC.

This is not an exhaustive list it can support many others via ODBC, ADO etc
etc...

"Krizz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'd like ask what is the alternative of an mysql dbs in php. I mean in asp
> they use mdb (aceess files). What can we use in php for a cheaper hosting?
> If you have any documentations or tutorials on the net about it, it will
> help much.
>
> thanks,
> krizz
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.438 / Virus Database: 246 - Release Date: 07/01/03



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] why php_mcrypt.dll can not work in php 4.3 on Win2K+iis

2003-01-22 Thread Edin Kadribasic
You need newer module/.dlls available from:

http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zi
p

Edin

- Original Message -
From: "yuegong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 6:09 AM
Subject: [PHP-WIN] why php_mcrypt.dll can not work in php 4.3 on
Win2K+iis


> I download php 4.3.0 from php.net, zip file, more than 5M.
> And my PHP dir is d:\php, the php.ini is also in this dir. I
enabled gd2.dll and mcrypt.dll in php.ini , the browser display this
message :
> PHP Warning: Unknown(): Unable to load dynamic library
'd:\php\php_mcrypt.dll',
>
> but the gd2.dll can work.
>
> can anyone tell me why?
>
> regards
>
>
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread Piotr Pluciennik
Hmm.. :-))

but I'm afraid it's not only IT technology question
:-) If you've remember in "Saving Private Ryan" movie
this question apperars there a lot of times... "What
is foobar?" 
So, what the f**k is foobar? :-)

--- Uttam <[EMAIL PROTECTED]> wrote:
> In many code examples in PHP documention (& others
> also), I have seen
> authors referring to variables 'foo' & 'bar', but I
> have yet not discovered
> the origin of these names.  I am sure there must be
> dozens of others who
> have the curiosity to find how the use of these
> names started.
> 
> Can anyone quench the curiosities please?
> 
> regards,
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




php-windows Digest 22 Jan 2003 13:59:49 -0000 Issue 1549

2003-01-22 Thread php-windows-digest-help

php-windows Digest 22 Jan 2003 13:59:49 - Issue 1549

Topics (messages 18020 through 18029):

removing special charaters from a string
18020 by: Matt Babineau

Re: Who is foo & what is bar?
18021 by: Woolsey, Fred
18022 by: Woolsey, Fred
18029 by: Piotr Pluciennik

Re: PHP on IIS4 problem
18023 by: Sean Malloy
18024 by: Frank M. Kromann

why php_mcrypt.dll can not work in php 4.3 on Win2K+iis
18025 by: yuegong
18028 by: Edin Kadribasic

expensive mysql hosting
18026 by: krizz
18027 by: Brian McGarvie

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-mail:
[EMAIL PROTECTED]


--

--- Begin Message ---
I have a variable i am pulling from a url, but i want to make sure no
one can hack my pages using the sql url hack. Does anyone have a good
way to strip out any special characters? like: ',",;,:,/,.,&, etc...
 
Thanks,
Matt

--- End Message ---
--- Begin Message ---
I'm pretty certain it is one of those brilliant, sarcastic military acronymns like 
SNAFU (situation normal, all f@#$%d up), as alluded to by Mikey- however, I believe 
the correct meaning is f@#$%d up beyond all repair.  Witness the following 
hypothetical exchanges:
 
"So soldier, what's the sitrep?"
"SNAFU, sir..."
 
and
 
"How bad is it, soldier?"
"Well sir, I'm afraid it's FUBAR..."
 
Phonetically, FUBAR was simplified to FOOBAR, which allowed it to be parsed into FOO 
and BAR by standard software :-{)>
 
Cheers,
Fred Woolsey

-Original Message- 
From: Chris Kranz [mailto:[EMAIL PROTECTED]] 
Sent: Tue 1/21/2003 8:35 AM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: RE: [PHP-WIN] Who is foo & what is bar?



Hehe!!!

It's one of those classic terms that spans across many languages and
dates back quite a long time. Whenever I pickup a programming book,
somewhere in there, you'll find the infamous foo and bar...

chris kranz
fatcuban.com


-Original Message-
From: Mikey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 1:32 PM
To: Uttam; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Who is foo & what is bar?

Just my opinion, but I think it comes from the acronym FUBAR - f@cked up
beyond all recognition...

Mikey

> -Original Message-
> From: Uttam [mailto:[EMAIL PROTECTED]]
> Sent: 21 January 2003 13:29
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP-WIN] Who is foo & what is bar?
>
>
> In many code examples in PHP documention (& others also), I have seen
> authors referring to variables 'foo' & 'bar', but I have yet not
> discovered
> the origin of these names.  I am sure there must be dozens of others
who
> have the curiosity to find how the use of these names started.
>
> Can anyone quench the curiosities please?
>
> regards,
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--- End Message ---
--- Begin Message ---
MC,
 
Whatever happened to good ole' x, y and z???
 
Anywho, I am quite certain of the military origin of "FUBAR" and "SNAFU", but leave it 
to softwarians to expropriate the former term, change the spelling to FOOBAR, then 
divide it into the now legendary FOO and BAR.  Who knows, maybe Grace Hopper  (of USN, 
FORTRAN, and ENIAC fame) first forked FOOBAR into FOO | BAR???
 
Cheers,
Fred Woolsey

-Original Message- 
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] 
Sent: Tue 1/21/2003 7:10 PM 
To: Woolsey, Fred 
Cc: 
Subject: RE: [PHP-WIN] Who is foo & what is bar?




I think a few of you are slightly off (or perhaps I am about to be).  I
learned a while back that 'foo' and 'bar' are not just terms in
programming, but in general science where variables are concerned.

Suppose, for example, you are trying to define this awesome formula for

Re: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread Tek
Heya ppl

I can only refer to foobar as the German word 'furchtbar' that sounds
quite similar when spoken, and an untrained tounge might as well say
'foobar'.

Just an idea.

greetz

Jens Habegger



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread Asendorf, John
> Whatever happened to good ole' x, y and z???

They're just so Pythagorean...  s, you know, Bronze Age-ish...

-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -Original Message-
> From: Woolsey, Fred [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 7:44 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Who is foo & what is bar?
> 
> 
> MC,
>  
> Whatever happened to good ole' x, y and z???
>  
> Anywho, I am quite certain of the military origin of "FUBAR" 
> and "SNAFU", but leave it to softwarians to expropriate the 
> former term, change the spelling to FOOBAR, then divide it 
> into the now legendary FOO and BAR.  Who knows, maybe Grace 
> Hopper  (of USN, FORTRAN, and ENIAC fame) first forked FOOBAR 
> into FOO | BAR???
>  
> Cheers,
> Fred Woolsey
> 
>   -Original Message- 
>   From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] 
>   Sent: Tue 1/21/2003 7:10 PM 
>   To: Woolsey, Fred 
>   Cc: 
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>   
>   
> 
> 
>   I think a few of you are slightly off (or perhaps I am 
> about to be).  I
>   learned a while back that 'foo' and 'bar' are not just terms in
>   programming, but in general science where variables are 
> concerned.
>   
>   Suppose, for example, you are trying to define this 
> awesome formula for
>   perpetual motion, and in your research you have to 
> explain a function to
>   your colleagues.  In order to keep the level of 
> confusion low, you would
>   use the terms 'foo' and 'bar' to illustrate instances, 
> variables,
>   etcetera, and your audience would also understand that 
> you are referring
>   to such instances in a hypothetical manner, rather than 
> realistically.
>   
>   In other words, if you mention 'foo' and 'bar' in a 
> conversation, your
>   listener would assume a hypothetical instance of 
> whatever you subject
>   may be.
>   
>   Or something to that effect...
>   
>   
>   Matthew Clark
>   Divergent Systems Incorporated
>   
>   -Original Message-
>   From: Woolsey, Fred [mailto:[EMAIL PROTECTED]]
>   Sent: Tuesday, January 21, 2003 5:59 PM
>   To: [EMAIL PROTECTED]
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>   
>   I'm pretty certain it is one of those brilliant, 
> sarcastic military
>   acronymns like SNAFU (situation normal, all f@#$%d up), 
> as alluded to by
>   Mikey- however, I believe the correct meaning is f@#$%d 
> up beyond all
>   repair.  Witness the following hypothetical exchanges:
>   
>   "So soldier, what's the sitrep?"
>   "SNAFU, sir..."
>   
>   and
>   
>   "How bad is it, soldier?"
>   "Well sir, I'm afraid it's FUBAR..."
>   
>   Phonetically, FUBAR was simplified to FOOBAR, which 
> allowed it to be
>   parsed into FOO and BAR by standard software :-{)>
>   
>   Cheers,
>   Fred Woolsey
>   
>   -Original Message-
>   From: Chris Kranz [mailto:[EMAIL PROTECTED]]
>   Sent: Tue 1/21/2003 8:35 AM
>   To: [EMAIL PROTECTED]
>   Cc:
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>  
>  
>   
>   Hehe!!!
>  
>   It's one of those classic terms that spans 
> across many languages
>   and
>   dates back quite a long time. Whenever I pickup 
> a programming
>   book,
>   somewhere in there, you'll find the infamous 
> foo and bar...
>  
>   chris kranz
>   fatcuban.com
>  
>  
>   -Original Message-
>   From: Mikey [mailto:[EMAIL PROTECTED]]
>   Sent: Tuesday, January 21, 2003 1:32 PM
>   To: Uttam; [EMAIL PROTECTED];
>   [EMAIL PROTECTED]
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>  
>   Just my opinion, but I think it comes from the 
> acronym FUBAR -
>   f@cked up
>   beyond all recognition...
>  
>   Mikey
>  
>   > -Original Message-
>   > From: Uttam [mailto:[EMAIL PROTECTED]]
>   > Sent: 21 January 2003 13:29
>   > To: [EMAIL PROTECTED];
>   [EMAIL PROTECTED]
>   > Subject: [PHP-WIN] Who is foo & what is bar?
>   >
>   >
>   > In many code examples in PHP documention (& 
> others also), I
>   have seen
>   > authors referring to variables 'foo' & 'bar', 
> but I have yet
>   not
>   > 

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread Asendorf, John
That's a very good possibility!

Now, uh, for us non-German speakers, what is "furchtbar?"

-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -Original Message-
> From: Tek [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 22, 2003 9:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Who is foo & what is bar?
> 
> 
> Heya ppl
> 
> I can only refer to foobar as the German word 'furchtbar' that sounds
> quite similar when spoken, and an untrained tounge might as well say
> 'foobar'.
> 
> Just an idea.
> 
> greetz
> 
> Jens Habegger
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread lherbst

A good place to look up origins of these kind of words is
http://catb.org/~esr/jargon/jargon.html.  You will find some detailed
information on "foo" "bar" "foobar"  and many others.  BTW, furchtbar means
terrible.

Lee Herbst



   
  
"Asendorf, 
  
John"To: Tek <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED]
   Subject: RE: [PHP-WIN] Who is foo & what 
is bar?
   
  
01/22/2003 
  
09:25 AM   
  
   
  
   
  



That's a very good possibility!

Now, uh, for us non-German speakers, what is "furchtbar?"

-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -Original Message-
> From: Tek [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 22, 2003 9:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Who is foo & what is bar?
>
>
> Heya ppl
>
> I can only refer to foobar as the German word 'furchtbar' that sounds
> quite similar when spoken, and an untrained tounge might as well say
> 'foobar'.
>
> Just an idea.
>
> greetz
>
> Jens Habegger
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread Luis Moreira
I saw somewhere a statement to " F*?d up Beyond All Repair "

Don't have a clue wether it's true or not, but is funny how it matches ...

- Original Message - 
From: "Asendorf, John" <[EMAIL PROTECTED]>
To: "Tek" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 2:25 PM
Subject: RE: [PHP-WIN] Who is foo & what is bar?


> That's a very good possibility!
> 
> Now, uh, for us non-German speakers, what is "furchtbar?"
> 
> -
> John Asendorf - [EMAIL PROTECTED]
> Web Applications Developer
> http://www.lcounty.com - NEW FEATURES ADDED DAILY!
> Licking County, Ohio, USA
> 740-349-3631
> Nullum magnum ingenium sine mixtura dementiae fuit
> 
> 
> > -Original Message-
> > From: Tek [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 22, 2003 9:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP-WIN] Who is foo & what is bar?
> > 
> > 
> > Heya ppl
> > 
> > I can only refer to foobar as the German word 'furchtbar' that sounds
> > quite similar when spoken, and an untrained tounge might as well say
> > 'foobar'.
> > 
> > Just an idea.
> > 
> > greetz
> > 
> > Jens Habegger
> > 
> > 
> > 
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Running PHP 4.3 under WIN 2000 IIS with MSSQL Server.

2003-01-22 Thread Lukasz Karapuda
Hello.

I am in the process of migrating from a Win2000+ASP+MSSQL Server 2000 web
environment to a Win2000+PHP+MSSQL Server environment.

I would like to know of any negative aspects, concerns and performance
issues which come with using PHP in the above configuaration.
I am specifically interested if PHP will be able to support the following
functionality under Windows:

1. Session Handling.
2. MSSQL Server access / ODBC access to MySQL server.
3. E-mail sending functionality.
4. DOM XML parser.
5. Active Directory Access.

I am also interested what is the better(more stable, efficient) solution to
run PHP for WIN2000:
1. CGI for IIS
2. ISAPI for IIS
3. Module for Apache 2.0.

Also, are there any problem connected with running PHP with IIS together
with ASP and ASP.NET on the same host?

I would appreciate any answer or useful link.

Cheers,

__
Lukasz Karapuda
developer -- newline Creations LLC.
@ [EMAIL PROTECTED]
Y! lukaszkarapuda





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Re: Running PHP 4.3 under WIN 2000 IIS with MSSQL Server.

2003-01-22 Thread Christoph Grottolo
Hi

[EMAIL PROTECTED] (Lukasz Karapuda) wrote:

>Hello.
>
>I am in the process of migrating from a Win2000+ASP+MSSQL Server 2000 web
>environment to a Win2000+PHP+MSSQL Server environment.

Congratulations!

>I would like to know of any negative aspects, concerns and performance
>issues which come with using PHP in the above configuaration.
>I am specifically interested if PHP will be able to support the following
>functionality under Windows:
>
>1. Session Handling.
yes
>2. MSSQL Server access / ODBC access to MySQL server.
yes. There are performance problems with access to remote MSSQL
servers (see e.g. http://bugs.php.net/bug.php?id=21772). Why do you
want to access mysql over ODBC? The native API is much more
powerful...
>3. E-mail sending functionality.
Yes
>4. DOM XML parser.
don't know much about this. Have a look at www.php.net/domxml
>5. Active Directory Access.
Don't know much, you can connect over LDAP
(http://ch.php.net/manual/en/ref.ldap.php#17098), there is also the
COM interface (www.php.net/com) and w32api
(http://cvs.php.net/co.php/php4/ext/w32api/w32api.c?login=2&r=1.8)

>I am also interested what is the better(more stable, efficient) solution to
>run PHP for WIN2000:
>1. CGI for IIS
stable, but not suitable for heavy traffic / high speed (works quite
ok if you don't have too much traffic)
>2. ISAPI for IIS
it has not been too stable for a long time, but 4.3.0 seems to be a
big step ahead. 

>3. Module for Apache 2.0.
Don't have experience with that.
>
>Also, are there any problem connected with running PHP with IIS together
>with ASP and ASP.NET on the same host?
No.

In general you'll find many additional info in the manual on
www.php.net/manual/en (and the manual notes below the official texts).

We use PHP with IIS on NT and W2K since 3 years in production
environments without mayor problems.

HTH
Christoph

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] How to extract PHP code from php pages

2003-01-22 Thread Ha Duy Thien
Hi everyone

Could you show me how to extract php code (in ) from a php pages
mixed with HTML


Thanks for any help
Thien



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] Who is foo & what is bar?

2003-01-22 Thread lists
God, I take it you people didn't watch tv in the 90's?

foobar - the descriptive pronunciation of fubar - an ancronym for Fucked up
beyond all recognition. See Tango and Cash and assorted bad late 80's and
early 90's tv. Tango and Cash was probably the most famous usage of it in
main stream media.


- Original Message -
From: "Piotr Pluciennik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 11:59 PM
Subject: Re: [PHP-WIN] Who is foo & what is bar?


> Hmm.. :-))
>
> but I'm afraid it's not only IT technology question
> :-) If you've remember in "Saving Private Ryan" movie
> this question apperars there a lot of times... "What
> is foobar?"
> So, what the f**k is foobar? :-)
>
> --- Uttam <[EMAIL PROTECTED]> wrote:
> > In many code examples in PHP documention (& others
> > also), I have seen
> > authors referring to variables 'foo' & 'bar', but I
> > have yet not discovered
> > the origin of these names.  I am sure there must be
> > dozens of others who
> > have the curiosity to find how the use of these
> > names started.
> >
> > Can anyone quench the curiosities please?
> >
> > regards,
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>




php-windows Digest 23 Jan 2003 02:49:51 -0000 Issue 1550

2003-01-22 Thread php-windows-digest-help

php-windows Digest 23 Jan 2003 02:49:51 - Issue 1550

Topics (messages 18030 through 18038):

Re: Who is foo & what is bar?
18030 by: Tek
18031 by: Asendorf, John
18032 by: Asendorf, John
18033 by: lherbst.PROPAPPR.MARION.FL.US
18034 by: Luis Moreira
18038 by: lists.tismad.com

Running PHP 4.3 under WIN 2000 IIS with MSSQL Server.
18035 by: Lukasz Karapuda
18036 by: Christoph Grottolo

How to extract PHP code from php pages
18037 by: Ha Duy Thien

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-mail:
[EMAIL PROTECTED]


--

--- Begin Message ---
Heya ppl

I can only refer to foobar as the German word 'furchtbar' that sounds
quite similar when spoken, and an untrained tounge might as well say
'foobar'.

Just an idea.

greetz

Jens Habegger



--- End Message ---
--- Begin Message ---
> Whatever happened to good ole' x, y and z???

They're just so Pythagorean...  s, you know, Bronze Age-ish...

-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -Original Message-
> From: Woolsey, Fred [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 7:44 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Who is foo & what is bar?
> 
> 
> MC,
>  
> Whatever happened to good ole' x, y and z???
>  
> Anywho, I am quite certain of the military origin of "FUBAR" 
> and "SNAFU", but leave it to softwarians to expropriate the 
> former term, change the spelling to FOOBAR, then divide it 
> into the now legendary FOO and BAR.  Who knows, maybe Grace 
> Hopper  (of USN, FORTRAN, and ENIAC fame) first forked FOOBAR 
> into FOO | BAR???
>  
> Cheers,
> Fred Woolsey
> 
>   -Original Message- 
>   From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] 
>   Sent: Tue 1/21/2003 7:10 PM 
>   To: Woolsey, Fred 
>   Cc: 
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>   
>   
> 
> 
>   I think a few of you are slightly off (or perhaps I am 
> about to be).  I
>   learned a while back that 'foo' and 'bar' are not just terms in
>   programming, but in general science where variables are 
> concerned.
>   
>   Suppose, for example, you are trying to define this 
> awesome formula for
>   perpetual motion, and in your research you have to 
> explain a function to
>   your colleagues.  In order to keep the level of 
> confusion low, you would
>   use the terms 'foo' and 'bar' to illustrate instances, 
> variables,
>   etcetera, and your audience would also understand that 
> you are referring
>   to such instances in a hypothetical manner, rather than 
> realistically.
>   
>   In other words, if you mention 'foo' and 'bar' in a 
> conversation, your
>   listener would assume a hypothetical instance of 
> whatever you subject
>   may be.
>   
>   Or something to that effect...
>   
>   
>   Matthew Clark
>   Divergent Systems Incorporated
>   
>   -Original Message-
>   From: Woolsey, Fred [mailto:[EMAIL PROTECTED]]
>   Sent: Tuesday, January 21, 2003 5:59 PM
>   To: [EMAIL PROTECTED]
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>   
>   I'm pretty certain it is one of those brilliant, 
> sarcastic military
>   acronymns like SNAFU (situation normal, all f@#$%d up), 
> as alluded to by
>   Mikey- however, I believe the correct meaning is f@#$%d 
> up beyond all
>   repair.  Witness the following hypothetical exchanges:
>   
>   "So soldier, what's the sitrep?"
>   "SNAFU, sir..."
>   
>   and
>   
>   "How bad is it, soldier?"
>   "Well sir, I'm afraid it's FUBAR..."
>   
>   Phonetically, FUBAR was simplified to FOOBAR, which 
> allowed it to be
>   parsed into FOO and BAR by standard software :-{)>
>   
>   Cheers,
>   Fred Woolsey
>   
>   -Original Message-
>   From: Chris Kranz [mailto:[EMAIL PROTECTED]]
>   Sent: Tue 1/21/2003 8:35 AM
>   To: [EMAIL PROTECTED]
>   Cc:
>   Subject: RE: [PHP-WIN] Who is foo & what is bar?
>  
>  
>   
>   Hehe!!!
>  
>   It's one of those classic terms that spans 
> across many languages
>   and
>   dates back quite a long time. Whenever I pickup 
> a programming
>   book,
>   somewhere in there, you'll find the infamous 
> foo and bar...
>  
>   chris kranz
>   fatcuban.com

Re: [PHP-WIN] How to extract PHP code from php pages

2003-01-22 Thread toby z
hi ha duy

will u please be a bit more specifick about this extracting code
thinggy out of php and html mixxup

toby .


 --- Ha Duy Thien <[EMAIL PROTECTED]> wrote: > Hi everyone
> 
> Could you show me how to extract php code (in ) from a php
> pages
> mixed with HTML
> 
> 
> Thanks for any help
> Thien
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>  

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] an other tool thinggy ......

2003-01-22 Thread toby z
hi guyz

im tryin to reverse engineer design model a project that has expanded
a bit broader than my assumptionz

its db is all intact n runnin perfect

i only have to design the system in uml n submitt the darrned
doccumentation 
the thingg is i cant work around with rational rose 98 it sumhow aint
workin 
cant install rose 2000 aint got the key n no money 2 but it 

any free tools out there that do the thing

 :$ i no bout google.com :( it didn help much im afraid . :$


thnx a mill guyz

bangin head in the wallz .
toby.


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php