[PHP-WIN] Contact Management Scripts?

2003-08-14 Thread Arthur
I am looking for a Contact Management system. I found these on the web: http://www.horde.org/turba/ http://www.phprojekt.com/ Does anyone have experience with these or do you know of others? Many thanks Arthur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-WIN] Connection on mysql.

2003-03-31 Thread Arthur Franco
of the variable, that in this example is my user for connection on mysql. Someone have a better way to hide mysql user and password in php files? Arthur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-27 Thread Arthur Radulescu
documentations or solutions that might exist! Thankx, Arthur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] connecting to oracle on a win system

2003-02-27 Thread Arthur Radulescu
Hello! Can anyone tell me what should I do to connect to an oracle database on a windows system (both PHP and Oracle are found on the same system). Right now I am connecting trough ODBC and it works fine but I canot use some of the native php functions for working with oracle. Thankx, Arthur

[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-19 Thread Arthur Radulescu
documentations or solutions that might exist! Thankx, Arthur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP questionaire

2003-02-13 Thread Arthur Radulescu
Hello! Does anyone have or can help me find a good PHP questionaire (quiz). If you have any ideea about one for MySQL this would be highly appreciated. Thankx, Arthur -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Timeout

2002-10-11 Thread Chevalier, Arthur
Hi all, I am experiencing a timeout issue when trying to connect/query to one of our Sybase Databases. I have no problems connecting/querying to all of my other databases. Does anyone know the parameters either in the php.ini or in the apache httpd.conf file that I can update to eliminate this

[PHP-WIN] Recieve option value from a form.

2002-09-25 Thread Arthur
Below is the code to create a form. (This for works fine) How do I recieve on 'SalesCreate.php' . Many thanks, Arthur. print (""); print ("Select Sales info:"); print (""); while ($RowSales = mysql_fetch_array ($ResultSales)) {

[PHP-WIN] Create ZIP file with PHP

2002-09-22 Thread Arthur
downloadable while maintaining it file extension. Any suggestions would be appreciated. Thanks Arthur. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Basic Question about closing a file

2002-09-12 Thread Arthur
The file in the code below is not closing successfully. Variable $FC = 1. Can someone tell me what is going on? Thanks Arthur $OpenCSV = fopen ($FileCSV, "w"); if ($OpenCSV = fopen ($FileCSV, "w")) { print ("The Sales CSV file was opened successfully\n"); } el

[PHP-WIN] Re: Beginner question - blank php page

2002-07-04 Thread Arthur
ion/x-httpd-php .php" -- - Click here for Free Video!! http://www.gohip.com/free_video/ "Arthur" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Just installed php for the first

[PHP-WIN] Re: Beginner question - blank php page

2002-07-03 Thread Arthur
My setup: Win98 Apache 1.3 (docs say v2 not work on win98) PHP4 File = htdocs/test.php (test.html works fine) Code: -- - Click here for Free Video!! http://www.gohip.com/free_video/ "Arthur" <[EMAIL PROTECTED]> wrote i

[PHP-WIN] Beginner question - blank php page

2002-07-03 Thread Arthur
Just installed php for the first time. Called up a hello wold page and the page is blank. Can someone tell me what I'm doing wrong? TIA Arthur -- - Click here for Free Video!! http://www.gohip.com/free_video/ -- PHP Windows Mailing

[PHP-WIN] world cup

2002-05-21 Thread arthur franco
Does anyone have a world cup mysql database or a script in php that can create the tables or the world cup? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] removing PHP from system

2001-10-05 Thread Chevalier, Arthur
Hello, I am looking to remove PHP from my system so that I can perform a fresh install. What is the easiest way to go about this? Thanks, Art Chevalier Sybase Replication Administrator Space and Naval Warfare Center, Chesapeake 1-757-523-8303 -- PHP Windows Mailing List (http://www.php.net/

[PHP-WIN] function/extension help

2001-10-05 Thread Chevalier, Arthur
Hi, I am very new to PHP. I installed it on a box with Win 2K and IIS. I am trying to utilize the Sybase functions, but I keep getting the following error: Fatal error: Call to undefined function: sybase_connect() in c:\inetpub\wwwroot\sybase.php on line 2 Can anyone possible tell me how to

[PHP-WIN] attach file problem.

2001-08-01 Thread arthur
rt of my script that I add the attachment. Thanks Arthur Franco if ($attach != "none") { $file = fopen($attach, "r"); $contents = fread($file, $attach_size); $encoded

[PHP-WIN] Attachment in mail().

2001-08-01 Thread arthur
I'm having a big problem with mail(). Í'm trying to add a attachment, but the only way I have found is using Mime. Does anybody know if there's a way to add a attach file and how can I do it??? If somebody knows and have an example, I would be really glad. Arthur Franco

Re: [PHP-WIN] apache/php help!!!!!

2001-04-21 Thread Arthur Melkonyan
you should copy PHP4TS.DLL file into c:\windows\system32 not system folder try that. good luck -art Neil wrote: > i just installed apache web server and php4.0 on WINDOWS 98 platform > > and moved php4ts.dll into my c:\windows\system folder. > now every time i run a php page, I get a crash sayi

Re: [PHP-WIN] PHP 4 Session

2001-04-20 Thread Arthur Melkonyan
Thank for help Flint Doungchak wrote: > Hey Arthur, > > Make sure that in your php.ini file that the save path is defined to > someplace that exists and PHP has permissions to write to. I suspect that > the c:/temp folder that is the default for php.ini file doesn't exist.

[PHP-WIN] PHP 4 Session

2001-04-20 Thread Arthur Melkonyan
Any one knows how to make session run properly on windows9x/NT These are the error I get when I run session: Warning: open(/tmp\sess_31206e8763f2d300416fd476be5f591e, O_RDWR) failed: m (2) in Unknown on line 0 Warning: Failed to write session data (files). Please verify that the current setting