php-general Digest 6 May 2011 13:01:43 -0000 Issue 7300

2011-05-06 Thread php-general-digest-help
php-general Digest 6 May 2011 13:01:43 - Issue 7300 Topics (messages 312693 through 312704): Customize link 312693 by: Michael Simiyu 312694 by: Daniel Brown 312695 by: admin.buskirkgraphics.com 312696 by: Michael Simiyu 312697 by: Jim Lucas Re:

php-general Digest 7 May 2011 02:42:52 -0000 Issue 7301

2011-05-06 Thread php-general-digest-help
php-general Digest 7 May 2011 02:42:52 - Issue 7301 Topics (messages 312705 through 312708): Re: mysql error 312705 by: Curtis Maurand Re: Parsing a simple sql string in php 312706 by: Ashley Sheridan semaphores are broken 312707 by: Jeremy Greene Re: Upload size

[PHP] Re: php-general Digest 5 May 2011 21:55:09 -0000 Issue 7299

2011-05-06 Thread e-letter
Readers, Looking through the mail lists archives, only the following message seems to advise about the possibility to use gnuplot: http://marc.info/?l=php-generalm=96248542218029w=2 Is it possible to start gnuplot using php, to plot a graph from postgresql data. For example, a table is created

[PHP] Upload size limit stays at 8MB

2011-05-06 Thread James Moe
Hello, apache v2.2.15 (Linux/SUSE) phpv5.3.3 linux v2.6.34.7-0.7-desktop #1 SMP I updated /etc/php5/apache2/php.ini to change upload_max_filesize = 2M to upload_max_filesize = 60M. php_info() shows the changed value; echo ini_get(upload_max_filesize) shows the changed value. Yet

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

2011-05-06 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

[PHP] Parsing a simple sql string in php

2011-05-06 Thread Ashley Sheridan
Hiya, has anyone had any experience with parsing a string of sql to break it down into its component parts? At the moment I'm using several regex's to parse a string, which works, but I'm sure there's a more elegant solution. The general idea is to produce a nice looking page giving details of

Re: [PHP] Parsing a simple sql string in php

2011-05-06 Thread Stuart Dallas
On Friday, 6 May 2011 at 10:05, Ashley Sheridan wrote: Hiya, has anyone had any experience with parsing a string of sql to break it down into its component parts? At the moment I'm using several regex's to parse a string, which works, but I'm sure there's a more elegant solution. The general

[PHP] Re: php-general Digest 5 May 2011 21:55:09 -0000 Issue 7299

2011-05-06 Thread David Robley
e-letter wrote: Readers, Looking through the mail lists archives, only the following message seems to advise about the possibility to use gnuplot: http://marc.info/?l=php-generalm=96248542218029w=2 Is it possible to start gnuplot using php, to plot a graph from postgresql data. For

Re: [PHP] Parsing a simple sql string in php

2011-05-06 Thread Ken Guest
On Fri, May 6, 2011 at 10:05 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: Hiya, has anyone had any experience with parsing a string of sql to break it down into its component parts? At the moment I'm using several regex's to parse a string, which works, but I'm sure there's a more

Re: [PHP] mysql error

2011-05-06 Thread Curtis Maurand
engine= --C Grega LeskovĀ¹ek wrote: Can smbd please look at this sentence - I got an error and do not know how to fix it - I am still very unfamiliar with MYSQL: CREATE TABLE log ( idlog int auto_increment not null, imepriimek varchar(50), clock timestamp, action varchar(30),

Re: [PHP] Parsing a simple sql string in php

2011-05-06 Thread Ashley Sheridan
Ken Guest k...@linux.ie wrote: On Fri, May 6, 2011 at 10:05 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: Hiya, has anyone had any experience with parsing a string of sql to break it down into its component parts? At the moment I'm using several regex's to parse a string, which works, but

[PHP] semaphores are broken

2011-05-06 Thread Jeremy Greene
Ok, I tried to use semaphores between php and C++. Where the php script was the client and the C++ app was a server. Client only acquired sems, server only released. This cannot be done with php semaphores. Got around the first two problems: 1) Php semaphore is actually 3 sysV sems.

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

2011-05-06 Thread Ross Hansen
Apart from the possible security issues with posting content or information i don't believe that there is any others for posting large amounts of information. Just as long as you are aware that it is all being posted over plain text so if you have any sensitive data you may want to look at

[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-06 Thread Daniel Brown
On Fri, May 6, 2011 at 22:52, Ross Hansen hansen.r...@live.com.au wrote: 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

Re: [PHP] Gentle (Friday) Reminder

2011-05-06 Thread Camilo Sperberg
What do you mean by that? (irony lvl: 100%) Sent from my iPhone On 06-05-2011, at 22:58, Daniel Brown danbr...@php.net wrote: ?php $posting = array('bottom','interspersed','top'); // Feel free to add on $destinations = array('to hell','away','read the archives and see why