RE: [PHP] refreshing pages in the cache

2011-04-27 Thread Ross Hansen
You need to still put in the standard PHP tags as you would normally and it is just another line of code. e.g > To: php-general@lists.php.net > From: jim.gi...@albanyhandball.com > Date: Wed, 27 Apr 2011 21:33:16 -0400 > Subject: Re: [PHP] refreshing pages in the cache > > ok - I'm lost. Wh

RE: [PHP] refreshing pages in the cache

2011-04-27 Thread Ross Hansen
e: Wed, 27 Apr 2011 21:52:57 -0400 > Subject: Re: [PHP] refreshing pages in the cache > > So - it's not an html attribute - it's a PHP command that precedes ALL my > html headers? > > "Ross Hansen" wroteYou need to still put in the > standard PHP tags as

RE: [PHP] refreshing pages in the cache

2011-04-27 Thread Ross Hansen
You don't want to echo it as it isn't something that is going to HTML. it is native PHP. the correct command should be See how this goes. > To: php-general@lists.php.net > From: jim.gi...@albanyhandball.com > Date: Wed, 27 Apr 2011 22:12:23 -0400 > Subject: Re: [PHP] refreshing pages in the

RE: [PHP] refreshing pages in the cache

2011-04-28 Thread Ross Hansen
Your welcome, I am glad that it works and is doing what your after. > To: php-general@lists.php.net > From: jim.gi...@albanyhandball.com > Date: Thu, 28 Apr 2011 09:19:58 -0400 > Subject: Re: [PHP] refreshing pages in the cache > > Yes - that seems to be t

RE: [PHP] Upload size limit stays at 8MB

2011-05-05 Thread Ross Hansen
Hey, There is also an option for post_max_size = xM x being the number specified. This should be located in your php.ini file somewhere. check to make sure that this is set high enough else it could also be causing the issue. > To: php-general@lists.php.net > Date: Thu, 5 May 2011 21:51:26 -0

RE: [PHP] Upload size limit stays at 8MB

2011-05-06 Thread Ross Hansen
SHA1 > > On 05/05/2011 11:52 PM, Ross Hansen wrote: > > > > There is also an option for post_max_size = xM > > x being the number specified. > > This should be located in your php.ini file somewhere. check to make sure > > that this is set high enough else

[PHP] html formatting in mysql post

2011-05-06 Thread Ross Hansen
Hey Guys, I am using a form to post information to a MySQL table which is then echo(ing) back out to a web page. it will sort of be like facebook where you can post messages and stuff on peoples walls. The only issue is at the moment i can get the formatting to stay. When i echo the table out

RE: [PHP] html formatting in mysql post

2011-05-07 Thread Ross Hansen
ction?   your help is appreciated. > From: danbr...@php.net > Date: Fri, 6 May 2011 23:04:44 -0400 > To: hansen.r...@live.com.au > CC: php-general@lists.php.net > Subject: Re: [PHP] html formatting in mysql post > > On Fri, May 6, 2011 at

RE: [PHP] html formatting in mysql post

2011-05-07 Thread Ross Hansen
t; > On Sat, 2011-05-07 at 16:01 +0800, Ross Hansen wrote: > > > thanks for your responses, > > > > so i understand that this code is using an array, however i havn't really > > used arrays as i am a novice php coder. > > Should this code be used on t

RE: [PHP] Session question

2011-05-17 Thread Ross Hansen
Unless your adding more code to your included file it isn't worth having it as an include as there is more typing/text involved. For management purposes also it would also look ugly if you were just having one file purely for session_start(); > From: p...@computer.org > Date: Tue, 17 May 2011

Re: [PHP] Any free online tests to test my PHP knowledge?

2011-09-22 Thread Ross Hansen
There is the w3sxools website that has a php quiz. Http://www.w3schools.com/php/default.asp This site has many other languages that offer quizes also - Reply message - From: "Mike Hansen" To: Subject: [PHP] Any free online tests to test my PHP knowledge? Date: Fri, Sep 23, 2011 3:51 am

[PHP] Graphing

2012-03-18 Thread Ross Hansen
Hey all, I have been working with php for a few years but mostly simple stuff. I'm now looking at doing some graphing but have no experience with dynamic images. I have never used imagecreate but have seen one example of it and not sure if it is really what i'm after. It needs to graph changin

RE: [PHP] Graphing

2012-03-20 Thread Ross Hansen
create them my self but that is more just because i enjoy trying to learn. Regards Ross > CC: php-general@lists.php.net > From: phps...@gmail.com > Date: Sun, 18 Mar 2012 11:27:23 -0400 > To: hansen.r...@live.com.au > Subject: Re: [PHP] Graphing > > > > On 2012-03-