[PHP] Re: Newbie question on Tutorials?

2001-12-06 Thread The Big Roach
Bunch of them! Check php.net's links and sift through those. Web Monkey has a good primer on PHP MySQL. Geoff E [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Okay, probably been asked zillions of times already, but I couldn't find reference to it in the last

Re: [PHP]I know I know, but quick Apache/PHP question

2001-12-06 Thread The Big Roach
Chris, I'm a bit lost... what exactly is your question? Chris Cocuzzo [EMAIL PROTECTED] wrote in message 010e01c17e0d$d28e72b0$ae687780@webs224">news:010e01c17e0d$d28e72b0$ae687780@webs224... hey- I have php 4.0.6 on Win 2k with Apache 1.3.20 ... I figure I'm close to getting this installed

[PHP] Re: Large file uploads timeout - ouch!

2001-12-05 Thread The Big Roach
I've had the same problem. I'll get back to you with what I know. Just give me some time - I'm late for work! Fred [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm designing a simple content management system with PHP, and it is going great, except... I do

[PHP] Re: Large file uploads timeout - ouch!

2001-12-05 Thread The Big Roach
Don't know if you're still there... -- 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] Re: A few questions on switching redoing site in PHP

2001-12-04 Thread The Big Roach
Some philosophical observations: My personal opinion would be to stick to a unix environment (Sun, Linux, FreeBSD...) and hold on to the Oracle part. I find that JSP is a bit cumbersome to maintain and program. An alternative to Oracle would be Postgres/SQL as they handle transactions relatively

[PHP] Re: A few questions on switching redoing site in PHP

2001-12-04 Thread The Big Roach
I forgot to add: Remember that Windows markets itself as an over-all solution to everything: Windows Server + ASP + IIS + SQL Server. It depends on whether you want to be outside the box! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Re: PHP Help required

2001-12-04 Thread The Big Roach
Eddie, There are some good books to get you started running - literally - with PHP and a database (usually MySQL). I would recommend PHP Fast and Easy (blue cover with red writing). Each chapter focuses on a given task... building tables, then adding to table, then selecting from a table and -

[PHP] Re: link to a pdf file

2001-11-16 Thread The Big Roach
This works for what I do: Try this and fiddle with the variables. $conn_id is your pointer to an FTP connection. Familiarize yourself with the FTP functions in PHP if there are any doubts. PART I: Put this in one script (say pdf_list.php): // list server contents if ((!$F) || ($F==)){

[PHP] Re: FTP Clients

2001-11-15 Thread The Big Roach
WS-FTP LE works for me. I've used it for years now. You can find it at Download.com Bunch of stuff there. Rudi Ahlers [EMAIL PROTECTED] wrote in message 012e01c16d53$5b582120$0c00a8c0@camelot">news:012e01c16d53$5b582120$0c00a8c0@camelot... Sorry for the totally OT question, but can anyone

Re: [PHP] Books for PHP and MySQL Class

2001-11-15 Thread The Big Roach
I think a better strategy would be to introduce them to the basics of databases in general as opposed to trying to teach MySQL to them. A good primer on DB's would be Databases for mere mortals by ... ? some guy! But the cover is orange/brown and not very thick. Can't find it here... where did I

Re: [PHP] High-Volume Newsletter Techniques?

2001-11-14 Thread The Big Roach
Just a reminder of sorts when dealing with this kind of issue. Where I work, we never had a need to mail 20,000+ newsletters but we do distribute 300 or so each week. On our initial tests, we discovered our external smtp server (our isp account), limited our mailings to chunks of 20 emails at a

[PHP] Re: Empty form variables when uploading, Help please???

2001-11-13 Thread The Big Roach
In a form you can't really have 2 submit buttons. Either a submit submits or it is just a button. That's because the var name is already submit (check out your http_post_vars). And you have it twice! Change one of them and make it just a button (HTML4). Recheck your post-vars. This should help.

[PHP] I Need To Upload Massive Huge Files : 20Mb

2001-11-13 Thread The Big Roach
Fans! I need your help, but first you must worship me. Does PHP have a flakey file upload limit? Or what could be wrong? max_upload_size and all that is set to 32Mb. post_max_size is also set to 32Mb. max_exec_time is set to 0 (unlimited). apache's timeout is set to 1800 (30 mins). And my 6Mb

Re: [PHP] I Need To Upload Massive Huge Files : 20Mb

2001-11-13 Thread The Big Roach
ere some problems with our Squid-Proxy. When we user direct internet connection the sky was the limit, but with our Proxy, the limit was 2MB... Sebastian -Ursprüngliche Nachricht- Von: The Big Roach [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. November 2001 17:31 An: [EMAIL P