Re: [PHP-WIN] Re: phpinfo() not finding intl and mbstring

2013-12-16 Thread Wendell P
-- Wendell P wende...@operamail.com On Sun, Dec 15, 2013, at 08:12 PM, Good Guy wrote: > >>> ... phpinfo() indicates that > >>> the intl and mbstring extensions are not loaded > >> Have you enabled mbstring in your php.ini file? > > Yes, I did all th

Re: [PHP-WIN] Re: phpinfo() not finding intl and mbstring

2013-12-15 Thread Wendell P
On Sat, Dec 14, 2013, at 01:59 PM, Good Guy wrote: > On 14/12/2013 21:37, Wendell P wrote: > > ... phpinfo() indicates that > > the intl and mbstring extensions are not loaded. Also, "php -i" says > > they are not loaded but "php -m" says that they are. I

Re: [PHP-WIN] Relatively nice/decent web tutorials site

2010-09-18 Thread Sreeraj P
Its *http://www.tizag.com*, not tizag.org On Sat, Sep 18, 2010 at 2:46 PM, Jacob Kruger wrote: > http://www.tizag.org/ > > Here's their listing of tutorials: > Web Tutorials : > First Website Guide > HTML Tutorial > CSS Tutorial > > > -

[PHP-WIN] nuSoap and PHP 4.3.11

2005-04-20 Thread Charles P. Killmer
I just upgraded to 4.3.11 and now my web service apps do not work. I downloaded the latest version of nuSoap.php and still no luck. Is anyone else running into issues with this? Charles Killmer

RE: [PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Charles P. Killmer
You could print_r $rs and see exactly what it contains. Otherwise you could add this to your code to make things simpler. $soap_proxy = $client->getProxy(); $result = $soap_proxy->HelloWorld(); This is how I do it. Charles -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent:

[PHP-WIN] MS SQL Server

2005-03-08 Thread Charles P. Killmer
Anyone know how to connect to a SQL Server through PHP using Windows Auth instead of SQL Auth? Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320) 251-4700 ext 107

RE: [PHP-WIN] Has anyone seen this error before?

2005-01-28 Thread Charles P. Killmer
Try not echoing the word FORM. change FORM'; to this '; Charles -Original Message- From: Patrick Roane [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 1:34 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Has anyone seen t

RE: [PHP-WIN] Strange internet problem

2004-12-13 Thread Charles P. Killmer
yahoo.com _SERVER["SERVER_PORT"] 80 The client approached my webserver with www.yahoo.com in the host header. So this is a strange situation. Anyone seen anything like this before? Charles -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] Sent: Wednesday, D

RE: [PHP-WIN] Marty Yantzie - COM Object help- have working .asp example - Paymentech

2004-12-13 Thread Charles P. Killmer
cts in PHP? Charles -Original Message- From: Bowden, Zeb [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 7:19 AM To: Charles P. Killmer Subject: RE: [PHP-WIN] Marty Yantzie - COM Object help- have working .asp example - Paymentech Looks to me like you're on the right tr

Re: [PHP-WIN] Marty Yantzie - COM Object help- have working .asp example - Paymentech

2004-12-10 Thread Charles P. Killmer
Marty Yantzie wrote a question about Paymenttech and php back in July of 2003. Marty did you ever get this figured out. Anybody else, has anyone else run into problems with this? Original Message: I am trying to setup an small ecommerece site. I would like to use php to accomplish this.

RE: [PHP-WIN] Strange internet problem

2004-12-01 Thread Charles P. Killmer
ROTECTED] Sent: Wednesday, December 01, 2004 10:03 AM To: [EMAIL PROTECTED] Cc: Charles P. Killmer Subject: RE: [PHP-WIN] Strange internet problem Definitely strange. Are you having it send you a copy of the header information so you can verify that you're capturing the correct info and you&#

[PHP-WIN] Strange internet problem

2004-12-01 Thread Charles P. Killmer
This isn't related to php but there are many knowledgeable people here that I though might find this curious. I host an IP based site. Based on the host header that is sent to the site, I pull different content from a database. When the host header is not found in the database, I send an email

RE: [PHP-WIN] Secure SMTP

2004-11-30 Thread Charles P. Killmer
: Charles P. Killmer Subject: re: [PHP-WIN] Secure SMTP So many conditional questions... your SUBJECT states "Secure SMTP" your message just says "SMTP" Are you looking for plain or Secure? If plain, php.net/mail If your looking for Secure SMTP, give me a few days and I&

[PHP-WIN] Secure SMTP

2004-11-30 Thread Charles P. Killmer
Does anyone know of a class or something to send email with smtps? Thanks Charles Killmer

RE: [PHP-WIN] Redirecting A Webpage

2004-11-18 Thread Charles P. Killmer
header("Location: http://www.google.com";); or header("Location: /otherfile.php"); -Original Message- From: Allen D. Tate [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:27 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Redirecting A Webpage I would like to setup an index.p

RE: [PHP-WIN] "No input file specified." instead of 404?

2004-10-28 Thread Charles P. Killmer
In IIS, for the configuration of PHP check the box that says "check If file exists." Charles -Original Message- From: Adam Clauss [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:45 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] "No input file specified." instead of 404? I can

RE: [PHP-WIN] What happened to WinEnabler?

2004-10-14 Thread Charles P. Killmer
I was in the same boat and ended up calling them to find out. The WinEnabler has been pulled from the site in order to test the installer better. Apparently a few clients were having problems after the install involving a process leak. This is the explanation of the issue and what to watch for:

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

2004-09-01 Thread Charles P. Killmer
; test bug? I think PHP converts to whatever type is on the left of the equal sign which will make a lot of sense to me. I haven't thoroughly tested it. Christian - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

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

2004-08-31 Thread Charles P. Killmer
I would think that PHP should make the conversion in the other direction to avoid losing data. In other words, if a conversion is necessary, convert to the data type that can handle the greater variety of data. In this case to strings. It would probably always be to strings though. Charles ---

RE: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-15 Thread Charles P. Killmer
If the headers and data are correct then the server is handling it correctly. What I have notice in the past is that simply hitting refresh in IE doesn't always work. Try copying to url to the clipboard and going to some other site. Like google.com. Then paste the url back from the clipboard.

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
l -s "Hello, world." [EMAIL PROTECTED] Bob, could you please write me a program that prints "Hello, world."? I need it by tomorrow. ^D Senior Manager % zmail jim I need a "Hello, world." program by this afternoon. Chief Executive % letter letter: Com

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
uot;=","",$temp))."'"; } else { $temp = $field."='".rtrim($temp)."'"; } $output = " AND ".$temp; }

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
I hope you are not allowing the client to send T-SQL through the query string. Consider them sending something like File.php?Query='; drop table XXX; -- Charles Killmer -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 8:25 AM To: [EMAIL PR

RE: [PHP-WIN] PHP 5 try catch block

2004-05-18 Thread Charles P. Killmer
Thanks. Is there any way to catch fatal errors, and have the script do something else more gracefull. Like maybe log the error and redirect or something. Charles -Original Message- From: Vincent Jansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 3:03 AM To: Charles P

RE: [PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Charles P. Killmer
:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 12:58 PM To: Charles P. Killmer Subject: Re: [PHP-WIN] PHP 5 try catch block Have you tried the if statement with the isset command? For example: ** $SomeVariable = "NoneTheLess"; if (!isset($SomeVariables)) { echo "Vari

[PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Charles P. Killmer
Has anyone figured out how to catch fatal errors? Something like a script like this with an obvivous parse error. I want to know how to catch any klind of error so I can deal with it gracefully instead of crashing the CGI. Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320)

FW: [QRfsoto]: RE: [PHP-WIN] Session troubles

2004-05-17 Thread Charles P. Killmer
other people to go through extra work, that can be easily automated anyway, just to send me an email. Sorry my little rant. :) Charles Killmer _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 9:37 AM To: Charles P. Killmer Subject: [QRfsoto]: RE: [PHP-WIN

RE: [PHP-WIN] Session troubles

2004-05-17 Thread Charles P. Killmer
When you use the header function, you must include the SID. There are numerous ways to do this but the way that I use is like this. session_start(); $row['id']=545; $_SESSION['individual_id'] = $row['id']; header("location:dataFilterExpander.php?".sid); Charles Killmer -Original Message

RE: [PHP-WIN] Windows 2003 and SQL Server issues

2004-04-28 Thread Charles P. Killmer
Killmer -Original Message- From: Kretschmer, Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 9:04 AM To: Charles P. Killmer Subject: [PHP-WIN] Windows 2003 and SQL Server issues Hello Charles, i have the same problem like you (see below) and i hope you have meanwhile a

RE: [PHP-WIN] Date Math

2004-04-12 Thread Charles P. Killmer
The function I like using is strtotime. You should be able to do something like strtotime("now") - strtotime("2/7/2004") Or I think there is a date difference function. Though that might be strtotime("now - 2/7/2004") Charles Killmer -Original Message- From: [EMAIL PROTECTED] [mailto:

RE: [PHP-WIN] Favortire Page template Structure

2004-03-24 Thread Charles P. Killmer
select which sections they see and possibly organize the layout as they see fit. Charles Killmer Netgain Technology Open Source Rocks! -Original Message- From: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:38 AM To: Charles P. Killmer Subject: RE: [PHP-WIN

RE: [PHP-WIN] Favortire Page template Structure

2004-03-24 Thread Charles P. Killmer
I have been very fond of this method that I developed over the last few years. Lets say you have a site with three pages. Index, about us, and contact us. I create index.php like this html stuff here About us and contact us look the same Template then just has HTML Stuff More

RE: [PHP-WIN] unlink command on a windows server

2004-03-04 Thread Charles P. Killmer
Make sure that the user php is running as has permission to delete files from that directory. Usually IUSR_machinename Charles -Original Message- From: Brent [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] unlink command on a wi

RE: [PHP-WIN] Windows 2003 and SQL Server issues (SpamEnder: BLOCKED Y2BB-SE24996-charlesk@netgaintechnology.com)

2004-03-03 Thread Charles P. Killmer
you to view my commments and advice on PHP. Charles -Original Message- From: Alan Hale [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 1:31 PM To: Charles P. Killmer Subject: Re: [PHP-WIN] Windows 2003 and SQL Server issues (SpamEnder: BLOCKED [EMAIL PROTECTED]) In an effort to

[PHP-WIN] Windows 2003 and SQL Server issues

2004-03-02 Thread Charles P. Killmer
I am having trouble configuring PHP 4.3.4 on Windows Server 2003 to connect to SQL Server 2000 on a Windows 2003 Server across the LAN. Now PHP is configured correctly because when I run the script from the command line, ie c:\php\php.exe c:\site\file.php, I get the results from the query. Its a

RE: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Charles P. Killmer
Mainly the php.net documentation and this forum. -Original Message- From: Cyrus Misthalin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:03 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How have you learned PHP? How have you learned PHP? -- PHP Windows Mailing List (http://

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Charles P. Killmer
No it was lengthened by 12 characters. And I checked and the email did contain 1008 characters. So it didn't miss any in my test. -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:49 AM To: Disko_kex Cc: Charles P. Ki

RE: [PHP-WIN] Help me out with Session problem

2003-10-06 Thread Charles P. Killmer
probably -Original Message- From: Kamran fff [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help me out with Session problem Hi, I have WinPro2000 with IIS (PWS) and PHP4. When i strat session receive an error. Can you t

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-06 Thread Charles P. Killmer
I just tried it on my server with both PHP 4.3.2 and 4.3.3 and I got the last 5. The only thing I changed was the email address to send to. Charles -Original Message- From: Disko_kex [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-06 Thread Charles P. Killmer
running PHP 4.3.2 as CGI under IIS 5.0. The piece of code that I pasted is the first line of the file after the mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 7:17 AM To: Charles P. Killmer Subject: Re: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k Is it possible that the

[PHP-WIN] Shortcut

2003-10-03 Thread Charles P. Killmer
Does anyone have any code that will create a windows .lnk file? Charles Killmer

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-03 Thread Charles P. Killmer
I don't know if this is related but every once in a while I get timeout issues. A script that usually runs just fine will timeout on line 2 or 3. A few times it has been on a line like this. If (isset($REMOTE_ADDR)) { //stuff } The if statement is the line that times out. Just a weird thi

RE: [PHP-WIN] PHP Web Services

2003-09-29 Thread Charles P. Killmer
Use nuSoap.php It is an include file that I have used to create a few web service client pages. http://dietrich.ganx4.com/nusoap/index.php http://www.google.com/apis/ http://api.google.com/GoogleSearch.wsdl','wsdl'); $soap_proxy = $soapclient->getProxy(); $temp = $soap_proxy->doGoog

[PHP-WIN] Imap with ssl not working

2003-09-23 Thread Nick P
Hello all, I am trying to make a connection to an imap/ssl server but without success. I use this simple script When I put out the ssl part of this script (ie{localhost:993/imap}INBOX") there is a tcp connection with the server but of course unsuccessful since it is not ssl compliant. With the

RE: [PHP-WIN] PHP and PDF

2003-09-18 Thread Charles P. Killmer
An issue that I ran into involved two things. First: Inorder for IE to send the pdf to Acrobat, the pdf data must not be Gzipped. Turn of output compression Second: Don't use sessions on the page that sends the headers and the pdf data Charles Killmer -Original Message- From: Paulo

[PHP-WIN] Weird timeout error

2003-08-27 Thread Charles P. Killmer
I have this script in the prepend directive. This records the time that the script starts and a few other things and writes them to a file. A few days ago I got this error three times. [19-Aug-2003 21:10:26] PHP Fatal error: Maximum execution time of 240 seconds exceeded in c:\php\include

RE: [PHP-WIN] Multiple selection in php

2003-08-19 Thread Charles P. Killmer
... PHP will get an array of the selected values in a variable named $test Charles Killmer -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 4:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Multiple selection in php I want to select multiple

RE: [PHP-WIN] checkboxes in php

2003-07-10 Thread Charles P. Killmer
--- From: Luis Moreira [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 9:31 AM To: Charles P. Killmer Subject: Re: [PHP-WIN] checkboxes in php Must be whitout coffee, but don't see the point. The passing of check boxes comes from the fact of selecting them or not. I tried to insert yo

RE: [PHP-WIN] checkboxes in php

2003-07-10 Thread Charles P. Killmer
Try this '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; //Then in PHP whether the box is checked or not your indexes are correct. print_r($temp); ?> Charles Killmer Netgain Technology -Original Message- From: Luis Moreira [m

[PHP-WIN] A simple test file duplicated in 2 directories, behaving differently!

2003-06-30 Thread P
A simple test file duplicated in 2 directories, behaving differently! A simple test file with the php command and nothing else is placed in two subdirectories of the MyWebs folder which has been set as localhost and Document root for the apache server . It works in one as expected but not in the o

RE: [PHP-WIN] Re: or die problem

2003-06-27 Thread Charles P. Killmer
If you notice he has it commented out. I doubt that that was the problem. I read somewhere a while ago about a difference in operator precedence between || and or. Perhaps the die is being invooked first? Charles Killmer -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] S

[PHP-WIN] PHP Standalone Engine?

2003-06-20 Thread Galen P. Zink
ws is by far the majority in market share and the other OSes could easily just pop into an HTML document that directs them to our online version. Thanks, Galen P. Zink -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: Mail sent an hour before I send it

2003-06-19 Thread Charles P. Killmer
The servers are all in the same office. For the mail that is showing the wrong time, it never leaves the office. Thanks Charles -Original Message- From: Max Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:44 PM To: [EMAIL PROTECTED]; Charles P. Killmer Subject: Re

[PHP-WIN] Mail sent an hour before I send it

2003-06-18 Thread Charles P. Killmer
When I send email through php, the mail is stamped witha time that is an hour after I send it. I have checked the time zone and daylight settings one ALL servers. I forwarded it to another account and this is the original message. This was actually sent at 7:53 am. When I log onto the mail se

[PHP-WIN] InnoDB, ACID and Transactions...

2003-06-18 Thread Guru P Chaturvedi
Hi, I read about the InnoDB Tables. The most efficient kind of tables in MySQL. But i wonder if we can manage transactions with these tables in PHP. Are there any methods for this? To start, rollback and commit a transaction made to InnoDB Table? Please share, if guys have any info...:-) -- with

[PHP-WIN] Re: Subject: Re: User Authentication...

2003-06-18 Thread Guru P Chaturvedi
> header("Location:/index.php"); > } > ?> > > Hope this helps > -- > - > Cristian MARIN - Developer > InterAKT Online (www.interakt.ro) > Tel: +4021 312.53.12 > Tel/Fax: +4021 312.51.91 > [

[PHP-WIN] Re: Subject: Re: User Authentication...

2003-06-17 Thread Guru P Chaturvedi
to read all the messages > in this topic. > > By > > -- > - > Cristian MARIN - Developer > InterAKT Online (www.interakt.ro) > Tel: +4021 312.53.12 > Tel/Fax: +4021 312.51.91 > [EMAIL PROTECTED] > "G

[PHP-WIN] Re: Subject: Re: User Authentication...

2003-06-17 Thread Guru P Chaturvedi
such mail *will* be bounced and deleted without being read. > Thankyou for your understanding. > > At 07:36 16/06/2003 +, you wrote: > >Message-ID: <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Reply-To: "Guru P Chaturvedi" <[EMAIL PROTECT

[PHP-WIN] Re: User Authentication...

2003-06-15 Thread Guru P Chaturvedi
Hi, Any clues...please?! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] User Authentication...

2003-06-13 Thread Guru P Chaturvedi
` M`"'Y! 04`/\` M+ "2`?X```?_@ 6"@X2%AH>(B8J+C(V.CY"1DI.4E9:7F)F:FY<&!0B@ MH:*CI*6FIZBIJJNLK:ZOL+&RL[2UMK>XN;,[EMAIL PROTECTED]KK-43N[A_Q\D#T]4 J^/DJ M"[EMAIL PROTECTED]@H,.*)@P28($])8R'

[PHP-WIN] Re: Deleting users from htpasswd

2003-06-05 Thread Guru P Chaturvedi
php script can do it for you. -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Guru P Chaturvedi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, i am storing all users for

[PHP-WIN] Deleting users from htpasswd

2003-06-04 Thread Guru P Chaturvedi
Hi, i am storing all users for accessing apache resources in a file called my.users i am able to add/modify users and passwords using the htpasswd utility. But not able to remove a particular user... are there anyways of doing it? can u please help... with Warm Regards, Guru. -

[PHP-WIN] Paging in PHP

2003-05-30 Thread Guru P Chaturvedi
Hi all, Are there anyways of implementing paging in PHP? it's basically displaying results of a SQL query in logical blocks of 'n' records as u see in search engines... like 1 - 20 or 100 with Warm Regards, Guru. --- Phone: (+91)9845290270 URL: www.gangara

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
I had the parameters backwords but you get the idea. $test = explode(",","no commas"); -Original Message- From: Charles P. Killmer Sent: Thursday, May 29, 2003 3:24 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] explode... It returns an array with one element

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
It returns an array with one element. Array no commas -Original Message- From: David Martinez [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] explode... Here is the explode function: explode($delimiter, $string); This function

RE: [PHP-WIN] still sessions

2003-04-04 Thread Charles P. Killmer
Set session values like this session_start(); $_SESSION["username"] = "sjohnson"; Get session values like this session_start(); echo $_SESSION["username"]; The $_SESSION MUST be uppercase. Charles Killmer -Original Message- From: Iggy [mailto:[EMAIL PROTECTED] Sent: Friday, April 04

RE: [PHP-WIN] session ids

2003-04-03 Thread Charles P. Killmer
PHP will use the session id that your browser specifies. If you have php setup to store session id in cookies, every time you refresh the page your browser is telling php what session id to use. Then when you close your browser, your cookies may be getting deleted. Charles Killmer -Original

[PHP-WIN] PHP in the .NET CLR

2003-03-21 Thread Charles P. Killmer
Has anyone heard anything about getting PHP into the .NET CLR? Visual Studio .NET would be a very cool programming environment for PHP. Also it would add credibility to PHP in the eyes of corporate decision makers. Does anyone know what it takes to get another language into the CLR? Thanks Ch

RE: [PHP-WIN] dl() doesn't work . PHP 4.3.1 + Apache 1.3 + Win2k.

2003-03-14 Thread P . Gertman
you can try setting extension_dir = c:/inetpub/wwwroot or extension_dir = c:\\inetpub\\wwwroot -Original Message- From: Diego Fulgueira [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 21:03 To: [EMAIL PROTECTED] Subject: [PHP-WIN] dl() doesn't work . PHP 4.3.1 + Apache 1.3 + Win2k

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
Thank you, Rich! www.newnhams.com is great. BTW, their class proPHP uses the same approach as me. So i'll keep on trying. Happy hacking! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
(!$fp = fopen($fname, 'w')) { print "Cannot open file ($fname)"; exit; } if (!fwrite($fp,$p_code_test)) { print "Cannot write to file ($fname)"; exit; } fclose($fp); passthru($_pro.' -U -P * -p '.$fname,$pro

[PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
I'm using PHP for accessing PROGRESS database. Due to lack of native interface between PHP and PROGRESS i'm forced to get the data like this: ..some code.. exec($_pro . ' -U '.$p_usertext.' -P '.$p_passtext.' -p query.p',$pro_out,$pro_code); ...

RE: [PHP-WIN] IE seems to be more stupid than I spected!

2003-03-10 Thread Charles P. Killmer
I ran into problems with IIS, IE, pdfs, and Sessions. Try not using a session and see if it works. If it does I think there are some functions to use before you send the pdf. Session_write_close() I think. Charles -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] S

[PHP-WIN] Re: Variable problems

2003-03-10 Thread Reggie P
sense to you? Maybe there are some bugs in 4.3.0. Reggie P "Thomas Smart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > no, u just need to get the variable $test from the post befor you can call > it, > > if you call $test without letting php know that $te

[PHP-WIN] Re: Variable problems

2003-03-09 Thread Reggie P
page that recieves the variable add this: > > $test = $_POST['test']; > > > > "Reggie P" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I am new to php and I am having problems passing variables from one page > to

[PHP-WIN] Variable problems

2003-03-09 Thread Reggie P
I am new to php and I am having problems passing variables from one page to another. I wrote a simple script as such: name then pass to this page: I get this for the response: Notice: Undefined variable: test in E:\websites\girls\cgi-bin\insert2.php on line 8 Please help!!

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
including it from is located at: e:\sites\website1\somefile.php using either: include("E:\Sites\Website1\template.php"); OR: include("template.php"); will both work :) "Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I thin

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
ry 28, 2003 2:53 PM To: Charles P. Killmer Subject: Re: [PHP-WIN] Re: Include virtual? [EMAIL PROTECTED] (Charles P. Killmer) wrote: >I think my original question has been lost. > > >Include("/template.php"); > >I want this to include the file located at >e:\

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
I think my original question has been lost. Include("/template.php"); I want this to include the file located at e:\sites\website1\template.php Not e:\template.php Charles -Original Message- From: Wayne Pearsall [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:09 PM To:

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
Exactly. I made a function to do this just wondering if this will be built into PHP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 6:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Include virtual? Not sure

RE: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0

2003-02-27 Thread Charles P. Killmer
Make sure ntwdblib.dll is in the windows directory. Charles Killmer -Original Message- From: Joshua Groboski [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0 I seem to be unable to trac

[PHP-WIN] Is ASP.NET faster than php?

2003-02-26 Thread Charles P. Killmer
I love php but I must choose the fastest scripting language. Without going to extremes like c++ compiled. At least not until I get a library that provides most of the things that make php convenient. Does anyone have any thoughts about PHP vs ASP.NET? Charles Killmer

RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Charles P. Killmer
I know this sounds simple but make sure that index.php is the document that is being served. Either remove all other files from the web root. Or remove all other documents from the default documents tab in IIS. Also make sure that the webroot is in the right place. Also make sure that a scrip

RE: [PHP-WIN] Include virtual?

2003-02-05 Thread Charles P. Killmer
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:50 AM To: Charles P. Killmer; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Include virtual? I've wondered this before also but currently use; include($_SERVER["DOCUMENT_ROOT"].'/'.'template.php

[PHP-WIN] Include virtual?

2003-02-05 Thread Charles P. Killmer
For those familiar with asp does php have something similar to the include virtual? I don't want to have to use the full system path to include a template that is at the doc_root of the site. Include_virtual("/template.php"); ?? This would include the template.php at the root of the sit

RE: [PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Charles P. Killmer
A problem that I ran into with pdf's was while using sessions. If you use a session be sure you call session_write_close() before sending the first headers for the pdf. What is your webserver configuration. OS,Webserver, version,php version, cgi, isapi Charles Windows 2000 Server,

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Howard, Robert P
hat does not explain why the Course1 data was not displayed. Is it instead of Course1 it should be ListBox1? Wade Robert P Howard wrote: > Hi Wade, > > This is what you should have put in the Echo Lines > > echo 'Entree: "' . $_POST['Course1'] . '

RE: [PHP-WIN] initialize variables

2003-01-13 Thread Howard, Robert P
Hi Wade, This is what you should have put in the Echo Lines echo 'Entree: "' . $_POST['Course1'] . '"'; echo 'Dessert: "' . $_POST['ListBox2'] . '"'; the $_POST variable is set as an array with the names of each of the POST variables as Keys to the array. As such $_POST['Course1

[PHP-WIN] Is php.net broken?

2003-01-03 Thread Charles P. Killmer
I submitted a bug report and never got a notification like usual. Someone posted a comment to it and again no response. It doesn't look like anyone working on PHP has looked at the bug report. Bug ID 21312. Also I have never had a bug report last this long without any developer comments. Charles

RE: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Howard, Robert P
Hi everyone, The tool I use for editing any and all text based files is SYN editor by Ascher Stefan http://web.utanet.at/acherst/index.html which has an excellent array of syntax highlighters. Just my 2.2c (GST Inclusive) Rob Howard -Original Message- From: A Weaver [mailto:[EMAIL PROTEC

RE: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Howard, Robert P
Try changing your echo string to this:- echo ""; This will make your code eaiser to read as well as showing when you have a missing Quote as Dash has pointed out; Regards, Rob Howard Database Technician Canberra Deep Space Communication Complex -Original Message- From: krizz [mailto:[E

RE: [PHP-WIN] Tough decision ASP or PHP

2002-12-16 Thread Charles P. Killmer
vember 07, 2002 1:42 PM To: Charles P. Killmer; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Tough decision ASP or PHP I'm filling out form PDFs on the fly with IIS and FDF without any problems... I don't know if that's what you mean by "creating PDF's" but if this ( ht

[PHP-WIN] php Isapi for IIS 5.0

2002-12-16 Thread Charles P. Killmer
When is Isapi for IIS 5.0 going to be considered production quality? Or is it already? What issues has anyone run into? Thanks Charles Killmer

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
Well I would love to switch to Apache but we are a Microsoft shop. I am lucky to be using PHP and have had to defend it a few times against asp. Thanks for everyones help. Charles Killmer -Original Message- From: Wojciech Owczarek [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16,

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
Darn. Some of the directives cannot be set at runtime though. Oh well. Thanks Charles -Original Message- From: Matt Kynaston [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Per site php.ini > I saw nothing in the inst

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
: Charles P. Killmer; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Per site php.ini The easiest way is to use the windows installer: it asks about php directory, IIS version, etc., it's very easy to install. Otherwise you should follow the instructions from the install.txt in the php zip package. With

[PHP-WIN] Per site php.ini

2002-12-14 Thread Charles P. Killmer
Does anyone know how to configure PHP to have per website ini files. I am using IIS 5.0 on Windows 2000 Server. I have searched and only found people asking. I have found a few responses but only for servers with Apache. And while I would love to switch, that is not my decision. Oh well. Any

[PHP-WIN] unable to connect to server (MSSQL)

2002-12-10 Thread Charles P. Killmer
PHP Warning: MS SQL error: Unable to connect: SQL Server is unavailable or does not exist. (severity 9) in pathtofile\test.php4 on line 5 PHP Warning: MS SQL: Unable to connect to server: 192.168.168.168 in pathtofile\test.php4 on line 5 Why would I get these errors when I access a php fil

RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: IIS/PHP w/ NTFS issue And i think that IIS uses the user IWAN for running CGIs instead of the IUSR user... Cheers... Luis Ferro Charles P. Killmer wrote: >The problem when it was running as a cgi is the php.ini may not have >been acce

RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
The problem when it was running as a cgi is the php.ini may not have been accessible by the user. Since it is in the winnt directory by default permission would only exist admins and everyone(Read) unless you tightened it down. Also check any dll that may be needed. Charles Killmer PHP 4.2.3 IIS

  1   2   >