[PHP] Re: How to write a PHP coding to list out all files and directories as links to them?

2011-04-14 Thread David Robley
Mikhail S wrote: > How to write a PHP coding to list out all files and directories as links > to them? > > This is somewhat similar to some index pages. When new file or folder is > added to the directory, HTML page should display the newly created > file/folder together with previous ones after

[PHP] How to write a PHP coding to list out all files and directories as links to them?

2011-04-14 Thread Mikhail S
How to write a PHP coding to list out all files and directories as links to them? This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer

Re: [PHP] $_POST vars

2011-04-14 Thread Jim Giner
Guys - the problem has been solved. Give it a rest. (sent only to the list) (remainder deleted for the benefit of all :) ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_POST vars

2011-04-14 Thread Stuart Dallas
On Thursday, 14 April 2011 at 23:08, Nathan Nobbe wrote: On Thu, Apr 14, 2011 at 2:53 AM, Stuart Dallas wrote: > > On Thursday, 14 April 2011 at 07:11, Nathan Nobbe wrote: > > On Wed, Apr 13, 2011 at 3:30 PM, Stuart Dallas wrote: > > > > On Wednesday, 13 April 2011 at 19:47, Nathan Nobbe wrote:

Re: [PHP] $_POST vars

2011-04-14 Thread Nathan Nobbe
On Thu, Apr 14, 2011 at 2:53 AM, Stuart Dallas wrote: > On Thursday, 14 April 2011 at 07:11, Nathan Nobbe wrote: > On Wed, Apr 13, 2011 at 3:30 PM, Stuart Dallas wrote: > > > On Wednesday, 13 April 2011 at 19:47, Nathan Nobbe wrote: > > > I never make any assumptions about the source of any data

[PHP] gmp_gcdext() results are different for 32 bit & 64 bit machines

2011-04-14 Thread Waiki Wright
Hi, I ran a few different numbers using gmp_gcdext on both 32 & 64 bit machines and most of the results are the same except the following example: On a 32 bit machine, the results are: string(3) "195" string(14) "-4760039754357" string(10) "6965866288" Done On a 64 bit machine, the results a

Re: [PHP] A Starter has prob in blog script

2011-04-14 Thread Silvio Siefke
Hello, i have it running now. For complete the thread, write here the code with it run. query($sql); foreach ($result as $var) { echo $var['content']; } $DB = null; } catch (PDOException $e) { echo "Fehler: " . $e->getMessage(); exit (); } ?> Regards Silvio -- PHP General Mailing List (http:

Re: [PHP] $_POST vars

2011-04-14 Thread Stuart Dallas
On Thursday, 14 April 2011 at 07:11, Nathan Nobbe wrote: On Wed, Apr 13, 2011 at 3:30 PM, Stuart Dallas wrote: > > On Wednesday, 13 April 2011 at 19:47, Nathan Nobbe wrote: > > I never make any assumptions about the source of any data when I'm > > developing software, whether in PHP or not. Retur

[PHP] upload big files

2011-04-14 Thread Ricardo Martinez
Hi List! Need can upload big files ( around 300MB ) the system must be easy of use ( cann't use ftp ). Was thinking in make it, using a form with post, and update the cfg files for can upload big files. But don't know how it going to work. I think that can give a lot of errors or be unestable. J