RE: [PHP] Advanced PHP

2001-03-09 Thread Rick St Jean
om > > > > > > -Original Message- > > From: Keith Vance [mailto:[EMAIL PROTECTED]] > > Sent: Friday, March 09, 2001 3:14 PM > > To: Kath > > Cc: Krznaric Michael; 'Rick St Jean'; [EMAIL PROTECTED] > > Subject: Re: [PHP] Advanced PHP > &

RE: [PHP] Advanced PHP

2001-03-09 Thread Rick St Jean
ng to waver. If you want to debate this, I would welcome it, but I think that the thread should go to sleep, if you interested make a poll. Rick At 04:18 PM 3/9/01 -0800, Keith Vance wrote: >You don't think all living creatures could evolved on this planet, >simply because the

Re: [PHP] MySQL problem - stumped

2001-03-10 Thread Rick St Jean
Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ##

RE: [PHP] PHP/MySQL Question

2001-03-10 Thread Rick St Jean
That is database specific no standard SQL. To make it non specific. you can put it in a for loop. remember to check for eof. Rick At 06:01 PM 3/10/01 -0600, you wrote: >Select * from table limit 5; > >http://www.calevans.com > > >-Original Message- >From

Re: [PHP] ASP vs PHP

2001-03-11 Thread Rick St Jean
I was told by someone that it is possible with apache. You can have something parse the page once then be parsed by something else. I don't know how and I have never seen it but I have been told that it is possible. Rick At 11:28 PM 3/11/01 -0500, Michael Kimsal wrote: >You'r

[PHP] includes

2001-03-12 Thread Rick St Jean
. All I want to do is include it raw... any ideas? Rick ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml # Tel: 905-684-2952

Re: [PHP] includes

2001-03-12 Thread Rick St Jean
How embarassing... I read about that and forgot about it. It is a matter a getting aquainted with new syntax. Thanks. Rick At 01:52 PM 3/13/01 +1030, David Robley wrote: >On Tue, 13 Mar 2001 13:45, Rick St Jean wrote: > > I am looking for a simple way to include a file and not have

Re: [PHP] includes

2001-03-12 Thread Rick St Jean
nt it executed ever... but I do want html to work normally.. When they want to change the contents of the file they use another page to write it. It frees up more time for me to work on other projects rather than small edits. Rick At 02:39 PM 3/13/01 +1030, David Robley wrote: >On Tue, 13 Mar 20

Re: [PHP] TXT files

2001-03-13 Thread Rick St Jean
include() require() readfile or fopen the file and use fgets to read. Rick At 07:41 AM 3/13/01 -0300, Bruno Freire wrote: >Hey Everybody! >Its me...Bruno From Brazil. > >Look, >How can i read txt files with php > &

Re: [PHP] Payflow Pro

2001-03-13 Thread Rick St Jean
apparently opayc has Payflow as one of the processors. Both the cheque and the card service. If it changes then you get a new driver. Comes with source code I am sure. Rick At 03:40 PM 3/13/01 -0700, Dan Harrington wrote: >Is anyone on this list using the PayFlow Pro extensions for PHP?

Re: [PHP] need some help..

2001-03-13 Thread Rick St Jean
Do you have a friend with FTP and DSL??... pull out your drive an go to their place. Rick At 06:31 PM 3/13/01 -0500, [EMAIL PROTECTED] wrote: >Im moving servers within the week.. and I got about 600mbs worth of stuff on >there, and me being on 56K its nearly an impossible tasks. > &

Re: [PHP] tutorials on good database design

2001-03-13 Thread Rick St Jean
. There are many tutorials in stuff like phpbuilder.com. It is a good starting place. Rick At 12:37 PM 3/14/01 +1100, Justin French wrote: >hi, > >i'm looking for some good tutorials / articles / books on database >design, no, i'm not talking about the classic employee

Re: [PHP] RE:PHP | MySQL Search

2001-03-13 Thread Rick St Jean
If the fields are all integers then it is: >SELECT HouseID FROM Search WHERE CountryID=2 AND PriceID=3 AND (FacilityID=5) Rick At 07:12 PM 3/13/01 -0800, Dennis Gearon wrote: >I never have luck putting single quotes around anything but strings, or >column names when called for.

Re: [PHP] Multi-Step Script

2001-03-13 Thread Rick St Jean
t/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design S

Re: [PHP] foreach() faster than while()?

2001-03-14 Thread Rick St Jean
. You save that bit of time because you do not have to go out to the php engine and parse again. Rick At 08:20 AM 3/14/01 -0800, Dennis Gearon wrote: >I meant to write about this last week! > >I see a LOT of examples on the PHP website, both by contributions and by >the staff res

Re: [PHP] Statistics function

2001-03-14 Thread Rick St Jean
stream info) The page is completed... the engine returns an ok to the server.. the server then dumps the buffer out to the browser. All through this process there is a live thread between your browser and the server. unless you send a cancel. Rick At 07:40 AM 3/15/01 +0200, Lauri Vain wrote

[PHP] FAQ

2001-03-15 Thread Rick St Jean
know if there would be a demand for an experienced mailing list? I am just frustrated by the same 3 questions that pop up about once a day. The rest of the posts are great. Rick ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design

Re: [PHP] FAQ

2001-03-15 Thread Rick St Jean
Cool idea, I am going to add that to the spec for the mailing list program we are working on. it is relatively simple if you put it there when you are planning the app. At 09:17 AM 3/15/01 -0800, RBL wrote: >on 3/15/01 9:04 AM, Rick St Jean at [EMAIL PROTECTED] wrote: > > > Also

Re: [PHP] FAQ

2001-03-15 Thread Rick St Jean
doing understand then SEARCH THE ARCHIVES / FAQ BEFORE POSTING! Rick At 10:22 AM 3/15/01 -0600, Chris Lee wrote: >people wouldnt use an FAQ, when you see three people ask the exact same >question on one single day, you know they dont read the other post, or >care. if they wont read

Re: [PHP] Newbie question: Basic knowledge

2001-03-15 Thread Rick St Jean
test.php Rick At 07:50 PM 3/15/01 +0100, Virtual Evil wrote: >Hi there! > >I'm really newbie and I have a major problem. >I think i've installed the PHP stuff correctly, but I don't know how to >insert a PHP feature into a ordinary HTML page. Actually i've tried to

Re: [PHP] FAQ Ignor if you are tired of this.

2001-03-15 Thread Rick St Jean
hey then? > >The problem with the manual is, that it is VERY hard to understand correct >for a newbee. For a little experienced developer it's no problem. But the >rest of us?? > > > >- Original Message - >From: "Rick St Jean" <[EMAIL PROTECTED

Re: [PHP] Hmmm... What's problems?

2001-03-15 Thread Rick St Jean
t; >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ## # Ric

Re: [PHP] XML Newbie.!

2001-03-16 Thread Rick St Jean
Make sure you read the whole message before you comment. There was a relative question at the bottom. Rick At 12:59 AM 3/17/01 +0100, Nik Gare wrote: >In article <[EMAIL PROTECTED]>, Diego >Fulgueira <[EMAIL PROTECTED]> wrote: > > Hi! Ok, this is not a question abou

Re: [PHP] XML Newbie.!

2001-03-16 Thread Rick St Jean
If it was a question about tables and how you can use them with PHP then yes. Take this off-list if you have something important to say please. At 07:39 AM 3/17/01 +0100, Nik Gare wrote: >In article <[EMAIL PROTECTED]>, >Rick St Jean <[EMAIL PROTECTED]> wrote: > >

Re: [PHP] how do i get a variable type? - not that simple

2001-03-18 Thread Rick St Jean
nk > > you. > > > > -dave > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mai

Re: [PHP] What does a ? do

2001-03-20 Thread Rick St Jean
HP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PR

Re: [PHP] "Free" Database Design Program

2001-05-07 Thread Rick van Dijk
free but cheap: $139. Reverse engineering tools are available too: ImportER Scripts, ImportER Access, ImportER Tables and soon to be released (in the week of 7 May 2001), ImportER MySQL. You can find it at http://www.datanamic.com regards Rick van Dijk Datanamic Augusto Cesar Castoldi schreef

Re: [PHP] A universal Database Class

2001-05-17 Thread Rick St Jean
nsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http:/

Re: [PHP] Finding every even 100

2001-03-21 Thread Rick St Jean
l: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ###### # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http

Re: [PHP] IBill - Can you recommend a script?

2001-03-21 Thread Rick St Jean
list administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml # Tel: 905-684-2952 ###

RE: [PHP] Form help

2001-03-22 Thread Rick St Jean
not all browsers support the referrer or some people use software to block that, so that method is unreliable... the only way to do this is with a token. that is time sensitive from the database, even then there is no method that is hackproof. Rick At 03:41 PM 3/22/01 +, Jon Haworth

Re: [PHP] This PHP list

2001-03-29 Thread Rick St Jean
PROTECTED] if you want to join use [EMAIL PROTECTED] newbies are encouraged to observe and learn but please aim entry level questions here. Rick At 04:45 PM 3/29/01 +1000, Gfunk wrote: >Just my .02c... I really hate these sorts of questions... As the previous >poster said, if there

Re: [PHP] shipping module

2001-03-29 Thread Rick St Jean
Inline has a module called oshipc which integrates different shipping methods from the same code. It uses a database connection to connect to a driver which does all the middle work. If you need a new shipping method then you get another driver. Rick At 11:19 AM 3/29/01 -0800, Craig Cameron

[PHP] Editors Inquiry.

2001-03-29 Thread Rick St Jean
collected via email. To vote, you must go to the web site listed above. Thanks! ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml

Re: [PHP] php jobs?

2001-04-01 Thread Rick St Jean
;-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ###### # Rick St Jean, #

Re: [PHP] scheduler

2001-04-02 Thread Rick St Jean
check out www.ileaguemanager.com At 12:12 PM 4/2/01 -0500, Michael Roark wrote: >Does anyone have any code which creates schedules? Like to create a works >schedule or a league schedule (baseball, softball that sort of thing) > > > >-Micahel > > >-- >PHP General Mailing List (http://www.php.net

<    5   6   7   8   9   10