[PHP-WIN] COM/excel/graphs

2002-03-29 Thread [EMAIL PROTECTED]
hello, I'm trying to draw some graphs using COM objects, but it seems I can't set any property.. here's my script snip: $ex = new COM("Excel.sheet") or Die ("No COM"); print("Application name: {$ex->Application->value}"); print("Loaded version: {$ex->Application->version}"); $wkb =

[PHP-WIN] Merging C++ code or export DLL files in php application

2002-10-21 Thread [EMAIL PROTECTED]
Well, the story is that I have developed a MFC database application with MS-Access database and i want to upgrade it. The application has many and complex modules, written in C++, compiled with Visual C++ 6.0. I want to rewrite the application in PHP based on MySql database. I don't want to write t

[PHP-WIN] help in installation in PHP

2002-10-31 Thread [EMAIL PROTECTED]
Hello, i have a question about installing and making PHP work with window IE, i installed the latest PHP application onto a WINDOW XP pro version OS. i am not even sure i installed it right or not plus i don't know how to get window IE to recognize the php extension after i made a small script in

[PHP-WIN] crypt MySQL password

2001-05-03 Thread [EMAIL PROTECTED]
I have a form that I use for to collect the data in MySQL and I would to crypt my $DBpassword .. Could you help me with an example ? Thank you very much to all Paul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-WIN] Form & MySQL

2001-05-03 Thread [EMAIL PROTECTED]
a simple INSERT would do the job. > > To encrypt password use md5(). > > > > Johannes > > > > ""fipo2001"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Please, help

RE: [PHP-WIN] PHP and HTML

2001-05-08 Thread [EMAIL PROTECTED]
have a php page as your default page, since most webhosters will accept only index.htm(l) for that. Don't know a clean way how to get round this problem though (without having to use redirects or similar things in the index.html) > -Original Message- > From: Jordy [mailto:[EMA

RE: [PHP-WIN] PHP and HTML

2001-05-09 Thread [EMAIL PROTECTED]
Original Message- > From: hassan el forkani [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 9. Mai 2001 13:49 > To: [EMAIL PROTECTED]; Jordy; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] PHP and HTML > > > ?? > you can configure apache to parse files with .html extension too > &g

[PHP-WIN] Monitor file downloading

2001-07-06 Thread [EMAIL PROTECTED]
dea ? Thank you. Pierre --- L'e-mail gratuit pas comme les autres. Pour créer votre adresse : http://www.nomade.fr/courrier/ouvrir.asp NOMADE.FR, pourquoi chercher ailleurs ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-WIN] Start Accepting Credit Cards``

2001-08-28 Thread [EMAIL PROTECTED]
PROTECTED]?subject=remove lilkc9c -- PHP Windows 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

[PHP-WIN] *Great Mortgage Rates^

2001-09-01 Thread [EMAIL PROTECTED]
lto:[EMAIL PROTECTED]?subject=remove xqw3j -- PHP Windows 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-ma

[PHP-WIN] include_path

2003-02-28 Thread [EMAIL PROTECTED]
I'm new with php. I've installed apache 1.27, php 4.2.2 with windows 2000 and I'm trying to realize a web site. The include_path setting is: ".;C:/xxx/yyy/includes/others;C:/xxx/yyy/includes/myfiles" I get authentication.php in my include path and, unfortunatly, an other authentication.php does

[PHP-WIN] question about mail function

2003-06-16 Thread [EMAIL PROTECTED]
hi everybody,      i'am have problem about php send mail function, how can i send extra header with it's. I'am crazy now because I can send it by using users defined variable , but when I've send it with a html form, it's don't work at all by use $_POST variable   please help me, thanks you,

[PHP-WIN] store current page name in variable?

2001-01-17 Thread [EMAIL PROTECTED]
PHP? Does that system variable point to the page or can it also point to a frame within a page? Thanks, Gert -- PHP Windows 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-ma

[PHP-WIN] NetZoom for Network Diagramming!

2001-02-15 Thread [EMAIL PROTECTED]
The NetZoom Guarantee (http://www.altimatech.com/altimatech/products/guarantee.htm) 2. Live customer service and free technical support between 8:30-5:30 PM Central Time (US), Monday through Friday. Please call 630.790.0500 or send email to: [EMAIL PROTECTED] 3. A partnership program with lea

[PHP-WIN] asp to php

2001-03-23 Thread [EMAIL PROTECTED]
amail") objMail.To = Request.Form("suamail") objMail.Bcc = "[EMAIL PROTECTED]" objMail.Subject = "## example ##" 'Composizione body Body=Body&"Buongiorno,"&chr(13) &chr(10) objMail.Body = Body objMail.Send Set objMail = Nothing

[PHP-WIN] Re:[PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread [EMAIL PROTECTED]
tial Header --- From : "Steve McGill" <[EMAIL PROTECTED]> To : [EMAIL PROTECTED] Cc : Date : Tue, 31 Aug 2004 10:35:01 +0200 Subject : [PHP-WIN] Strange 'if' test bug? Sorry if this is a newbie FAQ, Will print completely the wrong line

Re: [PHP-WIN] why isn't php being parsed?

2005-02-01 Thread [EMAIL PROTECTED]
Hi there, First, prolly, your file needs to be called chair1.php instead of chair.html... Second, you should add something in the lines of: if (isset($_POST["submit"])) { email sending code here... } If not, the users, when they reach the page will send an empty form to the email... Cheers

Re: [PHP-WIN] why isn't php being parsed?

2005-02-01 Thread [EMAIL PROTECTED]
e form when I test it. The problem is, I only receive the date the form was filled out minus any of the values. I also get the error msg: Warning: Cannot add header information - headers already sent by ... I looked this up and added: to my script, but I still get the error. --- "[EMAIL

[PHP-WIN] DocGuru - PHP Documentation Tool 1.0 Released

2005-02-07 Thread [EMAIL PROTECTED]
automatically. 8. Can cope with large projects easily. For more information and to download DocGuru Professional 1.0 please visit the DocGuru home page at http://www.cerauno.com . Download DocGuru 1.0 If you have any questions about DocGuru please send mail to [EMAIL PROTECTED] Best Regards

[PHP-WIN] php & VoIP

2005-11-15 Thread [EMAIL PROTECTED]
Hello, I wrote an application for VoIP where the IP addresses are retrieved through some PHP scripts as well as all the mysql db updates; it works fine until the clients are connected to internet with a public IP address. As soon as a call is made to a client that is behind a NAT the connectio

[PHP-WIN] XML-RPC Windows

2008-08-05 Thread [EMAIL PROTECTED]
I hope someone can help. I have been using the PHP XML-RPC extensions with great success on Linux. I recently decided to make my live a bit easier on the move by installing all necessary components on my Windows machine (I know...) On Linux the PHP script below works fine but on Windows the cal

[PHP-WIN] How to install PECL

2008-09-23 Thread [EMAIL PROTECTED]
Dear netters, Is anyone know how to install PECL? I am trying open Paradox database file but after I download the library file for open Paradox database file in pecl.php.net I got source file in C. How to compile the PECL in C, or is there anyone who has paradox.dll? So I must not compile the

[PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
\n"); } ?> I suppose it should be display ~~ a b c ~~ but it doesn't work, pls help. the emtpy page was displayed. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
oh. thx for yr help^_^ "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 30 Jul 2001, delol@2k@php¤¤.. wrote: > > > > $a = array("a","b","c"); > &

Re: [PHP-WIN] array problem??

2001-07-29 Thread [EMAIL PROTECTED]@php¤¤..
O.thank for yr help..^_^ "Mike Flynn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 11:32 AM 7/29/01 -0700, Rasmus Lerdorf wrote: > > > > > $a = array("a","b","c"); > &

Re: [PHP-WIN] Re: php win2003 - No input file specified.

2007-04-30 Thread n &lt;[EMAIL PROTECTED]>
oject (with the .com) or else http://localhost/subproject if you are opening the browser on the server. -- Jeremy "Simeon Goranov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have a strange problem with php , running on windows2003 with IIS. PHP is installed

Re: [PHP-WIN] php-windows请查收!

2007-06-14 Thread n &lt;[EMAIL PROTECTED]>
Hey! This is spam! :D I didn't notice until I scrolled to the few parts written in English... lol 安规系统工程实践 skrev: > 若您不需要此类邮件, > > 请回复主题至 [EMAIL PROTECTED] 我们会在10个工作日内为您退订! > > 安规系统工程实践 > > 主办单位:斐-捷-企-业-顾-问-有-限-公

[PHP-WIN] Sessions working/not

2007-02-07 Thread Ken Kixmoeller -- reply to [EMAIL PROTECTED]
Hey - -- - Would anyone be so kind as to un-stick my brain? I can't get sessions to work on my development machine (localhost). They work fine on my testing server (an internal IP). Development: W2K, Testing Server W2K Server, both using IIS 5, PHP 5.2. The php.ini SESSION settings are the

Re: [PHP-WIN] Sessions working/not

2007-02-08 Thread Ken Kixmoeller -- reply to [EMAIL PROTECTED]
On Feb 7, 2007, at 9:25 PM, Armando wrote: What URL are you using on your dev machine in the web browser when testing? http://localhost...? I would try instead explicitly specifying the machine's IP. I've had some weird issues come up in developing when I try and use 'localhost'. Cheers.