Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Col Day
Kranthi Many thanks, any idea on the name of the error logs? Peter, Yes, browsing to the correct location but still getting the 403. this website requires you to log in. Abah, I've gone to the httpd-userdir.conf file and replaced it with your text (not including the directory tree),

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Col Day
Hi Kranthi, No, I just literally get the HTML line shown but absolutely nothing beneath it. kranthi kranthi...@gmail.com wrote in message news:aanlktin2xnthqm-pp7qwtgo=sqtkctthtwz+08bbw...@mail.gmail.com... they should be something like error_log-[date] not sure about windows though

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Peter Lind
On 4 October 2010 11:30, Col Day colind...@aol.com wrote: Hi all, Working with the PHP5 for Dummies book (yup real noob, feel free to ridicule (after telling me what I've done wrong)) and have installed Apache 2.2 and PHP 5.3.3 onto a laptop running Vista. (yes I know!!!). I've had Apache

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread kranthi
they should be something like error_log-[date] not sure about windows though However I have found that if I paste the html into my web page created by Serif WebPlus 10 I get the html line but not the php line. are you saying that you are getting the php code in your browser ? ?php echo pThis is

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread kranthi
apache error logs will be helpful in this case. Their location varies depending upon your installation. But in any case they'll be insde your server directory (IIRC it is c:/Program Files/Apache Software Foundation/Apache by default) -- PHP General Mailing List (http://www.php.net/) To

[PHP] New to PHP and struggling with the basics

2010-10-04 Thread Col Day
Hi all, Working with the PHP5 for Dummies book (yup real noob, feel free to ridicule (after telling me what I've done wrong)) and have installed Apache 2.2 and PHP 5.3.3 onto a laptop running Vista. (yes I know!!!). I've had Apache running fine with my basic web site created using Serif's

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Steve Staples
Col. Since you're new to php, then an easy way to install apache, is using XAMPP ( http://www.apachefriends.org/en/xampp.html ) I would suggest you remove the apache you have installed, and the php you installed, and install the XAMPP package as it comes prebuilt with mysql, ftp, apache and php

RES: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Alejandro Michelin Salomon
. Browse to localhost Alejandro M.S. -Mensagem original- De: Col Day [mailto:colind...@aol.com] Enviada em: segunda-feira, 4 de outubro de 2010 06:31 Para: php-general@lists.php.net Assunto: [PHP] New to PHP and struggling with the basics Hi all, Working with the PHP5 for Dummies book

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Abah Joseph
Your directory configuration should look like this Directory C:\path_to_www_root Order Deny,Allow Allow from all Options Indexes FollowSymLinks Includes ExecCGI # # AllowOverride controls what directives may be placed in .htaccess files. # It can be All, None, or any combination

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Col Day
...@webdev01... Col. Since you're new to php, then an easy way to install apache, is using XAMPP ( http://www.apachefriends.org/en/xampp.html ) I would suggest you remove the apache you have installed, and the php you installed, and install the XAMPP package as it comes prebuilt with mysql, ftp, apache

Re: [PHP] New to PHP and struggling with the basics

2010-10-04 Thread Col Day
somewhere! Cheers again! Steve Staples sstap...@mnsi.net wrote in message news:1286202653.4703.48.ca...@webdev01... Col. Since you're new to php, then an easy way to install apache, is using XAMPP ( http://www.apachefriends.org/en/xampp.html ) I would suggest you remove the apache you have

Re: [PHP] New to PHP and the list

2010-09-13 Thread kranthi
Is MAX_FILE_SIZE passed to PHP as $MAX_FILE_SIZE? only if register_golbals is set to ON in php.ini. This is a very bad practice and should be avoided. Use $_POST['MAX_FILE_SIZE'] instead. But in this case dont use the post variable also. define a constant in your configuration file and use that

Re: [PHP] New to PHP and the list

2010-09-12 Thread Paul M Foster
On Sat, Sep 11, 2010 at 06:37:41PM -0500, MikeB wrote: Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make a mistake, please forgive me this once and I'll try to do better in the future. Please help me understand, my head is absolutely spinning and I

Re: [PHP] New to PHP and the list

2010-09-11 Thread Tom Sparks
--- On Sun, 12/9/10, MikeB mpbr...@gmail.com wrote: From: MikeB mpbr...@gmail.com Subject: [PHP] New to PHP and the list To: php-general@lists.php.net Received: Sunday, 12 September, 2010, 9:37 AM Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make

Re: [PHP] New to PHP and the list

2010-09-11 Thread MikeB
On 9/11/2010 6:51 PM, Tom Sparks wrote: --- On Sun, 12/9/10, MikeBmpbr...@gmail.com wrote: From: MikeBmpbr...@gmail.com Subject: [PHP] New to PHP and the list To: php-general@lists.php.net Received: Sunday, 12 September, 2010, 9:37 AM Hello, I'm new to PHP and also new to using newsgroups

Re: [PHP] New to PHP and the list

2010-09-11 Thread viraj
On Sun, Sep 12, 2010 at 5:07 AM, MikeB mpbr...@gmail.com wrote: Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make a mistake, please forgive me this once and I'll try to do better in the future. Please help me understand, my head is absolutely spinning

RE: [PHP] New to PHP question

2009-05-11 Thread Robert Cummings
On Wed, 2009-01-28 at 23:42 +, Ashley Sheridan wrote: I hate div'itis as well. Some people seem to think it's a big faux pas to use table tags now, when that couldn't be more wrong. Use tables for tabular data, CSS for the rest (with as few exceptions - and there are always some eh - as

[PHP] New to PHP question

2009-01-28 Thread Don Collier
I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the script from the command line it works great. When I run the same code in a browser it does not put

Re: [PHP] New to PHP question

2009-01-28 Thread Per Jessen
Don Collier wrote: First, when I use the \n and run the script from the command line it works great. When I run the same code in a browser it does not put the newline in and the text runs together. I know that I can use br/ to do the same thing, but why is it this way? That's how HTML

Re: [PHP] New to PHP question

2009-01-28 Thread Stephen
Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the script from the command line it works great. When I run the same code in a

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the script from the command line it works

Re: [PHP] New to PHP question

2009-01-28 Thread Stephen
Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest solution is to use HTML tables. The horror. Do not use tables for layout. Use CSS. Especially now that Microsoft, just this week, is sending out IE 8 which seems to be fully CCS standards compliant.

Re: [PHP] New to PHP question

2009-01-28 Thread Ashley Sheridan
On Wed, 2009-01-28 at 14:40 -0500, Stephen wrote: Especially now that Microsoft, just this week, is sending out IE 8 which seems to be fully CCS standards compliant. *snigger* I'll believe that when I see it, rather I give it to you oh web developers everywhere, that this is just a new M$

Re: [PHP] New to PHP question

2009-01-28 Thread Don Collier
Paul M Foster wrote: On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the script from

Re: [PHP] New to PHP question

2009-01-28 Thread Bastien Koert
On Wed, Jan 28, 2009 at 2:58 PM, Don Collier dcoll...@collierclan.comwrote: Paul M Foster wrote: On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it

Re: [PHP] New to PHP question

2009-01-28 Thread Stuart
2009/1/28 Stephen stephe...@rogers.com: Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a question regarding the formatting of text. Actually it is a couple of questions. First, when I use the \n and run the script from the command line it works

Re: [PHP] New to PHP question

2009-01-28 Thread Per Jessen
Don Collier wrote: From what I am seeing in the responses if I plan on using php for command line scripts things get written one way. If, on the other hand, the php is written for a web page it gets written a slightly different way inserting html where necessary for formatting. No, the

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 02:40:55PM -0500, Stephen wrote: Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest solution is to use HTML tables. The horror. Do not use tables for layout. Use CSS. Especially now that Microsoft, just this week, is sending

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 03:06:36PM -0500, Bastien Koert wrote: On Wed, Jan 28, 2009 at 2:58 PM, Don Collier dcoll...@collierclan.comwrote: On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote: I am just learning PHP from the O'Reilly Learning PHP 5 book and I have a

Re: [PHP] New to PHP question

2009-01-28 Thread Ernie Kemp
, January 28, 2009 2:40 PM Subject: Re: [PHP] New to PHP question Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest solution is to use HTML tables. The horror. Do not use tables for layout. Use CSS. Especially now that Microsoft, just this week

Re: [PHP] New to PHP question

2009-01-28 Thread Bastien Koert
On Wed, Jan 28, 2009 at 3:28 PM, Paul M Foster pa...@quillandmouse.comwrote: On Wed, Jan 28, 2009 at 03:06:36PM -0500, Bastien Koert wrote: On Wed, Jan 28, 2009 at 2:58 PM, Don Collier dcoll...@collierclan.com wrote: On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote:

Re: [PHP] New to PHP question

2009-01-28 Thread Don Collier
Paul M Foster wrote: See? This is what I'm talking about. *I* understand what you're saying, Don, and I agree. But this guy is just learning PHP from what is arguably not one of the best books on PHP (IMO). And you're throwing MVC at him. Let him master the subtleties of the language first,

Re: [PHP] New to PHP question

2009-01-28 Thread Frank Stanovcak
Don Collier dcoll...@collierclan.com wrote in message news:4980c3d3.8040...@collierclan.com... Paul M Foster wrote: See? This is what I'm talking about. *I* understand what you're saying, Don, and I agree. But this guy is just learning PHP from what is arguably not one of the best books

Re: [PHP] New to PHP question

2009-01-28 Thread Ashley Sheridan
On Wed, 2009-01-28 at 13:45 -0700, Don Collier wrote: Paul M Foster wrote: See? This is what I'm talking about. *I* understand what you're saying, Don, and I agree. But this guy is just learning PHP from what is arguably not one of the best books on PHP (IMO). And you're throwing MVC

Re: [PHP] New to PHP question

2009-01-28 Thread Ashley Sheridan
On Wed, 2009-01-28 at 15:17 -0500, Paul M Foster wrote: On Wed, Jan 28, 2009 at 02:40:55PM -0500, Stephen wrote: Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest solution is to use HTML tables. The horror. Do not use tables for layout.

Re: [PHP] New to PHP question

2009-01-28 Thread Ashley Sheridan
...@quillandmouse.com Cc: php-general@lists.php.net Sent: Wednesday, January 28, 2009 2:40 PM Subject: Re: [PHP] New to PHP question Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest solution is to use HTML tables. The horror. Do not use tables

Re: [PHP] New to PHP question

2009-01-28 Thread mike
On Wed, Jan 28, 2009 at 1:26 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: I use CSS as much as possible, and it's second nature to me now to design with CSS rather than tables, but the only area I find it quicker to use tables is when I design forms. I know I'm going to browser hell,

RE: [PHP] New to PHP question

2009-01-28 Thread Boyd, Todd M.
-Original Message- From: Stephen [mailto:stephe...@rogers.com] Sent: Wednesday, January 28, 2009 1:41 PM To: Paul M Foster Cc: php-general@lists.php.net Subject: Re: [PHP] New to PHP question Paul M Foster wrote: If you want exact layout (columns lined up, etc.), the simplest

Re: [PHP] New to PHP question

2009-01-28 Thread Shawn McKenzie
Boyd, Todd M. wrote: -Original Message- From: Stephen [mailto:stephe...@rogers.com] Sent: Wednesday, January 28, 2009 1:41 PM To: Paul M Foster Cc: php-general@lists.php.net Subject: Re: [PHP] New to PHP question Paul M Foster wrote: If you want exact layout (columns lined up

Re: [PHP] New to PHP question

2009-01-28 Thread Stephen
Boyd, Todd M. wrote: The horror. Do not use tables for layout. Use CSS. Especially now that Microsoft, just this week, is sending out IE 8 which seems to be fully CCS standards compliant. Your high horse--get off of it. Dude! Did you read what I wrote? I wrote do not use tables for

RE: [PHP] New to PHP question

2009-01-28 Thread Boyd, Todd M.
-Original Message- From: Stephen [mailto:stephe...@rogers.com] Sent: Wednesday, January 28, 2009 4:40 PM Cc: php-general@lists.php.net Subject: Re: [PHP] New to PHP question Boyd, Todd M. wrote: Finally, just because IE8 is (supposed to be) fully CSS standards compliant

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 01:45:07PM -0700, Don Collier wrote: On that note, what would be a better book to learn from? I have always been a fan of the O'Reilly books, but I am open to differing flavors of kool-aid. One can never have too many resources. The book that sits on my desk and is

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 03:33:19PM -0500, Ernie Kemp wrote: Is there any advantage to using CSS over table and would it be idea to go to past website and change them. If it works, don't fix it. If you want to take the time to figure out how to get those same layouts in CSS, have a blast. But

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 09:26:10PM +, Ashley Sheridan wrote: snip I use CSS as much as possible, and it's second nature to me now to design with CSS rather than tables, but the only area I find it quicker to use tables is when I design forms. I know I'm going to browser hell, but meh,

RE: [PHP] New to PHP question

2009-01-28 Thread Ashley Sheridan
On Wed, 2009-01-28 at 16:05 -0600, Boyd, Todd M. wrote: -Original Message- From: Stephen [mailto:stephe...@rogers.com] Sent: Wednesday, January 28, 2009 1:41 PM To: Paul M Foster Cc: php-general@lists.php.net Subject: Re: [PHP] New to PHP question Paul M Foster wrote

Re: [PHP] New to PHP question

2009-01-28 Thread Nathan Rixham
Paul M Foster wrote: On Wed, Jan 28, 2009 at 09:26:10PM +, Ashley Sheridan wrote: snip I use CSS as much as possible, and it's second nature to me now to design with CSS rather than tables, but the only area I find it quicker to use tables is when I design forms. I know I'm going to

Re: [PHP] New to PHP question

2009-01-28 Thread Paul M Foster
On Wed, Jan 28, 2009 at 11:41:31PM +, Nathan Rixham wrote: Paul M Foster wrote: On Wed, Jan 28, 2009 at 09:26:10PM +, Ashley Sheridan wrote: snip I use CSS as much as possible, and it's second nature to me now to design with CSS rather than tables, but the only area I find it

Re: [PHP] New to PHP question

2009-01-28 Thread Don Collier
Paul M Foster wrote: On Wed, Jan 28, 2009 at 01:45:07PM -0700, Don Collier wrote: On that note, what would be a better book to learn from? I have always been a fan of the O'Reilly books, but I am open to differing flavors of kool-aid. One can never have too many resources. The

Re: [PHP] New to PHP

2008-10-14 Thread Ben Stones
There are many places to get help when you need it, but a good place is the unofficial PHP IRC channel. Search on Google for XChat, download it, and connect to ##PHP in irc.freenode.net. Great place and it seriously has helped me once or twice. If you don't know about how to use IRC, search on

RE: [PHP] New to PHP

2008-10-14 Thread David Robley
Juan Jose Rosales Rodriguez wrote: He i not speak very good englis, pliss can you tel me abaout list in spanich? News version at news://news.php.net/php.general.es or via http at http://news.php.net/group.php?group=php.general.es Cheers -- David Robley Useless Invention: Self stick frying

[PHP] New to PHP

2008-10-13 Thread Gary
I am just starting to learn php, and typically I use newsgroups to suppliment the learning process. Does anyone have any sources that you would reccommend to me and is this the best NG for me to monitor?...or is there another you might suggest? Thanks Gary -- PHP General Mailing List

[PHP] New to PHP

2008-10-13 Thread Gary
Sorry if this is a dup, but I posted and it seemed to get lost I am just learning php, and I like to use newsgroups to suppliment the learning process. Can anyone reccomend a good source for information to a newbie and is this a good forum for my level? or is there another one you

Re: [PHP] New to PHP

2008-10-13 Thread Jason Pruim
On Oct 13, 2008, at 10:01 AM, Gary wrote: Sorry if this is a dup, but I posted and it seemed to get lost I am just learning php, and I like to use newsgroups to suppliment the learning process. Can anyone reccomend a good source for information to a newbie and is this a good forum for

Re: [PHP] New to PHP

2008-10-13 Thread Daniel Brown
Welcome to the list, Gary. On Mon, Oct 13, 2008 at 10:01 AM, Gary [EMAIL PROTECTED] wrote: Sorry if this is a dup, but I posted and it seemed to get lost Both came through. Sometimes it just takes a minute or two, and you shouldn't get a copy of your own message. I am just

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
He i not speak very good englis, pliss can you tel me abaout list in spanich? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to PHP

2008-10-13 Thread Gary
Well...thank you all for the warm and friendly welcome, I will probably try to steer one of my projects to php (or at least a portion of) in a short while. One of the things a client wants is a landing page, so I am assuming that php might come in handy for that... Thank you all and once I

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
Gary [EMAIL PROTECTED] wrote: Well...thank you all for the warm and friendly welcome, I will probably try to steer one of my projects to php (or at least a portion of) in a short while. !-- SNIP -- Gary, one thing to keep in mind is to BOTTOM POST and TRIM your posts. By Bottom

Re: [PHP] New to PHP

2008-10-13 Thread TG
- Original Message - From: Wolf [EMAIL PROTECTED] To: Gary [EMAIL PROTECTED] Cc: php-general@lists.php.net Date: Mon, 13 Oct 2008 11:18:08 -0400 Subject: Re: [PHP] New to PHP Gary [EMAIL PROTECTED] wrote: Well...thank you all for the warm and friendly welcome, I will probably

Re: [PHP] New to PHP

2008-10-13 Thread Micah Gersten
The problem with bottom posting is that if you follow the conversation, you have to scroll to find the new content. I guess if you trim and bottom post it's not so bad. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Wolf wrote: By Bottom Posting (common

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
Micah Gersten [EMAIL PROTECTED] wrote: The problem with bottom posting is that if you follow the conversation, you have to scroll to find the new content. I guess if you trim and bottom post it's not so bad. Thank you, Micah Gersten onShore Networks Internal Developer

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Gersten [mailto:[EMAIL PROTECTED] Enviado el: lun 13.10.2008 11:48 Para: PHP General Asunto: Re: [PHP] New to PHP The problem with bottom posting is that if you follow the conversation, you have to scroll to find the new content. I guess if you trim and bottom post it's not so bad. Thank you, Micah

RE: [PHP] New to PHP

2008-10-13 Thread Jay Blanchard
[snip] I don't want to get into a bottom vs top posting debate. Just know that some of us prefer top posting. There's no right/wrong answer to this. [/snip] Consider how this would read if I posted above your entry. But I have trimmed quite nicely thank you! :) -- PHP General Mailing List

Re: [PHP] New to PHP

2008-10-13 Thread Stut
On 13 Oct 2008, at 16:48, Micah Gersten wrote: Wolf wrote: By Bottom Posting (common when on a mailing list or NG) it gives greater context as you read through the previous posts and by the time of getting to where the new response is, it is in sync. No skipping back and forth to read to

Re: [PHP] New to PHP

2008-10-13 Thread Daniel Brown
On Mon, Oct 13, 2008 at 11:45 AM, TG [EMAIL PROTECTED] wrote: I don't want to get into a bottom vs top posting debate. Just know that some of us prefer top posting. There's no right/wrong answer to this. There is no debate. There is a right and wrong answer. Sometimes people just need

Re: [PHP] New to PHP

2008-10-13 Thread Wolf
Daniel Brown [EMAIL PROTECTED] wrote: On Mon, Oct 13, 2008 at 11:45 AM, TG [EMAIL PROTECTED] wrote: I don't want to get into a bottom vs top posting debate. Just know that some of us prefer top posting. There's no right/wrong answer to this. There is no debate. There is a

RE: [PHP] New to PHP

2008-10-13 Thread Boyd, Todd M.
-Original Message- From: Micah Gersten [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2008 10:49 AM To: PHP General Subject: Re: [PHP] New to PHP The problem with bottom posting is that if you follow the conversation, you have to scroll to find the new content. I guess

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Ok thank you, i try learn yor post, and make meny aport, for the list, apologize me for my english, i am new in this theme but in php i have experience. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to PHP

2008-10-13 Thread TG
The problem with pointing out the pros and cons is that it will lead to another holy war. :) - Original Message - From: Micah Gersten [EMAIL PROTECTED] To: PHP General php-general@lists.php.net Date: Mon, 13 Oct 2008 10:48:34 -0500 Subject: Re: [PHP] New to PHP The problem with bottom

Re: [PHP] New To PHP

2007-02-23 Thread Richard Lynch
On Tue, February 20, 2007 7:11 pm, Larry Chu wrote: I am new to php and was trying to view the code below. I do see in my browser the question that is being asked, but for some reason the answer is not displayed. I am copying this from a book and am sure I have typed everything as it should

[PHP] New To PHP

2007-02-20 Thread Larry Chu
I am new to php and was trying to view the code below. I do see in my browser the question that is being asked, but for some reason the answer is not displayed. I am copying this from a book and am sure I have typed everything as it should be typed. Can you please tell mw what might be wrong

Re: [PHP] New To PHP

2007-02-20 Thread Mike Shanley
Does your server support php? Also, some hosting services require that any file with php in it must end with .php ... At least, those are my two guesses... Larry Chu wrote: html headbasefont face=Arial/head body h2Q: This Creature can change color to blend in with its surroundings. What is

RE: [PHP] New To PHP

2007-02-20 Thread dhorton
(); ? - This should look something like http://66.225.219.162/~rvadmin/phpinfo.php when opened via your web server. David -- Original Message -- Date: Tue, 20 Feb 2007 17:11:22 -0800 (PST) From: Larry Chu [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] New To PHP

RE: [PHP] New to PHP

2006-01-20 Thread Jay Blanchard
[snip] I use Xampp because I'm new to all of this also, and it makes setup a breeze. http://www.apachefriends.org/en/ This installs Apache, mysql, php, pearl, ftpzilla, all kinds of stuff, already configured and ready to rock. It doesn't get any easier. [/snip] Here is another one that works

[PHP] New to PHP

2006-01-19 Thread Jedidiah
I mentioned earlier that I recently switched my site over to PHP. I had a couple of reasons for this: 1: I was using Server Side Includes, and had been told that PHP includes were better and definitely more popular. 2: I began sending out a newsletter which was written by someone else in PHP.

Re: [PHP] New to PHP

2006-01-19 Thread Jesús Fernández
You can always install Apache+PHP on your box to try it whenever you want... -- Esú - http://esu.proyectoanonimo.com http://www.proyectoanonimo.com

Re: [PHP] New to PHP

2006-01-19 Thread Geoff
I have a local web server running on my development PC, with an exact copy of all my sites stored locally, so I can develop and test as I go, only uploading when I know everything is 100%. For Windows machines, you can choose IIS or Apache, although I'd recommend you go with whatever your web

Re: [PHP] New to PHP

2006-01-19 Thread Mike Rondeau
: Jesús Fernández Cc: php-general@lists.php.net Sent: Thursday, January 19, 2006 2:05 PM Subject: Re: [PHP] New to PHP You can always install Apache+PHP on your box to try it whenever you want... -- Esú - http://esu.proyectoanonimo.com http://www.proyectoanonimo.com

Re: [PHP] New to PHP

2006-01-19 Thread Richard Lynch
On Thu, January 19, 2006 4:02 pm, Jedidiah wrote: I mentioned earlier that I recently switched my site over to PHP. I had a couple of reasons for this: 1: I was using Server Side Includes, and had been told that PHP includes were better and definitely more popular. 2: I began sending out

Re: [PHP] New to PHP

2006-01-19 Thread Mike Rondeau
I hope you like it. Inside your xampp folder, wherever you installed it to, you will find a folder named htdocs, which is where apache holds your site as far as I can tell. So if you were to to create a new php page named newpage.php inside your htdocs folder, you can view it in a browser

[PHP] New Free PHP Framework: Lampshade

2005-07-01 Thread Aaron Greenspan
Hi everyone, We've been charging for our PHP framework, Lampshade, for a long time, but we just decided to make it free for personal and academic use: http://www.thinkcomputer.com/corporate/news/pressreleases.html?id=22 If you have any questions or would like a copy for yourself, let me

[PHP] new to php question

2004-03-10 Thread Luke Brindley
I'm new to php but want to use it for a music club's website I'm working on. Specifically, I want to create an online form that the booking agent can fill out with information like Date, Time, Cover Charge, Band Name, Description, etc and have this data populate the calendar page

RE: [PHP] new to php question

2004-03-10 Thread Chris W. Parker
Luke Brindley mailto:[EMAIL PROTECTED] on Wednesday, March 10, 2004 10:37 AM said: Specifically, I want to create an online form that the booking agent can fill out with information like Date, Time, Cover Charge, Band Name, Description, etc and have this data populate the calendar page in

[PHP] New Orleans PHP Users Group

2003-11-12 Thread John Nichel
With all the talk about local php user groups, I figured that, When in Rome. So if there are any interested South Louisiana / Mississippi people, let's set something up...off list of course. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List

RE: [PHP] New Orleans PHP Users Group

2003-11-12 Thread Jay Blanchard
[snip] With all the talk about local php user groups, I figured that, When in Rome. So if there are any interested South Louisiana / Mississippi people, let's set something up...off list of course. [/snip] This makes me homesick! :( When I move back to New Orleans I am there! GEAUX

[PHP] new install php not working. Please help.

2003-10-30 Thread Patrick Fowler
Folks, I did the fillowing install ./configure --prefix=/www --with-mysql --withmssql=/usr/share/freetds --with -apxs=/www/bin/apxs --enable-track-vars --with-config-file-path=/www/conf When I try access the index..php via the web the file it tries to download. I checked all of the config

Re: [PHP] new install php not working. Please help.

2003-10-30 Thread Chris Shiflett
--- Patrick Fowler [EMAIL PROTECTED] wrote: When I try access the index.php via the web the file it tries to download. Try adding this to your httpd.conf: AddType application/x-httpd-php .php Hope that helps. Chris = My Blog http://shiflett.org/ HTTP Developer's Handbook

[PHP] New to PHP form attributes

2003-10-07 Thread Matthew Oatham
Hi, I am new to PHP and am more used to JSP. My question is - if I submit a form to a php3 page using action==? PHP_SELF ? for some processing all is well I can see that form data. After the processing the page is redisplayed - but the data originally sent persits (in the request) this can

Re: [PHP] New to PHP form attributes

2003-10-07 Thread Marek Kilimajer
: ...'); } else { form action=? PHP_SELF ??action=submit method=POST input type=text name=input /form } Matthew Oatham wrote: Hi, I am new to PHP and am more used to JSP. My question is - if I submit a form to a php3 page using action==? PHP_SELF ? for some processing all is well I

Re: [PHP] New to PHP form attributes

2003-10-07 Thread Chris Shiflett
--- Matthew Oatham [EMAIL PROTECTED] wrote: I am new to PHP and am more used to JSP. My question is - if I submit a form to a php3 page using action==? PHP_SELF ? for some processing all is well I can see that form data. After the processing the page is redisplayed - but the data originally

RE: [PHP] New to PHP

2003-07-09 Thread Ralph Guzman
. Welcome to the team, -Original Message- From: Ow Mun Heng [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 7:52 PM To: PHP Subject: RE: [PHP] New to PHP Wow.. There's a guy named Rasmus here. Is here(or u) the same person who wrote that book? this is way cool.. Oh.. BTW, PHP

RE: [PHP] New to PHP

2003-07-09 Thread Ow Mun Heng
-7870 5168 -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 3:23 AM To: Ow Mun Heng; 'PHP' Subject: RE: [PHP] New to PHP Yes, and also the same Rasmus founder of PHP. From time to time he may even respond to one of you questions. :-) And you're

RE: [PHP] New to PHP

2003-07-08 Thread Ford, Mike [LSS]
-Original Message- From: Jeff Harris [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 23:27 After coding for a while, I would suggest that while you're reading through coding excercises, you find a coding style that works for you and keep it consistant. One of the least fun parts of

Re: [PHP] New to PHP

2003-07-08 Thread Steve Magruder
Mike Ford wrote: -Original Message- From: Jeff Harris [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 23:27 After coding for a while, I would suggest that while you're reading through coding excercises, you find a coding style that works for you and keep it consistant. One of the

[PHP] NEW SPAMMER - [PHP] New Krysalis version released

2003-07-08 Thread Ryan A
Didnt we just have a thread about spamming like this on the list? - Original Message - From: Alexandru COSTIN [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:22 PM Subject: [PHP] New Krysalis version released Hello

RE: [PHP] New to PHP

2003-07-08 Thread Ow Mun Heng
Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Ralph [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:01 AM To: 'Hiren Mehta'; 'PHP' Subject: RE: [PHP] New to PHP Here are some sites for you to get started: http://www.zend.com/developers.php http

[PHP] New to PHP

2003-07-07 Thread Hiren Mehta
Hi I am new to PHP and would like to learn more about it. Which would be the best place to start with besides the manual and what would you suggest is a pre-requiste for learning PHP. Thanks Regards, Hiren

RE: [PHP] New to PHP

2003-07-07 Thread Joe Harman
hers are the ones I still use the most... Good luck Joe -Original Message- From: Hiren Mehta [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 5:28 PM To: PHP Subject: [PHP] New to PHP Hi I am new to PHP and would like to learn more about it. Which would be the best place to start

Re: [PHP] New to PHP

2003-07-07 Thread Ray Hunter
for ya -- BigDog On Mon, 2003-07-07 at 15:27, Hiren Mehta wrote: Hi I am new to PHP and would like to learn more about it. Which would be the best place to start with besides the manual and what would you suggest is a pre-requiste for learning PHP. Thanks Regards, Hiren -- PHP

Re: [PHP] New to PHP

2003-07-07 Thread Kevin Stone
- Original Message - From: Hiren Mehta [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Monday, July 07, 2003 3:27 PM Subject: [PHP] New to PHP Hi I am new to PHP and would like to learn more about it. Which would be the best place to start with besides the manual and what would you suggest

Re: [PHP] New to PHP

2003-07-07 Thread Hiren Mehta
AM Subject: Re: [PHP] New to PHP There are many great books to help get you started. Infact.. believe it or not.. for the complete newbie PHP for Dummies is a great chioce. It's very well written and starts with no assumptions about your skill level. But if you do happen to have some

  1   2   >