confirm subscribe to php-windows@lists.php.net

2012-09-11 Thread php-windows-help
Hi! This is the ezmlm program. I'm managing the php-windows@lists.php.net mailing list. I'm working for my owner, who can be reached at php-windows-ow...@lists.php.net. To confirm that you would like arch...@mail-archive.com added to the php-windows mailing list, please send an e

RE: [PHP-WIN] RE: [SUM] (sic) Changing/checking php.ini, and yet still the 'wrong' include_path

2008-01-10 Thread php
I ran into this as well when I recently set up PHP on IIS. Adding the PHPRC environment variable as per this page is what solved it for me. http://www.php.net/manual/en/faq.installation.php#faq.installation.phprc Reboot afterward -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Array Question

2007-08-17 Thread tg-php
with the exact same name. How do I grab the right info? I have been using mydata ~ the array name. mydata['contactID'] Should I instead use the array value so mydata[8]? ___ Sent by ePrompter, the premier email notificati

Re: [PHP-WIN] ORDER BY is not sorting

2007-07-31 Thread tg-php
ck 4, 3, 2, > 1? or still 1, 2, 3, 4? > > You might try displaying more data from the result set to see if there's > some other issue. > > And have you tested the SQL statement just using MySQL via command line, > phpMyAdmin, WinSQL, Navicat, or something like that? > &g

Re: [PHP-WIN] ORDER BY is not sorting

2007-07-31 Thread tg-php
hpMyAdmin, WinSQL, Navicat, or something like that? -TG = = = Original message = = = Sorry, this seams very trivial but I can not sort the result set for any field. What am I doing wrong? php & mySQL 5 ' ?> 1 2 3 4 TIA Mark -- PHP Windows Mailing List (http://www.php.net/)

Re: [PHP-WIN] photo gallery plugin

2007-07-26 Thread tg-php
Gallery2 and Coppermine are two big PHP photo gallery apps. http://gallery.menalto.com/ http://coppermine-gallery.net/index.php = = = Original message = = = Does anyone have a recommendation on a photo gallery plug in that works with php and mySQL. I have a car club and want to allow members

RE: [PHP-WIN] Query Syntax - WHERE fieldname1='fieldvalue1'ANDfieldname2='fieldvalue2'

2007-05-22 Thread tg-php
but it doesn't work `` interprets the literal value $field_name as the column name and not its contents "trans_type". Warning: mysql_query() [http://www.mysql.com/doc]: Unknown column '' in 'field list' in C:\apache2triad\htdocs\sunlakes\test3.php on line 83 Unkno

Re: [PHP-WIN] Query Syntax - WHERE fieldname1='fieldvalue1'ANDfieldname2='fieldvalue2'

2007-05-22 Thread tg-php
not work. But thank you for trying. Warning: mysql_query() [http://www.mysql.com/doc]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM classifieds WHERE (trans_type = 'For Sale') AND

Re: [PHP-WIN] PHP generated Excel Spreadsheets

2007-05-22 Thread tg-php
n though it's capabilities are kind of limited. Some people may mention COM, but that's kind of an ugly solution. You'd need Excel installed on the machine you had PHP running on and you gotta be really sure you close Excel properly when you're done using it. If I recall, the

Re: [PHP-WIN] Fw: COM surgery

2007-01-17 Thread tg-php
com 03-Jun-2004 11:37 #no author name# 03-Oct-2003 12:55 php at dictim dot com 06-Sep-2003 01:17 admin at purplerain dot org 19-Apr-2002 04:34 Since you had a specific question about Word, let's see if we can give a quick example. Starting with Shawn Coppock's example, because he

Re: [PHP-WIN] Fw: COM surgery

2007-01-16 Thread tg-php
There's thousands of things you can access via COM. Windows uses it extensively. Every application in Microsoft Office uses COM. I've used COM between Excel and MapPoint to generate maps (and yeah, I created a PHP script to access MapPoint directly.. but it was just easier to do it

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-11 Thread tg-php
ble and go over both with a fine toothed comb. -TG = = = Original message = = = Thanks for the suggestion...I tried that...i didn't make a difference. Here's another thing I noticed. PHP seems to be using the default settings. When I drop a php.ini file in C:\Windows (where php is look

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
te is running under and click properties. 3. Go to the Identity tab and see what user is selected. 4. Give that user permissions to your php files/directory. " If all else fails and you want to see if it's a permissions thing, set permissions to "Everyone - Full Control" o

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
I had a similar issue a couple years ago when I was running Apache/PHP on a Windows box at a previous job. The information below helped. Check all the locations (regardless of what PHP is reporting it's using for php.ini's path). Try making some simple change that will show up

Re: [PHP-WIN] Problem with removable media

2006-11-15 Thread tg-php
m and see if any of those guys have found a good way to do it, since not only is it PHP + Windows specific, but non-web browser based coding that deals directly with Windows API issues. And lastly, may be able to get info via COM interface with some other Windows apps, but I think this is a long

RE: [PHP-WIN] @mssql_connect() versus mssql_connect()

2006-10-13 Thread tg-php
I've ever had to use @ to suppress an error was with an fgets() call that produced the following error: "Warning: fgets(): SSL: fatal protocol error in /var/www/secure/scriptname.php" I didn't save the link to the bug, but it's apparently a bug in PHP and the only s

Re: [PHP-WIN] Cam control

2006-04-18 Thread tg-php
There's probably libraries out there for dealing with serial and parallel operations with PHP and I'm sure someone will point one out. In the meantime and maybe as an addition to it, you might check out Winbinder (http://www.winbinder.com) it's a native Windows API interface

[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
WEB >SERVER, then your best bet is probably to figure out how to print that >PDF from MS-DOS and then to use http://php.net/exec to print it, I >would guess... > > It's from a cli PHP install on a local machine :-) >You might be able to use PHP to open up a COM object t

[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
as listed below, then it SHOULD exit properly. If not, it's a problem with the app and not with your code. Try performing the CLI command in a command prompt and see if the app exits properly before doing it in PHP.Something as common (and an open standard) like PDF, you should be ab

[PHP-WIN] Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
ometimes not) a "command" branch. This is what's run when you select that option from the right-click menu. And voila! We find that the command to use Acrobat to print (which can be executed from command line on a Windows machine) is: "C:\Program Files\Adobe\Acrobat 5.0\Acroba

Re: [PHP-WIN] Is this a PHP bug?

2005-10-17 Thread tg-php
intval($address); outputs "123" not "12345" But as explained, the lack of numbers (specifically at the front end of the string) produces a numerical zero. As to "numbers should be converted to strings" that was sort of my initial thoughts when I started using PHP, bu

[PHP-WIN] Re: [PHP] Removing Items from an Array

2005-10-13 Thread tg-php
think you can modify this to work with what you're doing. > > Let me know if you have any questions about this example. > > -TG > > > > = = = Original message = = = > > Hi all, > > I'm really struggling here! I have a large, multi-dimensional array

Re: [PHP-WIN] PHP5 and MySQL

2005-05-23 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am using PHP 5.0.4, which is installed as an IIS ISAPI module, and MySQL 4.1.11. According to php.net, I am suppose to use the mysqli extension. Have you tried such a combination? I've tried everything you'd mentioned and it just does work. Graeme wrote: > I don't use My

[PHP-WIN] Re: [PHP] Re: Storing CCN's Again...

2005-02-09 Thread tg-php
, and may easily have left out some (okay a lot) of crucial details. If you're storing CC Numbers with *JUST* the 2-way encryption, maybe you're doing it wrong. I dunno for sure, but *I* think so. Go hire a professional security audit and find out. YMMV IANAL NAIAA -- Like Music? htt

Re: [PHP-WIN] outlook calendar

2005-02-07 Thread tg-php
anything interesting. -TG = = = Original message = = = [EMAIL PROTECTED] wrote: > $comobjOutlook = new COM("outlook.application") or die("Unable to instantiate > outlook"); $comobjOutlook -> Activate; > PHP 5.0.3 crashed after trying this... it complained that there

Re: [PHP-WIN] outlook calendar

2005-02-07 Thread tg-php
= = = Original message = = = > Good morning, > > Is it possible to reach the data of the outlook calendar (on a server > exchange) with php? > > Thank you for advance I've never tried using PHP to connect to an Exchange server directly, but I've done some stuff w

Re: [PHP-WIN] From Browser to Print - ?????

2005-01-27 Thread tg-php
Check into maybe using CSS2 page breaks. I don't see any way to make PHP do it, but CSS2 has facilities for that. Try this: Requires IE 5.5 if I remember right. -TG = = = Original message = = = I have some PHP scripts that put output to the browser. I can then print them. However, I

Re: [PHP-WIN] Re: PHP MS-DOS

2005-01-26 Thread tg-php
e to correct me or add to what I've said. When people think Windows, they think GUI. So then you ask yourself, "Why does PHP need a GUI if we're only trying to run it in command line mode?". I guess one answer is that you really DONT need Windows, but in the evolution f

Re: [PHP-WIN] Re: SpreadSheet_Excel_Writer PEAR package

2005-01-19 Thread tg-php
. But hey... I could be wrong too. It's happened before. hah. Louis! You might check on the PEAR mailing list as well.. check their archives and such. Someone may have had a similar problem and they most likely discussed it there before they did here. http://pear.php.net Good luck! Let us kn

[PHP-WIN] RE: [PHP] php editor

2005-01-13 Thread tg-php
It's true that googling would produce a list of PHP-happy editors, but the intended question seems to be more along the lines of "What does everyone like? Use? Prefer?" That's not something that's always found on lists you'd get off of google. Helpful respons

RE: AW: [PHP-WIN] Word COM Object

2005-01-07 Thread tg-php
message = = = Wow thanks! I will try this out. I really appreciate the help. Ron >From: [EMAIL PROTECTED] >To: php-windows@lists.php.net >Sent: 01/07/2005 9:54 AM >Creating a new document in Word, inserting Page Breaks then saving it as a web page revealed that Word seems to use CSS ta

RE: AW: [PHP-WIN] Word COM Object

2005-01-07 Thread tg-php
as HTML then open it using the Word COM object then save it as a doc, it parses correctly...but since there is no HTML page break function...all of the bios run one after the other, when what I really need is each Bio starting on a new page. This is killing me! Ron >From: Sven Schnitzke >To:

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
arry on to the next statement, as should happen, PHP seems to see the error and immediately error out. I cannot replicate this using a VB windows client. Is this normal behaviour using COM? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
arry on to the next statement, as should happen, PHP seems to see the error and immediately error out. I cannot replicate this using a VB windows client. Is this normal behaviour using COM? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Substr function

2004-12-13 Thread tg-php
Thanks Steven ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 3 Dec 2004 15:50:30 -0000 Issue 2494

2004-12-03 Thread php-windows-digest-help
php-windows Digest 3 Dec 2004 15:50:30 - Issue 2494 Topics (messages 25109 through 25112): Re: Category/SubCategory 25109 by: Bobo Wieland Re: How to configure PHP5 with support of Java 1.4 on window platform 25110 by: Seung Hwan Kang Re: new mysql.dll for php

php-windows Digest 2 Dec 2004 20:19:55 -0000 Issue 2493

2004-12-02 Thread php-windows-digest-help
php-windows Digest 2 Dec 2004 20:19:55 - Issue 2493 Topics (messages 25107 through 25108): Re: new mysql.dll for php... 25107 by: Gryffyn, Trevor Category/SubCategory 25108 by: Tony Devlin Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To

php-windows Digest 1 Dec 2004 15:53:02 -0000 Issue 2491

2004-12-01 Thread php-windows-digest-help
php-windows Digest 1 Dec 2004 15:53:02 - Issue 2491 Topics (messages 25101 through 25102): Re: Permission deny on connecting MS Access database 25101 by: Michael Adams Strange internet problem 25102 by: Charles P. Killmer Administrivia: To subscribe to the digest, e-mail

php-windows Digest 30 Nov 2004 13:40:34 -0000 Issue 2489

2004-11-30 Thread php-windows-digest-help
php-windows Digest 30 Nov 2004 13:40:34 - Issue 2489 Topics (messages 25065 through 25080): cannot send mail via localhost 25065 by: Ross Hulford 25066 by: Mike 25067 by: Mike Problemas con las igualdades 25068 by: T4NG0 problem to open dir 25069 by

[PHP-WIN] Re: Online-php-games

2004-11-29 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Cyrus Misthalin wrote: > Does someone of you own a php-online-game? I am curretly coding quite a complex MMO game in php, based around a mySQL db, if you have a look at wardrox.com you will see the game. Post in the forum if you have any further questions and i would be glad to help. --

php-windows Digest 27 Nov 2004 13:13:51 -0000 Issue 2485

2004-11-27 Thread php-windows-digest-help
php-windows Digest 27 Nov 2004 13:13:51 - Issue 2485 Topics (messages 25049 through 25052): Re: HI! can u help me? 25049 by: Mike Cookie's folder 25050 by: Darkravin Cannot load mysqli extension error or login prompt 25051 by: kutuu 25052 by:

php-windows Digest 26 Nov 2004 22:30:50 -0000 Issue 2484

2004-11-26 Thread php-windows-digest-help
php-windows Digest 26 Nov 2004 22:30:50 - Issue 2484 Topics (messages 25046 through 25048): Re: Permission deny on connecting MS Access database 25046 by: Luis Moreira [maybe minor ot] cache probs. 25047 by: Bobo Wieland HI! can u help me? 25048 by: Kurlic

php-windows Digest 24 Nov 2004 09:39:57 -0000 Issue 2481

2004-11-24 Thread php-windows-digest-help
php-windows Digest 24 Nov 2004 09:39:57 - Issue 2481 Topics (messages 25035 through 25037): Command to find platform used 25035 by: Harpreet 25036 by: Wagner, Aaron Re: What's wrong with these two programs? 25037 by: Michael Adams Administrivia: To subscri

php-windows Digest 23 Nov 2004 15:57:20 -0000 Issue 2480

2004-11-23 Thread php-windows-digest-help
php-windows Digest 23 Nov 2004 15:57:20 - Issue 2480 Topics (messages 25027 through 25034): Re: What's wrong with these two programs? 25027 by: Armando 25028 by: Michael Purdy 25032 by: Gryffyn, Trevor Re: Passing an Array in HTML 25029 by: Michael

php-windows Digest 23 Nov 2004 03:36:10 -0000 Issue 2479

2004-11-22 Thread php-windows-digest-help
php-windows Digest 23 Nov 2004 03:36:10 - Issue 2479 Topics (messages 25013 through 25026): 'Unable to load' extension dll if VS.net 2003 not installed 25013 by: Tang, Ming-Chung 25025 by: Edin Kadribasic Insert keys into an array using variables 25014

php-windows Digest 22 Nov 2004 14:20:12 -0000 Issue 2478

2004-11-22 Thread php-windows-digest-help
php-windows Digest 22 Nov 2004 14:20:12 - Issue 2478 Topics (messages 25012 through 25012): How can I? 25012 by: Tony Devlin Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to

[PHP-WIN] Re: PHP and RedBack COM objects

2004-11-20 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am looking to purchase one EIM2-SE8-L3-4GE. Please call or email me if you have any of these available. Thanks. John Stafford 973-239-0752 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Error opening dictionary with php pspell function pspell_new

2004-11-10 Thread PHPDiscuss - PHP Newsgroups and mailing lists
from the Windows > command prompt fine. PHP thinks the pspell module is loaded OK. > However, when I try to execute the pspell_new function I get the > following: - > "Warning: PSPELL couldn't open the dictionary. reason: No word lists > can be found for the langua

[PHP-WIN] PHP email issue (sent time wrong)

2004-10-20 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hello wondering if anyone has an answer to a problem that has risen during the testing phase of an application migration. Recently we have migrated php code from a Linux Server with a My SQL database to php code on MS .NET platform with a MS SQL 7.0 database. When we send email from the

[PHP-WIN] php_mysql.dll - WON'T WORK!!

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure cou

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure cou

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure cou

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure cou

Re: [PHP-WIN] PHP and SQL 2000

2004-08-12 Thread PHP MySQL
hi list, I set mssql.secure_connection = On in php.ini file and my php file is now successfully getting connected to the SQL 2000 database. Thank u very much for ur helpspecial thanks to Frank. Regards, penjo Yahoo! India Matrimony: Find your life partneronline.

[PHP-WIN] PHP and SQL 2000

2004-08-11 Thread PHP MySQL
hi there, i have been trying to connect to a sql 2000 server database. I am able to connect using the DSN-connection: i.e., the following code works: "; while (odbc_fetch_row ($process)) { $Description = odbc_result($process, "FullDescrp"); echo "$Description "; } odbc_close ($sqlconnect)

[PHP-WIN] Connecting to a database

2004-08-09 Thread PHP MySQL
hi list, I am given a task to connect to a database and display the info there onto the Web. So that whatever changes are made in the database...my web page will also show the newly changed data. I am planning to try doing this using PHP but as i am new to php...i don't know how

[PHP-WIN] Re: WinXP PHP Install Problem

2004-08-01 Thread \[php\]Walter
http://web.torres.ws/dev/php check this out, see if the instructions there help you at all. Walter "Bruce Guthrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've just installed PHP 4.3.8 on my WinXP, Apache 2.0.50, MySQL 4.0.20d > s

RE: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
k2 <[EMAIL PROTECTED]> wrote: It’s not a bother, it’s the purpose of the list. Yes. What I meant was that in order for the php script to be parsed it should be executed on a web server. if your html form resides in a file named [form.html], it should be executed like so: http://localhos

Re: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi, Yes this is the contents of the file. I tried to use ur code but it still displays the entire code and not just the line required. Any idea wht is wrong. thanks, penjo Luis Moreira <[EMAIL PROTECTED]> wrote: Is this the contebnt of the PHP file ? Hi .You are It can not st

RE: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi, 1) The lines in the form are in the correct order. 2)i tried using HTTP_POST['age']; ?> , but it still displays the entire code. Not quite sure wht u meant by "AUTOGLOBAL ON|OFF setting". If u meant register_globals in php.ini file, then it is set to on. 3) Regarding action.php: phpinf

[PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi list, i have managed to successfully install php and i am now going through the manual and trying a few of the examples given there. The examples i have tried till now are all working except for one. The example about inputting in the form and then displaying it through php is not

[PHP-WIN] php installation problem

2004-07-28 Thread PHP MySQL
Hello list, While installing phpafter i have configured everything, i am not able to get php running. While trying to run a test page consisting of the code: I get a dialog box saying that "You have chosen to download a file from this location". Upon opening the file, i get the

[PHP-WIN] PHP to mySQL connect...

2004-07-23 Thread \[php\]Walter
I have 2 machines, a server (Win NT server) and a workstation (Win XP Pro). On the server I have PHP, mySQL, Apache, Perl, etc. If I run this command from the prompt... G> mysql -h db.torres.ws -u user It connects fine. If I do this from PHP... $db_user = "user"

[PHP-WIN] doubt

2004-07-19 Thread PHP MySQL
Is this the address where i send my queries regarding any problems faced with php. Please help thanks, penjo Yahoo! India Careers: Over 65,000 jobsonline.

[PHP-WIN] virus and auto-reponders!

2004-07-12 Thread \[php\]Walter
ap generated by this message) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PDF Library/Extention

2004-07-12 Thread \[php\]Walter
[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Exactly what extension's do I use to generate PDF documents in PHP 4.2.3? I use this library... http://www.fpdf.org/ works great! Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Re: php_gettext and php_iconv extensions

2004-07-12 Thread \[php\]Walter
o that need to be in your extension_dir with > the PHP 4.3.4 package. FYI: I have *nothing* PHP related in my windows (or /system32) directory. Nothing at all. I do not have php.ini in there either. I have all my PHP files in their own directory; G:\etc\php as it happens. By placing &

[PHP-WIN] PHP + Ingres - Unable to load module 'ingres_ii'

2004-07-05 Thread PHP
Hi, I compiled PHP with Ingres support using VC++. First, I compiled php_ingres.dll and add it to php.ini. When I try to use php in command line it gaves me the message: "unable to load module 'ingres_ii', trashed c:\ingresii\ingres\files\symbol.tbl". But ingres works fine. T

[PHP-WIN] Help !!! PHP + IngresII Database

2004-06-17 Thread PHP
> Hi, > > I'm using Microsoft Visual C++ to compile php adding IngresII Database > support and after download the source code what file should I put > "--with-ingres=DIR" ? Is it "configure" file or this one is used only to > compile the unix source. Sh

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-17 Thread PHP
Hi, I'm using Microsoft Visual C++ to compile php adding IngresII Database support and after download the source code what file should I put "--with-ingres=DIR" ? Is it "configure" file or this one is used only to compile the unix source. Should I have php_ingres.dll ?

[PHP-WIN] Re: Feature request for PHP on windows

2004-06-06 Thread \[php\]Walter
"Court Shrock" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How about using the registry to store the location of the php.ini. It could > default to c:\windows for backward compatibility. I currently have multiple > versions of PHP setup on the same sys

[PHP-WIN] Re: Why doesn't php have a 'date' variable type?

2004-05-20 Thread \[php\]Walter
PEAR:Date Walter "Ross Honniball" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I accidently sent this to php-db mailing list earlier today. Apologies to > people who get it twice. > > Why doesn't php offer a standard class or variable type to h

[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What I get back is this... > > > > Unable to find wrapper "https" > > - did you forget to enable it when you configured PHP? > > You'll need to l

Re: [PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
ink openssl when > compiling on windows. there's a link on the streams documentation page > to a patch that does this. oh, my brain is leaking out my ear! I read these pages 4 times. I'm still no closer to this than I was when I started. Sorry, can someone translate this into

[PHP-WIN] Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
I did this... https://www.homier.com/security.asp?a=v&$mystr";; echo URLopen($url); // code from PHP docs... function URLopen($url) { // Fake the browser type ini_set('user_agent','MSIE 4\.0b2;'); $dh = fopen("$url&quo

[PHP-WIN] MCrypt Windows Problems

2004-05-03 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi, Running Windows XP, using PHP Triad 2.2(Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1)). Been trying to install the MCrypt library and get it to work. I have tried the php manual and several other sources of help but cannot get it to work. I have downloaded the libmcrypt.dll and

php-windows Digest 22 Apr 2004 12:11:37 -0000 Issue 2220

2004-04-22 Thread php-windows-digest-help
php-windows Digest 22 Apr 2004 12:11:37 - Issue 2220 Topics (messages 23514 through 23517): creating unique data series per category 23514 by: Rafi Sheikh 23515 by: Jason Barnett Re: Request: Get cURL 7.11.1 (current) included in PHP5 Win32 Builds 23516 by: Jason

php-windows Digest 21 Apr 2004 22:04:05 -0000 Issue 2219

2004-04-21 Thread php-windows-digest-help
php-windows Digest 21 Apr 2004 22:04:05 - Issue 2219 Topics (messages 23505 through 23513): Re: about handphone download picture, java game problem. 23505 by: Jason Barnett Re: --- Begin Message --- Lsf_80 wrote: hi all.. I have some doubts regarding the PHP programming in windows

php-windows Digest 21 Apr 2004 03:02:47 -0000 Issue 2218

2004-04-20 Thread php-windows-digest-help
php-windows Digest 21 Apr 2004 03:02:47 - Issue 2218 Topics (messages 23497 through 23504): Mething of Tracing PHP Script on Windows 23497 by: Stan Shaw Problems compiling php_imap.dll with SSL-Support for Windows 23498 by: Icwd.aol.com Re: Can you receive email with php

php-windows Digest 20 Apr 2004 14:58:41 -0000 Issue 2217

2004-04-20 Thread php-windows-digest-help
php-windows Digest 20 Apr 2004 14:58:41 - Issue 2217 Topics (messages 23488 through 23496): PDFLib Problem 23488 by: Sabin Finateanu Re: Java 23489 by: Brad Thomas Re: Domain name 23490 by: Brad Thomas about handphone download picture, java game problem

php-windows Digest 19 Apr 2004 20:52:28 -0000 Issue 2216

2004-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2004 20:52:28 - Issue 2216 Topics (messages 23485 through 23487): Re: Format integer to month name 23485 by: Dr. Robert Probst problems getting the GET method to work properly 23486 by: Leonardo Javier Belén 23487 by: Justin Patrin

php-windows Digest 19 Apr 2004 08:44:59 -0000 Issue 2215

2004-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2004 08:44:59 - Issue 2215 Topics (messages 23484 through 23484): Re: Format integer to month name 23484 by: Nadim Attari Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL

php-windows Digest 18 Apr 2004 14:09:14 -0000 Issue 2214

2004-04-18 Thread php-windows-digest-help
php-windows Digest 18 Apr 2004 14:09:14 - Issue 2214 Topics (messages 23482 through 23483): LDAP and GateWay 23482 by: sudar little problem moving from 4.3.3 to 4.3.6 23483 by: Bruno Boccara Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To

php-windows Digest 18 Apr 2004 00:19:21 -0000 Issue 2213

2004-04-17 Thread php-windows-digest-help
php-windows Digest 18 Apr 2004 00:19:21 - Issue 2213 Topics (messages 23475 through 23481): Problem with vowels usinc accent mark 23475 by: hch Re: Problems with mail on Windows 23476 by: Jordi Canals 23477 by: Luis Ferro 23480 by: Jordi Canals 23481

php-windows Digest 17 Apr 2004 03:24:09 -0000 Issue 2212

2004-04-16 Thread php-windows-digest-help
php-windows Digest 17 Apr 2004 03:24:09 - Issue 2212 Topics (messages 23471 through 23474): Re: Anyone who can help me?? 23471 by: Jattie van der Linde 23472 by: jon roig Problems with mail on Windows 23473 by: Jordi Canals Format integer to month name

php-windows Digest 16 Apr 2004 15:18:48 -0000 Issue 2211

2004-04-16 Thread php-windows-digest-help
php-windows Digest 16 Apr 2004 15:18:48 - Issue 2211 Topics (messages 23466 through 23470): Re: Question about PHP on Win2k Advanced Server 23466 by: Henrik Hornemann 23468 by: John Lim 23469 by: Anthony M. Saffer Anyone who can help me?? 23467 by: Peter

php-windows Digest 16 Apr 2004 00:22:22 -0000 Issue 2210

2004-04-15 Thread php-windows-digest-help
php-windows Digest 16 Apr 2004 00:22:22 - Issue 2210 Topics (messages 23448 through 23465): Re: changing permission of files (php+windows) 23448 by: Jattie van der Linde Re: Passing the session question 23449 by: Jattie van der Linde IIS virtual directory problem

php-windows Digest 15 Apr 2004 09:26:51 -0000 Issue 2209

2004-04-15 Thread php-windows-digest-help
php-windows Digest 15 Apr 2004 09:26:51 - Issue 2209 Topics (messages 23440 through 23447): fsockopen problem with Windows 2003 Server. 23440 by: Alain.Orset changing permission of files (php+windows) 23441 by: ffox REST Tutorial 23442 by: Belinda Valk

php-windows Digest 14 Apr 2004 07:28:31 -0000 Issue 2208

2004-04-14 Thread php-windows-digest-help
php-windows Digest 14 Apr 2004 07:28:31 - Issue 2208 Topics (messages 23433 through 23439): PHP Site unix to Windows Migration errors 23433 by: Stan Shaw 23434 by: Nunners 23435 by: Gerardo Rojas 23436 by: David Felton 23437 by: Stan Shaw

php-windows Digest 13 Apr 2004 12:02:40 -0000 Issue 2207

2004-04-13 Thread php-windows-digest-help
php-windows Digest 13 Apr 2004 12:02:40 - Issue 2207 Topics (messages 23427 through 23432): Re: Date Math 23427 by: Charles P. Killmer Re: How do I access the value of PHP_OS? 23428 by: simon.firepages.org IIS problem while using PHP 23429 by: DUSTIN RICH Re: PHP

php-windows Digest 12 Apr 2004 19:02:02 -0000 Issue 2206

2004-04-12 Thread php-windows-digest-help
php-windows Digest 12 Apr 2004 19:02:02 - Issue 2206 Topics (messages 23418 through 23426): Re: [POSTGRES] reading blob 23418 by: Svensson, B.A.T. (HKG) Re: accessing files from mapped drive from another server 23419 by: M.Staiger 23420 by: Williams, Dewey

php-windows Digest 12 Apr 2004 05:56:55 -0000 Issue 2205

2004-04-11 Thread php-windows-digest-help
php-windows Digest 12 Apr 2004 05:56:55 - Issue 2205 Topics (messages 23414 through 23417): Need help using "php.exe" 23414 by: Eugen 23416 by: DvDmanDT Re: Including remote PHP script, Return DO NOT works. 23415 by: DvDmanDT fake

php-windows Digest 11 Apr 2004 12:22:10 -0000 Issue 2204

2004-04-11 Thread php-windows-digest-help
php-windows Digest 11 Apr 2004 12:22:10 - Issue 2204 Topics (messages 23409 through 23413): Re: Including remote PHP script, Return DO NOT works. 23409 by: DvDmanDT 23413 by: Svensson, B.A.T. (HKG) GD doesn't work? 23410 by: arno muhren 23411 by: DvD

php-windows Digest 10 Apr 2004 14:48:15 -0000 Issue 2203

2004-04-10 Thread php-windows-digest-help
php-windows Digest 10 Apr 2004 14:48:15 - Issue 2203 Topics (messages 23403 through 23408): Including remote PHP script, Return DO NOT works. 23403 by: ricardo.junior.infosoftonline.com 23406 by: Svensson, B.A.T. (HKG) 23407 by: DvDmanDT 23408 by: Svensson

php-windows Digest 10 Apr 2004 01:42:38 -0000 Issue 2202

2004-04-09 Thread php-windows-digest-help
php-windows Digest 10 Apr 2004 01:42:38 - Issue 2202 Topics (messages 23399 through 23402): Re: accessing files from mapped drive from another server 23399 by: Jattie van der Linde 23400 by: Svensson, B.A.T. (HKG) 23401 by: hubo Tuning mySQL, php and apache

php-windows Digest 9 Apr 2004 09:23:19 -0000 Issue 2201

2004-04-09 Thread php-windows-digest-help
php-windows Digest 9 Apr 2004 09:23:19 - Issue 2201 Topics (messages 23398 through 23398): accessing files from mapped drive from another server 23398 by: M.Staiger Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail

php-windows Digest 8 Apr 2004 18:38:54 -0000 Issue 2200

2004-04-08 Thread php-windows-digest-help
php-windows Digest 8 Apr 2004 18:38:54 - Issue 2200 Topics (messages 23396 through 23397): Re: How do I access the value of PHP_OS? 23396 by: Luis Moreira Re: MS Access, MS SQL Server and UNICDOE text data 23397 by: Robert Twitty Administrivia: To subscribe to the digest

php-windows Digest 8 Apr 2004 04:08:25 -0000 Issue 2199

2004-04-07 Thread php-windows-digest-help
php-windows Digest 8 Apr 2004 04:08:25 - Issue 2199 Topics (messages 23389 through 23395): Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003... 23389 by: Robert Twitty Re: Authentication Problem under IIS 5 23390 by: Gabe SMTP & PHP & Windows 2k/XP

php-windows Digest 7 Apr 2004 10:07:38 -0000 Issue 2198

2004-04-07 Thread php-windows-digest-help
php-windows Digest 7 Apr 2004 10:07:38 - Issue 2198 Topics (messages 23387 through 23388): round corners on jpeg with GD2 23387 by: Achilles Maroulis Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003... 23388 by: Svensson, B.A.T. (HKG) Administrivia: To subscribe to

php-windows Digest 6 Apr 2004 19:07:25 -0000 Issue 2197

2004-04-06 Thread php-windows-digest-help
php-windows Digest 6 Apr 2004 19:07:25 - Issue 2197 Topics (messages 23369 through 23386): Re: Using PHP on Server 2003... 23369 by: David Elliott 23380 by: Jason Boomer 23382 by: Svensson, B.A.T. (HKG) Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2003

  1   2   3   4   5   6   7   8   9   10   >