Tim Martens wrote:
> Based on advice here and elsewhere, I think we're tending toward a an
> "no framework" MVC approach and sub-directory model to get started. As
> Per so elegantly stated "The subdirectory approach is easily rewritten
> to an internal subdomain
> structure." So if we need to piv
hi alfredo.. i really love to help.. but could you please explain a
bit clear. may be with sample input arrays and the expected out put
array.
~viraj
On Thu, Aug 26, 2010 at 7:45 PM, Alfredo Palhares wrote:
> Hello,
>
> This is kinda a noob question, but that's what i am :)
>
> I have a 2 dimens
> -Original Message-
> From: Andre Polykanine [mailto:an...@oire.org]
> Sent: Thursday, August 26, 2010 4:53 PM
> To: php-general
> Subject: [PHP] Making multiple RSS feeds for the blog website
>
> Hi everyone,
> We are developing a blog service website.
> What we need now is the abili
Hello Andre Polykanine,
Am 2010-08-27 02:52:48, hacktest Du folgendes herunter:
> Hi everyone,
> We are developing a blog service website.
Very interesting ;-)
> Question: how do we do that with PHP?
By reading the Documentation... :-D
Blubber Blog
Thanks, Greetings and nice D
Hi everyone,
We are developing a blog service website.
What we need now is the ability to make multiple RSS feeds from
several pages (an RSS of each user's blog, a feed from each timeline -
timelines are our representation of users' favorites; a feed filled
with comments to a separate entry, etc.).
On Thu, Aug 26, 2010 at 12:37 PM, Ashley Sheridan
wrote:
> On Thu, 2010-08-26 at 17:24 +0100, Matthew Croud wrote:
>
> > Hi,
> >
> > I want to give my client the ability to upload large files ( around
> > 20MB ) to a webspace.
> > I reckon that using the FTP commands of PHP would be the best bet,
Thank you everyone for your generous feedback. It's given me a lot to think
about. I now realize that my question has as much to do with DNS and Apache
as with PHP. As we clarify the functionality and essence of the app, I'll
post again with more focussed questions.
Based on advice here and elsewh
On Thu, 2010-08-26 at 17:45 +0100, e-letter wrote:
> On 20/08/2010, Ashley Sheridan wrote:
> > You don't have to reinstall the entire OS, that's a very Windows
> > approach to the problem. I played around a bit last night with urpmi and
> > you should be able to just list the packages you need wi
On 20/08/2010, Ashley Sheridan wrote:
> You don't have to reinstall the entire OS, that's a very Windows
> approach to the problem. I played around a bit last night with urpmi and
> you should be able to just list the packages you need with urpmq --fuzzy
> package_name, and then install the ones l
On Thu, 2010-08-26 at 17:24 +0100, Matthew Croud wrote:
> Hi,
>
> I want to give my client the ability to upload large files ( around
> 20MB ) to a webspace.
> I reckon that using the FTP commands of PHP would be the best bet, but
> is it possible to allow them to do this through an online fo
A form sendind a file has nothing to do with FTP functions of PHP.
You´ll still need to change de upload_max_filesize and so on in order to
send such files to the server.
--
João Cândido de Souza Neto
"Matthew Croud" escreveu na mensagem
news:02f75bf6-9ec5-4456-9150-07042aeba...@obviousdi
Take a look here:
http://us.php.net/manual/en/ref.ftp.php
You might have some issues with the memory limit in PHP so that might have
to be boosted for 20MB files.
On Thu, Aug 26, 2010 at 12:24 PM, Matthew Croud wrote:
>
> Hi,
>
> I want to give my client the ability to upload large files ( aroun
The typical way to use pecl/oauth seems to use OAuth::fetch which does
everything including sending the HTTP request using curl or php streams.
I'd like to be able to use pecl/oauth to do everything up to and including
calculating the signature but then send the request using different code. The
Hi,
I want to give my client the ability to upload large files ( around
20MB ) to a webspace.
I reckon that using the FTP commands of PHP would be the best bet, but
is it possible to allow them to do this through an online form.
This is my vision: the client logs in to a form that has an u
At 9:58 AM -0400 8/26/10, Bob McConnell wrote:
From: tedd
>
4. Host? Roll the dice like the rest of us.
Before you can select a hosting provider, define what you want. Are you
looking for a cage with power and network connections, a VM that you can
load up and manage, or a fully managed ser
Hello,
This is kinda a noob question, but that's what i am :)
I have a 2 dimensions array (the first dimension are "normal" keys ) and in
the second dimension haves custom arrays but they all have a comon key that
is *id.
*The array comes ascending ordered by the numbers of *id* .
When i receive
Really cool...
Thanks and fogive me by my mistake. hehe
--
João Cândido de Souza Neto
"Robert Cummings" escreveu na mensagem
news:4c76743a.2060...@interjinn.com...
> On 10-08-26 09:54 AM, João Cândido de Souza Neto wrote:
>> I know that in PHP I can use this:
>>
>> $var1 = "text";
>> $var
On 10-08-26 09:54 AM, João Cândido de Souza Neto wrote:
I know that in PHP I can use this:
$var1 = "text";
$var2 = '$var1';
4cho $$var2;
So it gives me "text".
It would if you didn't have typos and the wrong quotes in the above :)
My question is, is there a way of doing it with constant l
From: tedd
> At 1:45 PM -0500 8/25/10, Tim Martens wrote:
>>Hi Everyone,
>>
>>New to the list. Hello!
>>
>>I'm in the customer discovery phase for a Health IT web application
concept
>>I have. My programmer is new to web apps, but not to programming and
is set
>>up with LAM(PHP). We're still debat
At 4:45 PM -0500 8/25/10, Tim Martens wrote:
Thanks for all your answers. To clarify my question, I'm looking for advice
regarding how best to set up users for a web app, e.g., username.myapp.comvs
myapp.com/username and the pros and cons of each. All users will be using
essentially the same app
At 1:45 PM -0500 8/25/10, Tim Martens wrote:
Hi Everyone,
New to the list. Hello!
I'm in the customer discovery phase for a Health IT web application concept
I have. My programmer is new to web apps, but not to programming and is set
up with LAM(PHP). We're still debating weather to use a frame
At 3:59 PM +0100 8/25/10, Ashley Sheridan wrote:
2.4 seconds doesn't seem so bad on 10 million iterations, but yes, it
does show that you should avoid it if it's really not necessary. Most
often I'll use that sort of syntax if I do something like this:
$greeting = "Hello $name, not seen you sin
Mike
Thanks a ton for the quick response. I have updated the mail id on my
email client (using Mozilla TB) and I did repost but your reply was quicker!
Will try this out and post the results on this thread. Just waiting for
someone to throw light on how to capture the "filename" that the user
Hi
I guess my post was misunderstood. I was just trying to figure out if
there is a better way other than displaying a form. That's the reason I
posted my php snippet in my first post.
Thanks for the help.
Best regards
Sridhar
Original Message
Subject: Re: [PHP] XML with
Hi
I am trying to read XML files (invoices) from a directory and display
them to the visitor. Each XML file contains several invoices. The
visitor then clicks on the XML file (invoices). My PHP snippet should
open the xml file and locate the appropriate invoice and display the
content.
I have ma
On Thu, Aug 26, 2010 at 3:10 AM, Sridhar Pandurangiah
wrote:
> Mike
>
> Thanks a ton for the quick response. I have updated the mail id on my email
> client (using Mozilla TB) and I did repost but your reply was quicker!
>
> Will try this out and post the results on this thread. Just waiting for
>
On Thu, Aug 26, 2010 at 2:54 AM, wrote:
> Hi
>
> I am trying to read XML files (invoices) from a directory and display them
> to the visitor. Each XML file contains several invoices. The visitor then
> clicks on the XML file (invoices). My PHP snippet should open the xml file
> and locate the app
Hi
I am trying to read XML files (invoices) from a directory and display
them to the visitor. Each XML file contains several invoices. The
visitor then clicks on the XML file (invoices). My PHP snippet should
open the xml file and locate the appropriate invoice and display the
content.
I ha
Peter Lind wrote:
> On 26 August 2010 08:08, Per Jessen wrote:
>> Tim Martens wrote:
>>
>>> Thanks for all your answers. To clarify my question, I'm looking for
>>> advice regarding how best to set up users for a web app, e.g.,
>>> username.myapp.com vs myapp.com/username and the pros and cons of
29 matches
Mail list logo