Re: [PHP-WIN] php and http authentication

2001-08-20 Thread Alain Samoun
Use the curl extension. Alain On Mon, Aug 20, 2001 at 07:15:43PM -0700, Erick Baum wrote: > I think I've seen this done before, but I cannot figure out how to do it... > please help if you can. > > I was wondering if/how you could use a PHP script to retrieve information > that was on a web site

[PHP-WIN] php and http authentication

2001-08-20 Thread Erick Baum
I think I've seen this done before, but I cannot figure out how to do it... please help if you can. I was wondering if/how you could use a PHP script to retrieve information that was on a web site protected by HTTP authentication (the little pop-up browser window asking for a username and passwor

php-windows Digest 20 Aug 2001 21:12:16 -0000 Issue 712

2001-08-20 Thread php-windows-digest-help
php-windows Digest 20 Aug 2001 21:12:16 - Issue 712 Topics (messages 8946 through 8966): Re: win2000 8946 by: PHP Multi-Task on PHP by submitting a form! 8947 by: Jack 8948 by: Angie Tollerson 8949 by: Asendorf, John 8952 by: «davidc» Paths, Windows

Re: [PHP-WIN] PHP in Opera browser and TTF issues.

2001-08-20 Thread Alain Samoun
I think that Opera has to be configured to show images... Alain On Mon, Jul 23, 2001 at 05:15:50PM -0300, Gustavo Vázquez wrote: > Hi guys. I need a little help. > I had made a small PHP script to generate a .jpeg dinamically. In IE it > works great, but when I try to get the same Web page from a

[PHP-WIN] FYI on GD dll

2001-08-20 Thread Angie Tollerson
Some of you may already know this but I just found out so this is for the new users who haven't caught on yet like me: I thought I had discovered a php bug in the new version 4.0.6 with the gd functions but it is actually GD that is the problem as explained by Rasmus. They released a beta vers

[PHP-WIN] mail on win2000 server

2001-08-20 Thread P.Agenbag
Hi, I'm having lots of problems with getting PHP to send mail on a win2000 server box. The php.ini file is correctly setup and it is pointing towards the box on the local network that accepts SMTP connections. ( There is no SMTP running on the webserver itself). I keep getting "faild to connect" w

Re: [PHP-WIN] Problem with loading module for Oracle

2001-08-20 Thread Ridai Govinda Pombo
I'm having a diferent problem with this module. Take a look a the message: Unable to load dynamic library 'C:\Inetpub\PHP\extensions\php_oci8.dll' - The specified procedure could not be found. I thought it was some problem with my ORACLE instalation, then a checked it and realized tha a didn't h

[PHP-WIN] PHP in Opera browser and TTF issues.

2001-08-20 Thread Gustavo Vázquez
Hi guys. I need a little help. I had made a small PHP script to generate a .jpeg dinamically. In IE it works great, but when I try to get the same Web page from an Opera browser, I get the Image box but not image at all. By the other side, when I get the .jpeg in the IE and I try to print it or sa

[PHP-WIN] RE: Anybody have an example of connecting MSSQL?

2001-08-20 Thread Juan Carmona
Here is an example more complete... (i think ;) $cn = mssql_connect("", "", ""); mssql_select_db(""); $rs = mssql_query("select * from products", $cn); Best regards Juan Carmona Jeff Howard <[EMAIL PROTECTED]> escribió en el mensaje de noticias [EMAIL PROTECTED] > I have been extremely

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-20 Thread Shane Caraveo
Craig Morrison wrote: > > To solve the questions about where to copy your PHP dll directory > files I have put together a simple set of instructions that will > help get things so that Windows can find them *without* you having > to copy them anywhere. > > NT/2000 PATH Environment > >7)

Re: [PHP-WIN] simple odbc/insert problem

2001-08-20 Thread LondonVibe
i think my post should have gone. " I know Nothing" :) the original code was from a select script which works... i thought is was as simple as changing the select for insert doh ;)... the var's from the form are all strings and they do reach the script... i'm just not sure of the code to

RE: [PHP-WIN] simple odbc/insert problem

2001-08-20 Thread Erik H. Mathy
> thx erik... i missed the first one (comment)... still get > error... Couldn't > execute statement1 third not sure on the odbc_exec.. OK, I must be brain dead this morning. ;) - original code - // connect to system dsn odbc name login and password or die $connect = odbc_connect("DB

Re: [PHP-WIN] simple odbc/insert problem

2001-08-20 Thread LondonVibe
"Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message 001d01c1298a$c45958e0$1300020a@erik_laptop">news:001d01c1298a$c45958e0$1300020a@erik_laptop... > > new to php so be nice :) > > Always! ;) > > > win2k iis5.ms access.. > > Check... > > > // connect to system dsn odbc name login and pass

RE: [PHP-WIN] simple odbc/insert problem

2001-08-20 Thread Erik H. Mathy
> new to php so be nice :) Always! ;) > win2k iis5.ms access.. Check... > // connect to system dsn odbc name login and password or die > $connect = odbc_connect("DB","name","pword") or die (" not connected"); > > $sql="INSERT INTO basket (Item,Amount,Price) Values > ('$id','$amount','$

[PHP-WIN] Re: simple odbc/insert problem

2001-08-20 Thread LondonVibe
just found the php.db group... wrong place... sorry "Londonvibe" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > new to php so be nice :) > > win2k iis5.ms access.. > > what is the order for adding var's to a access DB ?? > i can read data form the DB ok

[PHP-WIN] simple odbc/insert problem

2001-08-20 Thread LondonVibe
new to php so be nice :) win2k iis5.ms access.. what is the order for adding var's to a access DB ?? i can read data form the DB ok.. even print it out in a nice table :)... but not sure how i write to the DB... it's driving me mad... any help or faq's would be cool... code i tried... w

[PHP-WIN] Re: Multi-Task on PHP by submitting a form!

2001-08-20 Thread «davidc»
: In the mail.php, i was thinking to add another process just after the mail : process had finish, which will insert the data from the from to : mysql_database. You could include(); the file that adds it to the database. I know what you're getting at, I do it myself. «dc» -- PHP Windows Mai

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-20 Thread Angie Tollerson
Thanks Craig! Now go home for a day and get some rest! :) *wink, wink* Angie >>> Craig Morrison <[EMAIL PROTECTED]> 08/20/01 09:39AM >>> To solve the questions about where to copy your PHP dll directory files I have put together a simple set of instructions that will help get things so that Win

[PHP-WIN] Paths, Windows and PHP

2001-08-20 Thread Craig Morrison
To solve the questions about where to copy your PHP dll directory files I have put together a simple set of instructions that will help get things so that Windows can find them *without* you having to copy them anywhere. Please note, you still have to tell PHP in php.ini where the extension dire

RE: [PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Asendorf, John
No problem... I do this with a file upload. Just include a mail function before or after the other work you do with the information: if ( isset ( $files ) ) { //send an email to the webmaster if someone hits this area MAIL( "[EMAIL PROTECTED]", "CC Resolution Uploads Attempted", "From: $email\

Re: [PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Angie Tollerson
Jack, Yes, you can do as many things as you want in a php document before you have die() at the end :) Angie >>> "Jack" <[EMAIL PROTECTED]> 08/20/01 08:12AM >>> Dear all I was trying to get a user input form to insert to a mysql_database and e-mail to me! Is it possible to make php perform two t

[PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Jack
Dear all I was trying to get a user input form to insert to a mysql_database and e-mail to me! Is it possible to make php perform two task in one single submit button? The form will post the input --> mail.php. In the mail.php, i was thinking to add another process just after the mail process ha

Re: [PHP-WIN] win2000

2001-08-20 Thread PHP
"Angie Tollerson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... LOL, Glad to see you got it working Darren, What was the problem? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "PHP" <[EMAIL PROTECTED]> 08/16/01 09:3

php-windows Digest 20 Aug 2001 08:21:41 -0000 Issue 711

2001-08-20 Thread php-windows-digest-help
php-windows Digest 20 Aug 2001 08:21:41 - Issue 711 Topics (messages 8944 through 8945): Restricting access to system files 8944 by: Erick Baum 8945 by: Phil Driscoll Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the dige

Re: [PHP-WIN] Restricting access to system files

2001-08-20 Thread Phil Driscoll
On Monday 20 August 2001 3:21 am, Erick Baum wrote: > Hello, > > Maybe I have missed something very obvious in the setup of PHP on our > Windows2000 server with IIS5. But I cannot seem to figure out how to stop > people from being able to "read" any file on the system they wish by simply > FOPENi