php-windows Digest 17 Jan 2002 07:28:36 -0000 Issue 956

2002-01-16 Thread php-windows-digest-help
php-windows Digest 17 Jan 2002 07:28:36 - Issue 956 Topics (messages 11473 through 11482): Re: New PHP 11473 by: Nicole Amashta 11474 by: Ross Fleming parsing string/xml 11475 by: Sandeep Murphy Using PUT method for upload 11476 by: Stevens, Julian C

[PHP-WIN] Page not found

2002-01-16 Thread Titus Cheung
Hello, I have installed both Apache and PHP on my computer in the following directories: d:\program files\apache group\apache d:\documents and settings\administrator\desktop\mydir\yo\php4 I then edited d:\program files\apache group\apache\conf\httpd.conf as per the instructions listed on: http:/

[PHP-WIN] Re: Mysql connection

2002-01-16 Thread Brad Thomas
> > Warning: MySQL Connection Failed: Can't connect to MySQL server on > > 'localhost' (10061) in c:\program files\apache > > group\apache\htdocs\db_connect.php on line 3 This error means the MySQL server isn't running. Try starting the server and try again. -- PHP Windows Mailing List (htt

[PHP-WIN] Re: Copying a file across the network.

2002-01-16 Thread Tino Didriksen
The method for moving 1gb is known as FTP. Seriously, using PHP for that is downright silly. --|-- Tino Didriksen http://ProjectJJ.dk/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-WIN] Copying a file across the network.

2002-01-16 Thread Ryan Marrs
I've run across a rather difficult problem to solve. I'm at the point that I don't care how the solution comes, so long as it works. I need to be able to upload/copy a file (potentially as large as 1gig) from a user's machine to this local network. I've exhausted my efforts trying post uploads,

[PHP-WIN] Re: Using PUT method for upload

2002-01-16 Thread Manuel Lemos
Hello, Julian C Stevens wrote: > > I'm using Apache 1.3.20 and PHP 4.1.1 on Windows NT 4 to run a website that > users can upload files to. > I am currently using an HTML form with an field. > However, for auditing purposes, I need to restrict where users are allowed to > upload FROM as well a

Re: [PHP-WIN] Using PUT method for upload

2002-01-16 Thread Piotr Pluciennik
> I am currently using an HTML form with an type="FILE" ...> field. > However, for auditing purposes, I need to restrict > where users are allowed to > upload FROM as well as TO. > The HTML form offers a browse button that can roam > around the entire > filesystem and I can see no way of restr

[PHP-WIN] Using PUT method for upload

2002-01-16 Thread Stevens, Julian C
I'm using Apache 1.3.20 and PHP 4.1.1 on Windows NT 4 to run a website that users can upload files to. I am currently using an HTML form with an field. However, for auditing purposes, I need to restrict where users are allowed to upload FROM as well as TO. The HTML form offers a browse button

[PHP-WIN] parsing string/xml

2002-01-16 Thread Sandeep Murphy
Hi, I have an xml output with tags like 123 sands I could parse the output using expat to display it the way i want or as a string but what I need is to store the values separately in different variables like $id for sessionid, $user for user and so on.. to be manipulated later... Any suggest

Re: [PHP-WIN] Re: New PHP

2002-01-16 Thread Ross Fleming
Better still download the PDF version of the manual. It's basically the website in PDF form. Acroread still lets you search it, but u don't need to be online to do it. That's my bible anyway. :) Ross Nicole Amashta wrote: > > One of the best resources for PHP is the php.net site. I use it re

[PHP-WIN] Re: New PHP

2002-01-16 Thread Nicole Amashta
http://www.phpbuilder.com is also a really good site with plenty of examples and explanations. Nicole Amashta www.aeontrek.com "Burrito" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm thinking of making the conversion from Cold Fusion. I am NOT a > progr

php-windows Digest 16 Jan 2002 15:16:00 -0000 Issue 955

2002-01-16 Thread php-windows-digest-help
php-windows Digest 16 Jan 2002 15:16:00 - Issue 955 Topics (messages 11463 through 11472): Re: calling an ASP program or object from within php 11463 by: alain samoun A problem under php4+pws+mysql 11464 by: sleetdrop.netscape.net 11465 by: Ignatius Teo mail() give

[PHP-WIN] Re: New PHP

2002-01-16 Thread Nicole Amashta
One of the best resources for PHP is the php.net site. I use it religiously! Go to http://www.php.net (which I'm sure you've already visited), and type in the search box "mysql" (without the quotes). Then you will be brought to the page that coveres all the php-mysql functions to use. They are ver

[PHP-WIN] R: [PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Darvin Andrioli
Paul wrote ... > When trying to configure the ini file to accomodate email, I rightly or > wrongly edited the 'php.ini-recommended' file to my SMTP entry to: > These are "suggested" configuration. You may use one of them and configure it to match your requirement. About mail parameter, I haven't

Re: [PHP-WIN] New PHP

2002-01-16 Thread Michel Laine
I would recommend spending a couple of hours hacking in this Tutorial: http://www.devshed.com/Server_Side/PHP/MilesToGo/ It deals with something we all know how it's supposed to work (an appointment calendar) and it is both simple and a little tricky (for a total newbie) at the same time... That

[PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Paul Wallace
Hello, I have recently installed PHP 4 (c:\PHP) with Apache. I have successfully run multiple PHP scripts with some quite complex code. Except for MAIL! Upon installing PHP I had 3 PHP.? files with a search for 'php.ini': c:\PHP\pear\tests\php - with 2 line content: ; php.ini for PEAR te