Re: [PHP] Re: PHP Frameworks

2009-03-09 Thread Jason Norwood-Young
haliphax wrote: Perhaps I should have phrased it a bit more concise: This has been discussed many times--often, and RECENTLY. Anyway, since I'm already writing this, I'll say that overhead/bloat vs. productivity of the developer is a trade-off you're going to have to make for ANY of the

Re: [PHP] Re: PHP Frameworks

2009-03-09 Thread Jason Norwood-Young
haliphax wrote: On Mon, Mar 9, 2009 at 1:26 PM, Jason Norwood-Young ja...@freespeechpub.co.za wrote: haliphax wrote: Perhaps I should have phrased it a bit more concise: This has been discussed many times--often, and RECENTLY. Anyway, since I'm already writing this, I'll say

Re: [PHP] Creating new site

2008-07-31 Thread Jason Norwood-Young
On Thu, 2008-07-31 at 09:57 +, Raido wrote: I have investigated some frameworks.. Zend and Codeiginiter but I haven't done any testing/exercises. They seem to make things much more simple/faster yes...but I'm not sure how much time it will take to get know one of them(or CakePHP). And

Re: [PHP] Web2.0 style tags - where to start?

2008-07-30 Thread Jason Norwood-Young
On Thu, 2008-07-31 at 06:28 +0200, Nitsan Bin-Nun wrote: From my experience with Codeigniter, thats one of the best php frameworks I have ever seen. It functionality is awesome, you can integrate your own modifications to the IC core without any problems at all, for more confortable you even

Re: [PHP] Web2.0 style tags - where to start?

2008-07-29 Thread Jason Norwood-Young
On Mon, 2008-07-28 at 23:57 +0100, Paul Jinks wrote: Jason Norwood-Young wrote: On Mon, 2008-07-28 at 14:48 +0100, Paul Jinks wrote: I think my first post was ambiguous. What we're thinking of is to build a site on which people can view videos with the option to add metadata

Re: [PHP] Web2.0 style tags - where to start?

2008-07-28 Thread Jason Norwood-Young
On Mon, 2008-07-28 at 14:48 +0100, Paul Jinks wrote: I think my first post was ambiguous. What we're thinking of is to build a site on which people can view videos with the option to add metadata to a video after viewing it. We think that the content we have will be of wide interest to a

Re: [PHP] Multi-array - What am I missing?

2008-07-23 Thread Jason Norwood-Young
On Wed, 2008-07-23 at 13:52 -0500, Chris Ditty wrote: Can anyone point me in the right direction? I know I am missing something simple, but I can't place my hands on it. $myCalTime = act_getCalendarDays($config, $myMonth, $myYear); foreach($myCalTime as $calTime = $calArrayTime){

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-18 Thread Jason Norwood-Young
On Thu, 2008-07-17 at 10:41 -0400, Daniel Brown wrote: 9.) NEVER store passwords in a PHP script. Instead, store them in a file named `inc/config.inc` in the web directory, and include them. Dude! You forgot the most important bit: inc/config.inc: $dbusername=root; $dbpassword=r00t; //By

Re: [PHP] Soap Call Error

2008-07-17 Thread Jason Norwood-Young
On Wed, 2008-07-16 at 17:44 -0700, VamVan wrote: Hello Guys, I have been getting a wierd soap exception lately [faultstring] = looks like we got no XML document [faultcode] = Client [faultcodens] = http://schemas.xmlsoap.org/soap/envelope/ What does that mean? The call

Re: [PHP] Pear DB

2008-07-10 Thread Jason Norwood-Young
On Thu, 2008-07-10 at 16:47 +1000, John Comerford wrote: Hi Folks, I have just successfully lobbied for the company I work for to use PHP/MySQL for our next website. My Question is regarding DB abstraction . I know there is a Pear DB module, is this the best to use ? I have a vague

Re: [PHP] Problem with special characters - PHP AJAX

2008-07-07 Thread Jason Norwood-Young
On Mon, 2008-07-07 at 19:35 +0930, Michael Kubler wrote: Are the messages being sent as UTF-8 or something else? Is the server sending the headers as something different to that listed in the header? Actually, looking at it, you don't have a valid DOC-TYPE

Re: [PHP] Splitting up long URLs

2008-07-02 Thread Jason Norwood-Young
On Tue, 2008-07-01 at 13:26 -0700, Brian Dunning wrote: I have a web page that lists most recent comments in a left margin. Sometimes people post long URLs, or even just really really long words, that force that margin to display way too wide, screwing up the page layout. Is there a way

Re: [PHP] Splitting up long URLs

2008-07-02 Thread Jason Norwood-Young
On Wed, 2008-07-02 at 08:23 +0200, Jason Norwood-Young wrote: For URLs you can do a tinyurl-type solution. Dur, just realised it's only *display* that you're worried about so shortening the url isn't really an issue. It's too early in the morning... -- PHP General Mailing List (http

Re: [PHP] unset in foreach breaks recrusion

2008-06-30 Thread Jason Norwood-Young
On Sun, 2008-06-29 at 18:25 -0800, David Sky wrote: Hello everyone! A couple of days ago I submitted a bug to PHP http://bugs.php.net/bug.php?id=45385 But I was mistaken, apparently it's not a bug. And I was sent here to get help. I think you might be forgetting to return $return. J --

Re: [PHP] de lester

2008-06-27 Thread Jason Norwood-Young
On Fri, 2008-06-27 at 03:05 -0400, [EMAIL PROTECTED] wrote: SORRY, IN THE LAST EMAIL I DONT SAY WHAT TYPE OF VIDEO I WAS WORKING, I AM WORKING WITH VIDEO .MOV THANKS. I am working with videos and I need to Know how I can obtain the duration of the videos I had a formula that did not

RE: [PHP] Kindla 0T, but here goes...

2008-06-17 Thread Jason Norwood-Young
On Fri, 2008-06-13 at 16:32 -0500, Boyd, Todd M. wrote: -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 4:13 PM To: Ryan S Cc: php php Subject: Re: [PHP] Kindla 0T, but here goes... On Fri, Jun 13, 2008 at 4:49 PM, Ryan S [EMAIL

RE: [PHP] peer review (was php framework vs just php?)

2008-04-26 Thread Jason Norwood-Young
On Fri, 2008-04-25 at 17:32 -0500, Jay Blanchard wrote: [snip] I can't say I've ever had a form that exactly matched a database table for a user perspective. From an admin perspective that changes, but that was when I downloaded PHPMyAdmin for the client. It was amazing, every form matched

Re: [PHP] foreach loop to set variables

2008-04-25 Thread Jason Norwood-Young
On Fri, 2008-04-25 at 06:12 -0700, jamest wrote: I am passing an array to a class which I want to take the array data and create some variables from the array's keys and values. So I want to create (in this case 21) new variables that I want to create in the foreach but with no success.

Re: [PHP] Re: php framework vs just php?

2008-04-22 Thread Jason Norwood-Young
On Tue, 2008-04-22 at 21:06 +0800, Kinch Zhang wrote: On 4/22/08, Tony Marston [EMAIL PROTECTED] wrote: If you don't use a framework then obviously you are writing nothing but mickey mouse programs, and wouldn't stand a chance when it comes to writing a proper application. I

[Fwd: Re: [PHP] Alter Table newbie help needed ...]

2008-04-21 Thread Jason Norwood-Young
Darn forgot to hit reply to all Forwarded Message From: Jason Norwood-Young [EMAIL PROTECTED] To: revDAVE [EMAIL PROTECTED] Subject: Re: [PHP] Alter Table newbie help needed ... Date: Mon, 21 Apr 2008 23:52:30 +0200 On Mon, 2008-04-21 at 14:04 -0700, revDAVE wrote: Jason

Re: [PHP] Check RAW data

2008-04-20 Thread Jason Norwood-Young
On Sun, 2008-04-20 at 15:52 +0200, rb wrote: I'm getting from an external source a PNG image in raw format (encoded in base64). And with this code I'll echo on the screen. -- $img=base64_decode($_POST['img']); header(Content-type: image/png); echo $img; -- A quick way would

Re: [PHP] Cron php refresh

2008-04-20 Thread Jason Norwood-Young
On Sun, 2008-04-20 at 13:32 -0500, Larry Garfield wrote: On Sunday 20 April 2008, Jeffrey wrote: I'm working on an application that includes e-mail notifications of certain events. Because the application will have hundreds or thousands of users, I've designed it so that e-mail

Re: [PHP] Alter Table newbie help needed ...

2008-04-19 Thread Jason Norwood-Young
On Sat, 2008-04-19 at 14:23 -0700, revDAVE wrote: Newbie - MAC - MAMP on port 8889 I have this connection to Mysql database called 'test' Other Php stuff works ok but now I'm trying to alter the table (never did that before...) Connection called 'try1'... ?php #

Re: [PHP] Evaluating math without eval()

2008-04-14 Thread Jason Norwood-Young
On Sat, 2008-04-12 at 09:05 -0500, Ray Hauge wrote: you might be able to leverage a call to expr on a bash sell. Just replace the variables you're expecting with preg_replace or some similar function. http://hacktux.com/bashmath

Re: [PHP] Help with SSH2 persistent connection in php

2008-04-11 Thread Jason Norwood-Young
On Fri, 2008-04-11 at 10:14 -0300, Rodrigo Reis da Rocha wrote: I want to make an persistent connection via ssh2 to a server with php, but all I can get with the present API is an temporary connection that is lost at end of the script. Anyone have an idea of how I can save the Resource and

[PHP] Evaluating math without eval()

2008-04-10 Thread Jason Norwood-Young
Hi all First post to this list! I'm trying to figure out how to evaluate a string with a mathematical expression and get a result, but without using eval() as I'm accepting user input into the string. I don't just want addition, subtraction, multiplication and division - I'd like to take

Re: [PHP] Evaluating math without eval()

2008-04-10 Thread Jason Norwood-Young
On Thu, 2008-04-10 at 13:15 +0100, Richard Heyes wrote: First post to this list! I'm trying to figure out how to evaluate a string with a mathematical expression and get a result, but without using eval() as I'm accepting user input into the string. I don't just want addition,

Re: [PHP] Evaluating math without eval()

2008-04-10 Thread Jason Norwood-Young
On Thu, 2008-04-10 at 13:15 +0100, Richard Heyes wrote: First post to this list! I'm trying to figure out how to evaluate a string with a mathematical expression and get a result, but without using eval() as I'm accepting user input into the string. I don't just want addition, subtraction,