Re: [PHP] I'm new in PHP

2003-01-26 Thread Andy Turegano
www.htmlgoodies.com - The best site for HTML On Mon, 27 Jan 2003, Philip Olson wrote: > On Sun, 26 Jan 2003, Beogradjanin wrote: > > > Zdravo php-general, > > > > Hi I have setup PHP Apache MySql. > > I;m new in this stuff where can I learn hot to make web pages in > > PHP...??? > > Go

Re: [PHP] You gotta love it...

2003-01-04 Thread Andy Turegano
Well, we're all human. On Sat, 4 Jan 2003, Michael J. Pawlowsky wrote: > > When doing a function seach at www.php.net I just got: > > Parse error: parse error in /local/Web/sites/phpweb/search.php on line 233 > > Twice in a row... Maybe they will be posting us a question soon!! :-) > > >

Re: [PHP] Greetings

2002-12-24 Thread Andy Turegano
Indeed, Merry Christmas to all! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: mail()

2002-12-20 Thread Andy Turegano
Yeah, is the best alternative. On Fri, 20 Dec 2002, John W. Holmes wrote: > > I changed this and it works fine but I now lose my formating. It > doesn't > > seem to recognize the \n breaks. Am I asking for to much? > > Well, you'll be required to learn HTML if you're going to send HTML > emai

RE: [PHP] php / unix functions

2002-12-17 Thread Andy Turegano
Well, what do you want them to do? On Wed, 18 Dec 2002, Martin Towell wrote: > the only other way I know is to use: $output = `$cmd`; (ie, backticks) > > -Original Message- > From: Greg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 1:27 PM > To: [EMAIL PROTECTED] > Sub

RE: [PHP] Array

2002-12-16 Thread Andy Turegano
;]; > print ("Key: $k; Value: $c"); >} > } > > > Quentin > > -Original Message- > From: Andy Turegano [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 17 December 2002 10:25 a.m. > To: Mako Shark > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP]

Re: [PHP] Array

2002-12-16 Thread Andy Turegano
What you have to do, at least I think, is you have to type: $r = $monthschedule["Jun"]; That is what I think you have to do. The other way you did it was when you have a value-only array. On Mon, 16 Dec 2002, Mako Shark wrote: > I have an array I set up like this: > > $monthschedule = array(1 =

Re: [PHP] Code appearing suddenly!.

2002-12-16 Thread Andy Turegano
Perhaps you made an error when you configured it? On Mon, 16 Dec 2002, Lic. Rodolfo Gonzalez Gonzalez wrote: > Hi, > > I've just recompiled PHP 4.2.3 on RedHat w/Apache, after having upgraded > from Perl 5.6.0 to 5.8.0 (I had to disable mod_perl for now, due to > incompatible libraries). But now

Re: [PHP] how to send an MSWORD email?

2002-12-15 Thread Andy Turegano
The easiest way to include a picture in the email would be through the html. The second way sounds much more complex. Right now, I really don't know of any other ways. Perhaps copy and paste? On Sun, 15 Dec 2002, Chris Shiflett wrote: > --- See Kok Boon <[EMAIL PROTECTED]> wrote: > > I want to s

Re: [PHP] question

2002-12-14 Thread Andy Turegano
Yes, that is indeed true. On Sun, 15 Dec 2002, Justin French wrote: > I assume you know that running PHP on Apache 2 is NOT RECOMMENDED YET, or at > the very least, listed as "experimental"?? > > Justin > > > on 15/12/02 11:13 AM, r.vellinga ([EMAIL PROTECTED]) wrote: > > > Hello, > > > > still t

[PHP] Parse Errors

2002-12-14 Thread Andy Turegano
I am a PHP beginner so this error may be a stupid one. Anyway, I'm trying to write a simple addition script. The client enters two numbers, then my script (adder.php) adds them. However, when the script is run, I get "Parse Error On Line 3" I have no idea exactly what I have done wrong. Here is the