[PHP-WIN] Re: PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
you do that you should have no problems, install PHP and restart your IIS. -- JOSEPH CRAWFORD JR. "Joe Crawford Jr." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, i have tried to get my server 2003 working bu5t i am not sure what i am doing wrong,

[PHP-WIN] Re: PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
i must let you know that IIS is working properly though because i can remotely login to the web based administration that uses IIS just something with the local web site -- JOSEPH CRAWFORD JR. "Joe Crawford Jr." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP-WIN] PHP and Server 2003

2003-10-22 Thread Joe Crawford Jr.
Hello, i have tried to get my server 2003 working bu5t i am not sure what i am doing wrong, i have installed the application server and iis was installed for some reason right from the get go the http://localhost/ doesn't work says this You are not authorized to view this page

[PHP-WIN] Re: background image

2003-10-21 Thread Joe Crawford Jr
please post an example of your code the last letter in background is not a G also when you say "path" are you using a php variable there or just as it is here because "path" will get you nowhere. Joe On Tue, 21 Oct 2003 12:52:53 +0530, [EMAIL PROTECTED] (Rinku Shivnani) w

[PHP-WIN] Re: background image

2003-10-21 Thread Joe Crawford Jr
check your spelling first of all lol the last letter in background isn't a G also when you say "path" are you actually using a php variable or what? just saying "path" will get you no where at all. Please post an example of your code for me to see :) Joe On Tue, 2

Re: [PHP-WIN] Re: can not get variable value from HTML form

2003-10-20 Thread joe
instead of using $username use $_POST['username'] sounds to me like you have register globals off on your devel machine and turned on on your production machine... From what i am told it is best to develop with register globals OFF i always config my php to have that off. Joe On W

Re: [PHP-WIN] Problem with $GLOBALS

2003-10-20 Thread joe
script just does $_POST['visitor'] it still retrieves the same value from the querystring, that is unless you use GET instead of POST also which is better and more secure to use GET or POST??? Joe Crawford Jr. On Sun, 18 May 2003 11:58:01 +0100, [EMAIL PROTECTED] (Stephen) wrote: &g

[PHP-WIN] ADO Connection problems

2003-09-16 Thread Joe Mack
t = $cmd->Execute(); Any assistance anyone can offer would be greatly appreciated. Thank you. Joe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problem on passing value.

2003-06-21 Thread Joe Phyism
The source of show.php: However, no matter what I type in URL of browser, like http://localhost/show.php?a=1 or http://localhost/show.php, the result is the same - "False.". Can anyone help me? Is it the problem of my setting in Apache? -- PHP Windows Mailing List (http://www.php.net/) To uns

Re: [PHP-WIN] ODBC Query max()

2003-03-14 Thread Joe Goff
should be something like : select max(is) as id, ... - Original Message - From: "GeneralX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 11:46 PM Subject: [PHP-WIN] ODBC Query max() > I'm trying to extract one record that has largest sequence ID number for a

[PHP-WIN] compilation error using VC++ 5.0

2003-03-04 Thread Joe Wong
Hello, I am using VC++ 5.0 to compile PHP 4.3.0 on a NT box, I got the following error during compilation: Configuration: Zend - Win32 Release Compiling... zend.c zend_alloc.c zend_API.c zend_builtin_functions.c zend_compile.c zend_constants.c zend_execute.c

[PHP-WIN] win2000 notepad

2003-03-02 Thread Joe Sze @ HK
i have that win2000's notepad cannot recognize '\n' character i use editplus or textpad can read "return" as my will, is there any other character that both notepad and other text editor can recognize thx for your kind attention -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Another Newb PHP question

2002-11-25 Thread Joe Finlinson
saying that the PHP program obliterates the code for the frames once it is up? or were you saying that my navbar was incorrectly coded? "Dl Neil" <[EMAIL PROTECTED]> wrote in message 0fc601c29479$c039ead0$c900a8c0@jrbrown">news:0fc601c29479$c039ead0$c900a8c0@jrbrown... > O

[PHP-WIN] Another Newb PHP question

2002-11-24 Thread Joe Finlinson
uld like to fix this... any suggestions? The zip file with the calendar code/instructions is attached here is their website: http://calendar.codewalkers.com/ any quick solutions would be very appreciated! ~Joe begin 666 ltw_calendar.zip M4$L#!!0(`&!7K2R1!DJ/RP$``&($```.;'1W

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Joe Finlinson
ok... for example because I have no idea how to do this on my own... I found a php calendar, and these were the install instructions: ltwCalendar v1.5 written by Matt Wade - http://codewalkers.com demo of ltwCalendar at http://codewalkers.com/cal/calendar.php I don't care for all that license crap

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Joe Finlinson
866a8c0@camhome">news:003801c29179$29737ce0$7866a8c0@camhome... > hey Joe, > > You ought to try some of those tools for MySQL Dash recommends, there`s some > beauties amongst them, especially phpmyadmin. In the meantime, here is a > little script, quick and dirty that will let you

Re: [PHP-WIN] Question from a total newb

2002-11-20 Thread Joe Finlinson
b like phpbuilder.com and a few > others. Check the links page on php.net. And if you've got the funds, get > a good book. Just be careful that PHP 4.2.x and beyond have a new way of > accessing variables (see > http://www.php.net/manual/en/security.registerglobals.php for more

Re: [PHP-WIN] Question from a total newb

2002-11-20 Thread Joe Finlinson
easiest thing to install of the three. Set up a user and a password > for PHP. I initially learned MySQL (scratch that - still learning) using > the root user (very dangerous) until got a grasp of it's permissions. > Definitely don't do that for code that others will use. >

[PHP-WIN] Question from a total newb

2002-11-20 Thread Joe Finlinson
I can download the software... and give me some advice on configuring it. Thanks in advance, Joe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Com

2002-01-31 Thread Mainolfi, Joe
is anyone out there familiar with COM built into Php? This is my code: $sheet = Range("B6:B9")->Select; $sheet->Selection->Borders(xlEdgeBottom); $sheet->Selection->LineStyle = 9; //xlContinuous $sheet->Selection->Weight = 2; //xlThin I get an error everytime I use the Range method and some othe

[PHP-WIN] Re: [PHP] relative paths

2001-11-18 Thread Joe Stump
An easy way to fix this common problem is this: define('BASE_INCLUDE_PATH','/var/www/includes/'); include(BASE_INCLUDE_PATH.'my_include.inc'); Just make sure to include the file with the BASE_INCLUDE_PATH define using a relative path ... ie. --Joe On Sat, No

[PHP-WIN] FDF functions

2001-11-14 Thread Mainolfi, Joe
I have a PDF form that submits to a url and is supposed to grab the input data and put it into variables so that I can use it on that page, but when I call any of the FDF functions this is what I get: Warning: Could not open fdf document: test.fdf in c:\inetpub\wwwroot\fdf\index.php on line 12 W

[PHP-WIN] FDF setup

2001-11-13 Thread Mainolfi, Joe
I am using FDF and it isn't recognizing any of the functions for it the errors I get are as follows: Warning: Could not open fdf document: test.fdf in c:\inetpub\wwwroot\fdf\index.php on line 12 Warning: Supplied argument is not a valid fdf resource in c:\inetpub\wwwroot\fdf\index.php on line 13

[PHP-WIN] FDF support

2001-11-13 Thread Mainolfi, Joe
I have a PDF form with a submit button to send it to a url where my php script is supposed to take the fdf data and parse it , but my script is erroring i get this : Warning: Could not open fdf document: test.fdf in c:\inetpub\wwwroot\fdf\index.php on line 12 Can anyone help? __

Re: [PHP-WIN] Surprises with PHP4/IIS?

2001-05-10 Thread Joe Brown
minated by bringing it to a developers attention or fixing it yourself (gotta love open-source for this ability). -Joe ""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message 00a001c0d930$880bb4a0$0c01a8c0@philsntserver">news:00a001c0d930$880bb4a0$0c01a8c0@phil

Re: [PHP-WIN] Need someone with some experience

2001-05-09 Thread Joe Brown
Dump the records into a temp table. Make sure you don't design a system that ends up loosing Data Entry somehow. You could store info into an array, but what happens when a connection is broken,etc... ??? ""Asendorf, John"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PRO

Re: [PHP-WIN] symlinks

2001-05-09 Thread Joe Brown
AFAIK, Shortcut.lnk is the closest you're going to come to symlinks on NT. I also believe hardlinks are possible, but you need NTFS for that. The best way to implement symbolic links on NT is to overwrite it w/Linux. "Jourden Parks" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

Re: [PHP-WIN] ISAPI

2001-05-09 Thread Joe Brown
on for any problem. Or a good problem for every solution. I've yet to run into an instance where Apache can only be restarted via reboot. Apache is a little more compilcated to configure, however, the power beneath the hood far outweights this difficulty. -Joe "Tim Uckun" <[EMAIL

Re: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Joe Brown
""Dickerson, Monty"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The Problem: php only runs reliably as a cgi on Windows, so it lacks static > DB connections. This is a false statement. I have an implementation of apache/php SAPI running in a production

Re: [PHP-WIN] Confused...on database modules

2001-05-09 Thread Joe Brown
Yes, I believe it is possible. You may need to use the sybase client, or venture down the odbc. ""macky"" <[EMAIL PROTECTED]> wrote in message 9daucu$enf$[EMAIL PROTECTED]">news:9daucu$enf$[EMAIL PROTECTED]... > MSQL is it a driver for Microsoft SQL Server..? > > if no is it possible to connect

Re: [PHP-WIN] PHP4.05-Apache1.13.19-Win2k

2001-05-09 Thread Joe Brown
Don't forget to place php4ts.dll in the proper place also. php4apache.dll is the apache interface to php4ts.dll which is the meat of PHP. -Joe ""Nick"" <[EMAIL PROTECTED]> wrote in message 9dbdci$cun$[EMAIL PROTECTED]">news:9dbdci$cun$[EMAIL PROTECTED

Re: [PHP-WIN] PHP and HTML

2001-05-08 Thread Joe Brown
Well, you can tell apache to filter html through php by adding the .html extension to the directive suchas: AddType application/x-httpd-php .php .html If you serve a lot of .html, this will probably slow your server down because all .html files will be filtered through php You can set index.php

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-08 Thread Joe Brown
ge PC-MAG many headaches. PHP is the best language on the market, IMO, but I'm a developer, not a PC-MAG subscriber. PC-MAG lost my patronage a long time ago because of technically weak articles, such as this, perhaps they will loose you partrons as well. -Joe ""Dickerson, Monty

Re: [PHP-WIN] Path error session.save_path at php.ini.

2001-05-04 Thread Joe Brown
It works if you have a c:\tmp directory and you run php from the c: drive. However, instead of creating a tmp directory, you may want to alter your php.ini to point it to a directory of your choice. -Joe ""Chris Boothe"" <[EMAIL PROTECTED]> wrote in message 001501c0

Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Joe Brown
Where is the php.ini file your editing? c:\windows\php.ini? ""Shawn Anderson"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have tried c:\temp, c:\php\temp, c:\inetpub\wwwroot\cgi-temp all with the > same result and same error code. It would appear that n

Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Joe Brown
Do you really have a \tmp directory? is it c:\tmp or c:\temp? Which does your php.ini specify? ""Svensson, B.A.T. "" <[EMAIL PROTECTED]> wrote in message 27E647E5629ED211BF78009027289C6302E73927@mail1">news:27E647E5629ED211BF78009027289C6302E73927@mail1... > > > >-Original Message- > >Fro

Re: [PHP-WIN] Oracle fetch array

2001-05-03 Thread Joe Brown
while (ora_fetch_into($curs, &$row1)){ explode($row1); echo "$NAME now = ".$rowl[1]; (I think the function is explode, if not I'm sure it begins with an e, if that helps... ;-) "Tom Mathews" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In MySQL, you can

Re: [PHP-WIN] PHP 4.0.4 With Multiple Oracle Homes

2001-05-02 Thread Joe Brown
I find the whole concept of "oracle home" a nightmare. Reguardless of my opinion, the main difference between oracle homes is the location of executable files and the location of the TnsNames.ora file. The PHP_OCI8 module is mostly just a client network interface. As long as the PATH environmen

Re: [PHP-WIN] Get the string between custom delimiters

2001-04-30 Thread Joe Brown
That's pretty much what an xml parser does, isn't it? ""Matthew Ralston"" <[EMAIL PROTECTED]> wrote in message 9cjob9$cur$[EMAIL PROTECTED]">news:9cjob9$cur$[EMAIL PROTECTED]... > Is there a nice easy function that could be used to get a sub string that > lies in between two other sub strings in

Re: [PHP-WIN] Compiled PHP 4.06 & ISAPI

2001-04-29 Thread Joe Brown
LOL... 4.0.5 hasn't been released as yet, it's due to be released Monday (in a few hours). Yes, 4.0.6 has more bug fixes in it as well, but it's not been alpha tested yet. I built an Apache module today and OCI8. Looks pretty good so far. If you're really nice to me, and tell me what you requi

Re: [PHP-WIN] RE: Several " Constant already defined " errors.

2001-04-26 Thread Joe Brown
Actually, this is probably has something to do with the way Nuke is allocating memory on a threaded server. Threaded support is fairly new to PHP. If the module does not carefully observe memory allocations, Constants seem to be the first thing to get hosed. "Florian Clever" <[EMAIL PROTECTED]>

Re: [PHP-WIN] Sessions

2001-04-25 Thread Joe Brown
alue to . Good luck, and let me know how you fixed it!!! ;-) -Joe ""Roman Lichszteld"" <[EMAIL PROTECTED]> wrote in message 9c6261$7pq$[EMAIL PROTECTED]">news:9c6261$7pq$[EMAIL PROTECTED]... > I use Apache server with PHP 4 installed on WinNT 4.0, session.use

Re: [PHP-WIN] IIS5 PHP Fails

2001-04-17 Thread Joe Brown
Or better yet, download and install Apache! I got bit w/iis4 and shutdown startup not working ... Am now using php4apache.dll instead of the cgi on a production server now. >8^O ""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message 009001c0c76a$3a4d2910$0c01a8c0@philsntserver">news:009001c0c7

Re: [PHP-WIN] MySql pconnect

2001-04-15 Thread Joe Brown
With out help, it may be a while before I get around to it. -Joe "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sunday, April 15, 2001, 6:45:14 PM, you wrote: > > Your comment reguarding threaded sapi'

Re: [PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)

2001-04-03 Thread Joe Brown
You need php4apache.dll only if you are running php as a module of Apache, not as a CGI or executable. php.exe does not require php4apache.dll, php4apache.dll does not require php.exe. They are mutually exclusive. ""Bhala"" <[EMAIL PROTECTED]> wrote in message 99vol8$3di$[EMAIL PROTECTED]">news

[PHP-WIN] Re: [PHP-GTK] RE: [PHP-WIN] Time

2001-04-01 Thread Joe Stump
0 * * * * php -q /path/to/file.php Oh shit - damn windows for not being POSIX! --Joe On Sun, Apr 01, 2001 at 01:27:35PM -0400, Asendorf, John wrote: > I know this sounds silly, but you could use Windows Scheduler and set 24 > instances, one for each hour, set for every day. May sound

[PHP-WIN] Re: [PHP-GTK] Re: [PHP-WIN] Time - WINCRON is for windows

2001-03-31 Thread Joe Stump
You might want to look at cygwin - it might come with regular crond. --Joe On Sat, Mar 31, 2001 at 10:12:41AM +0200, Delbono wrote: > > WinCron is what you are looking for. > > http://www.erols.com/graysteel/wincron.html > > > I'm using

[PHP-WIN] Compiling, How to resolve com?

2001-03-25 Thread Joe Brown
nals Error executing link.exe. Please enlighten me. Thanks, -Joe -- 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 PROTECTED]

Re: [PHP-WIN] Building PHP4 Problem

2001-03-22 Thread Joe Brown
What do you have %CYGWIN% set to? Looks like it needs to be drive:\base\path\to\cygwin ""Alan Flockhart"" <[EMAIL PROTECTED]> wrote in message 99cje9$t28$[EMAIL PROTECTED]">news:99cje9$t28$[EMAIL PROTECTED]... > Hi I was wondering if anybody had replied directly about this as I have the > same pr

Re: [PHP-WIN] apache + php + system() = error :(

2001-03-20 Thread Joe Brown
rking (???) enabled? ... > > but after all this -forking- is not the issue here ... the real problem is > that I MUST USE external executable's and i can't see a way to do that ... > > must i really take a shot, using PERL ? > > camooon ... > > Jürgen. > &g

[PHP-WIN] different bug - define constants/includes (was Re: [PHP-WIN] class and dynamic includes (IIS))

2001-03-20 Thread Joe Brown
I did some tracing on this bug I was experiencing. With this code at the top of an include file, the results are unpretictable. if(!defined("METABASE_MYSQL_INCLUDED")) { define("METABASE_MYSQL_INCLUDED",1); ...rest of include file... } require_once(); seems to work t

[PHP-WIN] class and dynamic includes (IIS)

2001-03-19 Thread Joe Brown
This appears to be an IIS specific issue. Using IIS and Manuel Lemos' Metabase, I'm getting errors in metabase_interface.php. Fatal error: Cannot instantiate non-existent class: metabase_oci_class in metabase/metabase_interface.php on line 99 It's quite inconsistent. After recieving this error

Re: [PHP-WIN] Download Prompt Problem

2001-03-19 Thread Joe Brown
b Site" listed under your computer's name and edit the properties of it. Go to the Home Directory tab, select configuration and add the .php extension there. (this is how to do it for IIS4 on NT) Read the instructions more carefully, perhaps you'll see where you veered to the left

Re: [PHP-WIN] apache + php + system() = error :(

2001-03-19 Thread Joe Brown
Forking is a unix thing... What happens when a process comes to a fork in the road, it splits and continues in two directions. You can't execute a batch file, you need the command intrepreter to handle that one, so the previous suggestion should be accurate. If you're on NT or 2000, maybe cmd.e