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 wrote: > >$posting = array('bottom','interspersed','top'); > >// Feel free to add on >$destinations = array('to hell','away','read the archives and see > why we don\'t like t

Re: [PHP] html formatting in mysql post

2011-05-06 Thread Daniel Brown
On Fri, May 6, 2011 at 22:52, Ross Hansen 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 is at the moment

[PHP] Gentle (Friday) Reminder

2011-05-06 Thread Daniel Brown
http://links.parasane.net/fb6k echo 'Just remember top-posting on the list means you can go '.$destinations[$point].'.'.PHP_EOL; } } ?> -- Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[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] 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 sett

[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. a

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

2011-05-06 Thread Ashley Sheridan
"Ken Guest" wrote: >On Fri, May 6, 2011 at 10:05 AM, 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 >elega

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), o

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 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

[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-general&m=96248542218029&w=2 > > Is it possible to start gnuplot using php, to plot a graph from > postgresql data.

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] 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 u