RE: [PHP] Uploading Large Files - Strange Issue

2008-08-06 Thread Anna Vester
[snip] -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 9:44 PM To: Anna Vester; php-general@lists.php.net Subject: RE: [PHP] Uploading Large Files - Strange Issue It is likely that it is not PHP causing the issue. What browser is he using

[PHP] Uploading Large Files - Strange Issue

2008-08-06 Thread Anna Vester
ys get this message: >bigfiles.mp3 cannot be uploaded. Maximum size: 51,000.00KB. >Acceptable file types: pdf and mp3 >Error number: 0 Yet, it always seems to work when I do it on my computer. Any insight into this issue would be very helpful. Thank you. Anna Vester -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Not quite OT but maybe close... Help with MySQL

2007-08-08 Thread Anna Vester
I > have tried using LOAD FILE in mysql and it just imports the first row > of my excel file with no errors... > > Any ideas? > -- Hey Jason, Take a look at this link - http://www.modwest.com/help/kb6-253.html The very first user commend/code might be something that you are looking

Re: [PHP] PHP sorting csv array output

2007-05-15 Thread Anna Vester
/test.php Anyways, thanks again! Anna On 5/13/07, Richard Lynch <[EMAIL PROTECTED]> wrote: If you are going to sort it by various fields, I'd just throw it into a database... That said, http://php.net/usort should be able to do whatever you want. On Thu, May 10, 2007 2:18 pm, Anna V

Re: [PHP] PHP sorting csv array output

2007-05-10 Thread Anna Vester
On 5/10/07, Daniel Brown <[EMAIL PROTECTED]> wrote: One place to start reading, Anna, would be the PHP manual for the fgetcsv() function, which is specifically for CSV parsing. http://www.php.net/fgetcsv Thanks for your quick reply Daniel. Yes I've seen that function befo

[PHP] PHP sorting csv array output

2007-05-10 Thread Anna Vester
, but it doesn't seem to work. So what is the best and/or right way to sort this type of data? Hopefully, this email makes sense. Thanks in advance. -- Anna Vester Web Designer http://www.veanndesign.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Anna V
On 4/17/07, Paul Novitski <[EMAIL PROTECTED]> wrote: At 4/17/2007 07:53 PM, Robert Cummings wrote: >On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote: > > I've never never had used tables for layouts (I worked on pretty > > complicated projects)... Heck, http://esp

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Anna V
On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote: On Tue, 2007-04-17 at 21:28 -0500, Anna V wrote: > On 4/17/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2007-04-17 at 18:53 -0500, Larry Garfield wrote: > > > On Tuesday 17 April

Re: [PHP] CSS vs. Tables OT

2007-04-17 Thread Anna V
only way to do complex layout in the past. At least tables are backward and forward compatible. CSS is only semi-forward compatible. Cheers, Rob. I've never never had used tables for layouts (I worked on pretty complicated projects)... Heck, http://espn.com is CSS based, and it looks pre

Re: [PHP] web browser shows blank page when accessing *.php file

2006-10-02 Thread Anna Barnes
which case I have to open a new web browser window and retype the url (regardless of the web browser) Thanks Anna www.fmri.org/calendar On Sep 21, 2006, at 5:46 PM, Martin Marques wrote: On Thu, 21 Sep 2006 17:13:44 -0400, Anna Barnes <[EMAIL PROTECTED]> wrote: and the error_lo

[PHP] Re: web browser shows blank page when accessing *.php file

2006-09-22 Thread Anna Barnes
chedule. I'm just about to archive the existing scanner.ics file and republish another one to see it that works. thanks Anna On Sep 22, 2006, at 8:06 AM, Kae Verens wrote: Anna Barnes wrote: [Tue Sep 19 15:53:57 2006] [error] PHP Fatal error: Maximum execution time of 60 seconds exceed

Re: [PHP] web browser shows blank page when accessing *.php file

2006-09-21 Thread anna barnes
, IE, firefox etc on Solaris9 or WindowsXP The 'signature url' is actually the calendar function that doesn't work. I wanted to know if it works outside our LAN. What's weird is that it asks for the username and password, it authenticates but then won't load the page. ki

[PHP] web browser shows blank page when accessing *.php file

2006-09-21 Thread Anna Barnes
Fatal error: Maximum execution time of 60 seconds exceeded in /websites/ical/functions/ ical_parser.php on line 494 Not quite sure where to go from here. thanks Anna http://ical.fmri.columbia.edu/week.php

[PHP] optimizing arrays

2004-05-11 Thread Anna
items is taking 9 hours to process. I'm chunking up the array into smaller arrays, but that doesn't seem to be making much difference. Thanks Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ftell ? fseek ? help, please

2004-02-09 Thread Anna Yamaguchi
I would like to read first 224 bytes from a file A1, write them to another (Bfile, and then coming back to file A1 read bytes from 225 to the end of (Bfile. (BCould somebody help me with this? Please. (B (BAnna (B (B[EMAIL PROTECTED]

[PHP] php/html debug

2002-11-08 Thread Anna Gyor
Hi, is there any software on the market with I can test my html/php based web portal? I mean for example the data flow between html forms and php files/scripts. For Example a login form on html site and a check with an other php site and I want begin the test on the html site and check weather the

[PHP] PHP debugger

2002-10-04 Thread Anna Gyor
Hello, is there any application with I can test my php-based web site? I know Zend Studio and PHPEdit but I can't use them if any variable comes from an other html site. (For example in logging there are loginname and password as html variable and the debugger don't see them and the script doesn

[PHP] Global variables

2002-10-02 Thread Anna Gyor
Hello, how can I use global variables in my web portal? I have read the php documentation, but it works only in the same file. I want use more global variable on many php site. For example: In login.php I use the code $first=mysql_result($result,0,"FIRST_NAME"); and I want to print th

Re: [PHP] Call HTML from php

2002-10-01 Thread Anna Gyor
is the > - Original Message - > From: "Anna Gyor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 01, 2002 9:35 PM > Subject: Re: [PHP] Call HTML from php > > > > First thanks a lot, but > > > > I have t

Re: [PHP] Call HTML from php

2002-10-01 Thread Anna Gyor
"location:http://yourstuff";); > > Do this before any output to the user. eg echos or displaying html > > John > - Original Message - > From: "Anna Gyor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 01, 2002 8:40

[PHP] Call HTML from php

2002-10-01 Thread Anna Gyor
Hi, how can I call a html site from my php script? I want to redirect the user to different html site depends on the php script result. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Calling an external C function under Unix

2002-09-25 Thread Anna Sotnichenko
Hello All! I want to transfer a PHP script with minimum changes from IIS under Win2000 to Unix. My ISAPI PHP script calls some external C-functions through PHP W32api extension. Is there a way to call external C-function from PHP-script under UNIX? Thanks in advance. -- PHP General Mailing L

[PHP] html input and php (newbie)

2002-09-24 Thread Anna Gyor
Hi, I just began to learn php and I have te following code. How can I get the input field value in the php script? Because my script doesn't work. $UserName is always an empty string. Enter Your Name -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] New York Remembrance

2001-10-03 Thread Irmingard Anna Kotelev
on to at least one friend. http://www.aurumxxl.de/ny/ny.htm Irmingard Anna Kotelev Photographer 25th of September 2001 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra

[PHP] PHP4 session management and internal HTML links

2001-04-23 Thread Anna Lyse
I wrote a HTML page using PHP 4.0 and its session management and I am getting very strange results. I found out that it only happens when I use href="#1". There is no problem with href="file.php#1". Original code: Gesuchte Tätigkeit Gesuchte Tätigkeit Gesuchte Tätigkeit

Re: [PHP] my bugaboo.

2001-02-10 Thread Anna
t you can do ereg_replace("\"", "''", $text) -- that is, replace a double quote with two single quotes? I think, I've never bothered. Hope this helps somehow. Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] include("blah.php?var=this"); doesn't work?!

2001-02-10 Thread Anna
tomatically use any variable that has been set in the master page. > Unless you use include(http://file); Then you can pass variables in the filename. This does come in handy in some cases. Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] tracking the current url

2001-02-09 Thread Anna
n name)? print $REQUEST_URI. The domain name? $HTTP_HOST http://www.php.net/manual/en/html/language.variables.predefined.html Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] mysql not reporting errors

2001-02-09 Thread Anna
print "There was a problem //completing your request", or something like that. print "Error : ".mysql_error($connection)."\n"; } else { while($row=mysql_fetch_row($result)) { //do whatever you want to do with the data. } } I greatly prefer this to display "

Re: [PHP]Spider script in PHP.

2001-02-09 Thread Anna
Use combinations of opendir(), readdir(), is_file(), etc. Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Fetching Local Weather

2001-02-09 Thread Anna
quot;), ""); $array=explode("", $string); $array=explode("", $array[1]); $endString=$array[0]; With the odd ereg_replace() to tweak the data you can grab info from wherever you want. However, you should get permission from the site, since this would count as a hit/pag

Re: [PHP] Where to put the include()

2001-02-07 Thread Anna
which contains a function inside the function) it will not be available to the rest of the script. I think. :-) Anna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Sorry! Help needed!

2001-01-23 Thread Anna
nswer nowhere... always are only server side form handler... AnnA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]