Re: [PHP] Re: Version Control Software

2008-08-07 Thread Benjamin Darwin
On Thu, Aug 7, 2008 at 10:02 AM, Colin Guthrie [EMAIL PROTECTED] wrote: Robert Cummings wrote: On Thu, 2008-08-07 at 09:43 +1000, Ross McKay wrote: On Wed, 6 Aug 2008 16:42:23 -0400, Benjamin Darwin wrote: [...] I'm wondering if anybody knows of a version control software program

[PHP] Version Control Software

2008-08-06 Thread Benjamin Darwin
After reading a topic on the list here about someone losing their website, and having a minor mistake on my own that cost me a week's work on a file (basically, tested the file, then uploaded to the live site and took the daily backup off the live site.. only to find the file was messed up.. and

Re: [PHP] Newbie ' If Statement' Question

2008-03-14 Thread Benjamin Darwin
On Fri, Mar 14, 2008 at 7:56 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello Folks, I would like to be able to wrap a 'form' inside a php 'if statement' - so that the form will appear if the 'if condition' is met. - most likely I cannot have a ?php tag inside another one - and am

Fwd: [PHP] Using PHP to remove certain number of bytes from file

2007-12-30 Thread Benjamin Darwin
Maybe one of these days I'll remember to actually reply to the list the first time. -- Forwarded message -- From: Benjamin Darwin [EMAIL PROTECTED] Date: Dec 30, 2007 2:12 PM Subject: Re: [PHP] Using PHP to remove certain number of bytes from file To: Scott Wilcox [EMAIL

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Benjamin Darwin
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Benjamin Darwin President, Crew 99 (Insert Phone Number Here) [EMAIL PROTECTED] Dream as if you'll live forever, live as if you'll die today. ~James Dean -- PHP General Mailing List (http://www.php.net

RE: [PHP] h/1 tag

2002-11-10 Thread @ Darwin
Schema. I'm not sure what it could be. You can go to Microsoft.com (this site gives me shivers) and dig through their site for how they syntax markup within their FrontPage application. - Darwin -Original Message- From: John Meyer [mailto:johnmeyer_1978;yahoo.com] Sent: Sunday, November

RE: [PHP] Submit hitting enter problem

2002-11-10 Thread @ Darwin
A missing /form tag? Some browsers are picky, so you might want to also do what someone else suggested to you earlier, which is to put quotes around your attribute values. This is especially important to implement while HTML fades out and languages based on XML (XHTML in particular) fade into

[PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread @ Darwin
of the uploaded image? Is there something I'm missing in the php.ini settings? If you have any other questions that might help you further your probe into this problem, please let me know. Thanks... - Darwin --[old message

RE: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread @ Darwin
You're absolutely correct. The script works perfectly fine now, and I have you to thank. I went back to Handling file uploads and re-read the entire thing. I guess I missed the part that said the following before the actual script example. My fault and my apologies. Thanks Jason, and thanks to

[PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
that is not set by default? I've pondered and tested this long enough and I'm beyond frustration, someone please help me with some suggestions to get me through this... Thanks, - Darwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
You know what, let me try that, and I will get back to you as soon as I can. - Darwin -Original Message- From: Justin French [mailto:justin;indent.com.au] Sent: Friday, November 08, 2002 7:13 AM To: @ Darwin; Php-General Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi, Simple

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Ok, I'll try that. I never had to do it before, but I'll try it anyway...I'll get back to you on it...thanks - Darwin -Original Message- From: Ernest E Vogelsinger [mailto:ernest;vogelsinger.at] Sent: Friday, November 08, 2002 6:22 AM To: Darwin Cc: Php-General Subject: Re: [PHP] HTTP

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Nope, tried that just now. The example doesn't work for me. Any other suggestions? - Darwin -Original Message- From: Justin French [mailto:justin;indent.com.au] Sent: Friday, November 08, 2002 7:13 AM To: @ Darwin; Php-General Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi

RE: [PHP] Windows XP Session Issues

2002-11-08 Thread @ Darwin
Jason, I'm running Windows XP with Apache and PHP 4.2.0. I never experienced such a problem with XP and sessions. I did, however, have to change the session path in the php.ini file for the sessions to save to the correct temporary directory. Maybe you have overlooked that? -Original

RE: [PHP] Graphics question

2002-11-07 Thread @ Darwin
The reason imagedestroy() may have not worked for you is that maybe imagedestroy() is misspelled? If you misspelled it in the code then it won't work. Just a suggestion. - Darwin -Original Message- From: Robbert van Andel [mailto:robbert;vafam.com] Sent: Thursday, November 07, 2002 9

[PHP] Sessions and Arrays

2002-11-05 Thread @ Darwin
Hello, In an attempt to override the political anger in this mailing list I will tell you that I have already searched through documentations on how to solve the problem I'm having, to the extent of my skills in searching. Ok, now to the problem. I have an array submitted by a form, such as

[PHP] Need Help With SESSIONS and ARRAYS

2002-11-05 Thread @ Darwin
Hello, In an attempt to override the political anger in this mailing list I will tell you that I have already searched through documentations on how to solve the problem I'm having, to the extent of my skills in searching. Ok, now to the problem. I have an array submitted by a form, such as

RE: [PHP] Sessions and Arrays

2002-11-05 Thread @ Darwin
: Tuesday, November 05, 2002 4:03 PM To: @ Darwin; Php-General Subject: Re: [PHP] Sessions and Arrays Did you try it? Did it work? How about $_SESSION['item']['price'] = $item['price']; $_SESSION['item']['name'] = $item['name']; ---John Holmes... - Original Message - From: @ Darwin

RE: [PHP] php development environment

2002-11-01 Thread @ Darwin
it better than Homesite, Dreamweaver, Interdev or lower-end environments. -- Darwin -Original Message- From: Simon Taylor [mailto:simon.taylor;afritol.co.za] Sent: Thursday, October 31, 2002 4:34 AM To: [EMAIL PROTECTED] Subject: [PHP] php development environment Hi All, Does

RE: [PHP] Require_once problem

2002-11-01 Thread @ Darwin
into that. Hope this helps a little. -- Darwin -Original Message- From: Kerry Kobashi [mailto:kkobashi;thegrid.net] Sent: Friday, November 01, 2002 1:36 AM To: [EMAIL PROTECTED] Subject: [PHP] Require_once problem Whats the difference between require_once and include_once? I been running

RE: [PHP] Rearranging Order of Photos

2002-10-31 Thread @ Darwin
Monty, maybe you can try using a database and PHP together to organize these photos. A suggestion would be to store only the path to the photos in a MySQL database, for example, and store the actual photos in the file system. If you would like to have these photos in a specific order then just