Re: [PHP-WIN] Starnge parse problem

2002-12-10 Thread Jim
's you are going to find that you are going to need to work on the logic as it still won't due what you are expecting but at least you can run it and go from there.   Jim   ---Original Message---   From: George Pitcher

Re: [PHP-WIN] Q on parts of PHP?Apache setup...

2003-08-02 Thread Jim
depending on which method of use you are using, and this would make sense to me because there are different methods of hadeling the data. In any even, this thread should help you out. Jim ---Original Message--- From: jsWalter Date: Saturday, August 02, 2003 10:12:44 To: [EMAIL PROTECTED

[PHP-WIN] page cannot be displayed error

2003-09-26 Thread Jim
. Any help would be appreciated. Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] page cannot be displayed error

2003-09-26 Thread Jim
Yes, I can see other file formats in the directory. -Jim "Mike Brum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Now, if you put a .htm, .txt, .jpg or other file (anything NOT .php), then do you see those files when placed in the same directory? -M -

Re: [PHP-WIN] Can someone explain to me....

2002-05-21 Thread Jim lucas
YES! Jim Lucas - Original Message - From: "Asendorf, John" <[EMAIL PROTECTED]> To: "Php-Windows (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 12:09 PM Subject: [PHP-WIN] Can someone explain to me > Can someone explain to me why everyti

[PHP-WIN] SNMP MIB Question

2002-08-02 Thread Jim Bierlein
using when doing a SNMPWALK? Any help would be appreciated. -- Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP Editors

2002-08-09 Thread Jim Hunter
Windows 2000 but might move development over to Linux in the future. Thanks, Jim Hunter Diamond Computing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Newbie needs help.

2002-08-11 Thread Jim Hunter
Another good tool for administering MySQL databases is phpMyAdmin. It is a browser based admin tool and you can get it from www.phpMyAdmin.org . I have been using it for about a year and I really like it. Jim Hunter Diamond Computing ---Original Message--- From: Steve Jackson

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Jim Hunter
form to get data from to create a PDF. Check out Larry Ullmans book, Advanced PHP for the WWW (ISBN: 0-201-77597-2). It has an entire chapter devoted to creating and manipulating PDFs. Jim Hunter Diamond Computing ---Original Message--- From: Brian McGarvie Date: Monday, Augu

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
know where it should occur then just call a Javascript function that issues the submit() of the form. Jim function postForm() { document.forms[0].submit(); } ---Original Message--- From: GeneralX Date: Tuesday, August 13, 2002 12:40:45 To: [EMAIL PROTECTED] Subject: [PH

Re: [PHP-WIN] Form Posting from script

2002-08-13 Thread Jim Hunter
remember is that the PHP that you are writing is not going to be seen by your user, all they see is the HTML that you produce with your PHP. Think of Javascript and HTML as one in the same (I know their not but you produce them the same using ECHO commands). Jim ---Original Message

Re: [PHP-WIN] Redirect

2002-08-19 Thread Jim Hunter
hen check to see if it is correct, if it is then show the start page. if it is not then present the password screen again. This way there is no way they can get to the start page without entering a correct password. Jim ---Original Message--- From: Rodrigo San Martin Date: Mond

Re: [PHP-WIN] resolution?

2002-08-20 Thread Jim Hunter
round it so that my icons are not on the image. Give the user the choice. If you ONLY allowed me to download the file that would fill my screen I would not be a happy camper Freedom of choice is a good thing. Jim Hunter ---Original Message--- From: Afan Pasalic Date: Tuesday,

Re: [PHP-WIN] @include ...

2002-09-24 Thread Jim Hunter
The '@' character suppresses error messages that might occur. Jim ---Original Message--- From: Wolfgang Schneider Date: Tuesday, September 24, 2002 02:04:06 PM To: php-windows Subject: [PHP-WIN] @include ... Hello, I have a question about a syntax I had n

Re: [PHP-WIN] Windows Include

2002-09-26 Thread Jim Hunter
Include files can be any type of text file. If you have PHP commands in the include file then you need to put the appropriate PHP tags in it. So your include would look like this: Then the $DB will get processed as a variable, not a text string. Jim ---Original Message

Re: [PHP-WIN] slow form / server problem

2002-10-10 Thread Jim Hunter
cause of the problem. Jim ---Original Message--- From: Omar Campos Date: Thursday, October 10, 2002 02:49:48 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] slow form / server problem Hi. I run php in win2k server, IIS and MS SQL Server 2k. I've created some data base

Re: [PHP-WIN] 404 documents

2002-10-29 Thread Jim Hunter
Use: $HTTP_HOST it will give you the typed in URL. Jim Hunter ---Original Message--- From: DaMouse Date: Tuesday, October 29, 2002 02:16:53 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] 404 documents I there a way to have the .php page pickup the url that was

Re: [PHP-WIN] Search Engine Problem

2001-10-25 Thread Jim Lucas
what does the code that displays the results look like? jim - Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Mark Sweeney" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 3:20 PM Subject: Re: [PHP-WIN] Search En

Re: [PHP-WIN] new problem... problem with Query...

2001-11-19 Thread Jim Lucas
try using single quotes Jim - Original Message - From: "Todd Williamsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 2:30 PM Subject: [PHP-WIN] new problem... problem with Query... > Here it is I get the error "cann

[PHP-WIN] [ADMIN] spam protection for lists.php.net lists

2001-12-11 Thread Jim Winstead
;From' header of a post via the news server). if you encounter problems posting to the list, feel free to drop a note to the list administrators at [EMAIL PROTECTED] jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: [PHP-WIN] PHP IDE

2001-12-19 Thread Jim Lucas
NoteTab Pro - code it by hand. there are a few libraries out that for it that give examples of php/sql/etc http://www.notetab.com Jim - Original Message - From: "George Nicolae" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 10:4

Re: [PHP-WIN] [newbie] What does this mean?

2003-01-07 Thread Jim Hunter
Try: and you should have much better success. phpinfo is a function so you must include the parens for it to work properly. Jim ---Original Message--- From: paradiddles Date: Tuesday, January 07, 2003 10:59:05 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] [newbie] What

Re: [PHP-WIN] Re: parse error, unexpected $end

2003-01-24 Thread Jim Hunter
spot these sort of errors IE: if (blah == blah) { var $somevar; var $anothervar; if ($somevar == $anothervar) { echo "it worked"; }; } It's much easier to see if you have matched up your brackets this way. Jim Hunter ---Original Message-

[PHP-WIN] script not allowing login after generating new password

2003-02-03 Thread Beach, Jim
an someone suggest where I might look for the problem? I'll include my scripts in a reply if needed. Thanks very much in advance. Jim

RE: [PHP-WIN] script not allowing login after generating new password

2003-02-04 Thread Beach, Jim
painfully obvious. I have a lot to learn about testing and debugging! Thank you for your time. Jim

[PHP-WIN] RE: MySQL: some script I must do

2003-02-11 Thread Beach, Jim
lect the tab 'SQL' on the right Now you should see a 'Browse ...' button press this and select the local dump file something.sql Press go and the sql file should handle the rest for you. Jim -Original Message- From: Rui [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2

[PHP-WIN] RE: Warnings

2003-02-17 Thread Beach, Jim
I had the same message the other day. My line 5 is where I call a function. I had a tag as the very last line of a function but had it outside the closing brace } so I moved inside the closing brace } and the problem went away. -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECT

[PHP-WIN] not serving css styles?, css not showing up on local dev box

2003-02-26 Thread Beach, Jim
la but the same problem occurs when I try it with IE6. That makes me think it's an Apache config thing. I've searched all topics in a couple of forums and the Apache.org docs. Does anyone have an idea? Thank you for your indulgence. Jim

[PHP-WIN] RE: Recommended for newbies

2003-03-03 Thread Beach, Jim
And another good one at http://www.firepages.com.au. Everything there is free and they have a pretty good forum with lots of newbie questions. -Original Message- From: m1nt ch3w [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 3:17 AM To: [EMAIL PROTECTED] Subject: Recommended for

[PHP-WIN] Not rhetorical: Why upgrade php when current version is working fine?

2003-03-07 Thread Beach, Jim
ld I upgrade when what I had was working just fine? Jim

[PHP-WIN] IDE's

2003-03-14 Thread Beach, Jim
Does anyone have experience with PHP integrated development environments? I have experience with Dreamweaver 4 and am considering upgrading to Dreamweaver MX although I'm not sure it has as much PHP support as I'd like. I'm also interested in Zend Studio v2.6 which is just released. I'd appreci

[PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
type of thing. Jim Hunter ---Original Message--- From: Stuart Felenstein Date: Wednesday, June 25, 2003 11:14:11 AM To: PHP List Subject: [PHP-WIN] OT[slightly] Tables and layers I'm sure this is possible but not sure where to look to learn. Still really at the starting stages o

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
ed in an object. (insert the appropriate Netscape joke here). Jim ---Original Message--- From: Stuart Felenstein Date: Wednesday, June 25, 2003 01:33:15 PM To: Jim Hunter; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] OT[slightly] Tables and layers I understand what you are saying. PHP do

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
aner then doing a re-load of the page to a new anchor. Jim ---Original Message--- From: Melih Onvural Date: Wednesday, June 25, 2003 02:18:35 PM To: Stuart Felenstein; PHP List Subject: Re: [PHP-WIN] OT[slightly] Tables and layers This is actually really easy to do. make the post or

Re: [PHP-WIN] Date question?

2003-09-17 Thread Jim Hunter
Check out the PHP manual on date formatting: http://us2.php.net/date Jim ---Original Message--- From: Harpreet Date: Wednesday, September 17, 2003 02:36:49 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Date question? I have a field in my sql server called expiration which is of

Re: [PHP-WIN] Quick Question

2003-09-18 Thread Jim Hunter
such a trusting sole, I would go public and accuse you of spamming for that company. But I am giving you the benefit of a doubt this time and only sending this response to you. Jim -- So I guess I am no longer trusting and I am publicly accusing him of spamming. To me it looks like

[PHP-WIN] Undefined variable issue

2004-01-06 Thread Jim MacDiarmid
or when run. Would any one be able tell me why this is happening? Many thanks! Jim Notice: Undefined variable: guess in numguess.php on line 27 $num_to_guess) { $message = "$_POST[guess] is too big! Try a smaller number"; } elseif ( $_POST["guess"] < $num

[PHP-WIN] looking for php debugging tips

2004-01-07 Thread Jim MacDiarmid
, mysql, and apache in 24 hours" and it appears there are a lot of errors in the book, which is adding to my confusion. Many thanks Jim

[PHP-WIN] 500 internal PHP errors - custom error reporting

2004-01-07 Thread Jim MacDiarmid
In ASP/IIS 5.0, there is a way to have a custom error page displayed that will show current environment variables, etc. Is there a way to do this with PHP/Apache 2? Thanks in advance, Jim

[PHP-WIN] Global Variables and Form Variables

2004-01-12 Thread Jim MacDiarmid
s? I have the register_globals set to true in the php.ini. and I restarted my server. Any ideas? Thanks much, Jim

[PHP-WIN] Having trouble with Regular Expressions here too

2004-01-16 Thread Jim MacDiarmid
AKA "[USERNAME]" IN [URL^ROOMNAME] (::) Operator Console for 'XXX.XXX.XXX.XXX' signing off --- Cut here - Data End --- The (::) in the data above can contain alphanumeric characters. The large bit of space between th

[PHP-WIN] Seeking help on setting up Virtual hosting using Apache 2.0/Win32/ with a single IP

2004-01-26 Thread Jim MacDiarmid
puter. I'm new at all this. If anyone can suggest a good article or mailing list or if you would like to talk off-list, please let me know. Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP and hosting multiple sites

2004-01-29 Thread Jim MacDiarmid
I'd like to have php support multiple sites, is it possible to have multiple doc_root directives in the php.ini? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Telnet, Socket Configuration

2001-02-23 Thread Jim MacGowan
Socket support isn't available on windows yet. Hopefully it will be finished by the time php4.05 is released. Gonzalo Vera wrote: > You must compile php with socket functions: it does not come > pre-compiled in the binaries. > > Gonzalo. > >> Hi, > >> I am trying to write a web telnet inter

[PHP-WIN] Win95 PHP installation, but no file associations?

2001-02-25 Thread Jim Lum
27;t actually have a web server on it yet... I wanted to test some PHP pages 'standalone' using the PHP.EXE commandline. Could this (no web server installed) be why the associations didn't get set up? If so, what do I need to set up for the .php extension as far as the 'ope

[PHP-WIN] Web Servers

2001-03-01 Thread Jim Ray
I am new with PHP and I have a question about Web Servers. I am running Windows ME and PWS is not supported. Will PHP run under Apache for windows? Also, does anyone know will Windows MySQL run under Apache for windows as well? Thank you for the help. Jim Ray -- PHP Windows Mailing List

[PHP-WIN] (should be) easy questions from a beginner

2001-03-26 Thread Jim Witt
, PHP 4.0.4pl1, Xitami server, Netscape 4.7 Thanks in advance, Jim Witt [EMAIL PROTECTED]

[PHP-WIN] Regular Expression help?

2004-02-13 Thread Jim MacDiarmid
eck. I'm hoping someone would be able to shed some light on this for me. Many many thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Regular Expression on tool output

2004-02-27 Thread Jim MacDiarmid
e Else check/parse next space End Logic Each space group can have 0 or more spaces ("rooms") Each room group can have 0 up to 20+ users. I hope all of this is clear enough to understand.. If anyone has any questions, please do not hesitate to ask. Thank you all so much for any he

[PHP-WIN] Specific Regular Expression issue

2004-03-04 Thread Jim MacDiarmid
]\.(http://[^\s]+) http://travelersnetwork.net/Nick/HoneyIsland.dsv..fd287747 How can I select just the url, excluding the two dots and the hex address? Thank you, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP Fatal error: Call to undefined function: array()

2004-03-04 Thread Jim MacDiarmid
paceCount; i++ ) // print $i; // } } } Anyone know what's going on here? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Jim Hunter
er correctly, I used the install from the PHP Magazine CD to install everything fresh on the new computer. If you do not subscribe to this magazine I highly recommend it. You will find that, IMHO, everything seems to run much faster and cleaner on Apache 2.0 then it did on 1.3.x. Just my opinion.

[PHP-WIN] Timestamp comparison

2004-03-24 Thread Jim MacDiarmid
o 2 fields but wasn't sure if this was the standard practice. Thanks in advance, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Favortire Page template Structure

2004-03-24 Thread Jim MacDiarmid
querystring. Index.php - Begin example index.php -- /* HTML Code here */ -8<-- End Example --->8-- Any thoughts on this? I'm still kinda new at PHP and wanted to learn the best way to structure my code from the git-go. :) Thanks in advance, Jim -- PHP Windows M

Re: [PHP-WIN] I need to display records of a Database on html,

2004-03-24 Thread Jim Hunter
example of 'all' the code it takes to display the grid: mysql_connect('localhost', 'xxx', ''); @mysql_select_db("scanner") or die ("Unable to select database"); $sqlstr="select * from golf"; $bd = new baaGrid($

[PHP-WIN] Proper coding?

2004-03-24 Thread Jim MacDiarmid
unless I include the db_connect.php inside the GetRecCount function. Something tells me that this is not proper Coding, and I was wondering if someone could tell me if there is another way to do this? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PEAR vs. PHPLib

2004-03-27 Thread Jim MacDiarmid
g that is reliable. Can anyone give me their feelings on these two (methodologies?) please? Thank you, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Page/Form caching

2004-03-29 Thread Jim MacDiarmid
ce. This is how I've structured my page.. I have the form action calling $_SERVER['PHP_SELF'] and the method is post. ..etc... Any help to resolve this will be very appreciated, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Including files in php

2004-03-31 Thread Jim MacDiarmid
t;); Or just include("\folder1\includefile.php"); but that doesn't seem to help. Is there an easier way to this? Thanks a bunch, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] DB::affectedrows() issue

2004-03-31 Thread Jim MacDiarmid
I'm attempting to use this method and I'm getting an undefined method error. Anyone else getting this or having any luck with it? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Tuning mySQL, php and apache

2004-04-09 Thread Jim MacDiarmid
I'm working with Apache 2.0 and MySQL 4.0.. I'm trying to tune the performance of my site. I was wondering if there was a way to grab an existing open persisent DB connection instead of opening a new one unless it's needed? Thanks in advance, Jim -- PHP Windows Mai

[PHP-WIN] Passing the session question

2004-04-14 Thread Jim MacDiarmid
o SID; /* Page2.php */ Echo SID; Any ideas? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Trying to get the current folder / path

2004-04-15 Thread Jim MacDiarmid
I know this should be a simple task, but why does it seem so convoluted in trying to get the current folder I'm in. I want to be able to get the base folder such as: /docroot/subfolder/ - or - http://serverhostname/subfolder/ Not sure what the appropriate way is to do this. Thanks

Re: [PHP-WIN] Photo gallery with description

2004-05-11 Thread Jim Hunter
I am using CopperMine on a couple of my sites and it works great. I am using it as a PHPNuke module and my users love it. http://coppermine.sourceforge.net/ Jim ---Original Message--- From: [EMAIL PROTECTED] Date: Tuesday, May 11, 2004 15:43:19 To: [EMAIL PROTECTED] Subject: [PHP

[PHP-WIN] Web site Templating (ie: patTemplate orSmarty)

2004-07-22 Thread Jim MacDiarmid
would be very appreciated. Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Question about the Apache 2.0 Warning in the PHP manual on the PHP web site

2004-07-22 Thread Jim MacDiarmid
[ Exerp from PHP manual pages on website: "Warning Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows." ] Can anyone tell me what this means? This is the only warning I see. Thanks, Jim -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] Passing arrays by reference

2004-08-09 Thread Jim MacDiarmid
when I try this on my setup, it doesn't work and I get the following error message: PHP Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE in... Anyone have any ideas or suggestions? Thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

FW: [PHP-WIN] Passing arrays by reference

2004-08-10 Thread Jim MacDiarmid
ndex.php I have: "; print_r($a); echo ""; ?> This example doesn't seem to work however, when I paste the function implementation into the index.php and run it, it works. Thanks for any help in advance, Jim -Original Message- From: Justin Patrin [mailto:[EM

RE: FW: [PHP-WIN] Passing arrays by reference

2004-08-10 Thread Jim MacDiarmid
trying to be as efficient as possible. :-) Thanks, Jim -Original Message- From: ? ??? [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 11:10 AM To: Jim MacDiarmid Subject: Re: FW: [PHP-WIN] Passing arrays by reference Здравствуйте, Jim. Вы писали 10 августа 2004 г.,

[PHP-WIN] Custom php Errorhandling assistance

2004-08-15 Thread Jim MacDiarmid
e to the user without interrupting the flow of the page. This should be fairly straight forward since it's only 3 php files involved. Any info you can give is of course very appreciated. Many thanks, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Graphical popup wiindow on link mouseover

2004-08-18 Thread Jim MacDiarmid
like resembles a floating square or layer with a border perhaps. I've been doing some research and I am aware that you can use the title attribute of the tag, I'd like to do something a little bigger. Has anyone ever done this before? Thanks in advance, Jim -- PHP Windows Ma

[PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
nt path rather depressing. Thank you all in advance for your input, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Hi Paul, Yes, that is the article that I saw. One of them anyway. Thank you for sheding some light on that. Jim -Original Message- From: Paul Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:29 PM To: Jim MacDiarmid; [EMAIL PROTECTED] Subject: Re: [PHP-WIN

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Sent: Wednesday, September 01, 2004 2:53 PM To: Jim MacDiarmid Subject: Re: [PHP-WIN] Php5 merging with Java??? Could you please be so kind as to tell me where exactly you read that PHP is not going to be Open Source any more? Thanks Christian - Original Message - From: "Jim MacDiarmi

RE: [PHP-WIN] Re: Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Maybe I got the wrong impression, I don't know. I was just afraid that PHP was going to end up going the way of MS Visual Studio .NET Enterprise Architect and become a commercial package that would be out of reach for us smaller developers or rather us developers with smaller wallets.

[PHP-WIN] Converting a dos console batch file to a php shell script

2004-09-02 Thread Jim MacDiarmid
dow is delayed till after the forloop as completed, as if it's being buffered then flushed at the end. Any ideas how I can display information as processing occurs? Thanks in advance, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Converting a dos console batch file to a php shell script

2004-09-02 Thread Jim MacDiarmid
As a matter of fact, I have tried that. With no success, I might add. I've also tried the ob_implicit_flush with no success. Jim -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 1:24 PM To: [EMAIL PROTECTED] Cc: Jim MacDi

RE: [PHP-WIN] Converting a dos console batch file to aphp shell script

2004-09-03 Thread Jim MacDiarmid
Ok my bad.. :) I was not aware that there were two different "types" of PHP.EXE executables to use. Once I started using the PHP.exe in the \php\cli folder it started working as I expected it to. Thank you and to everyone for your help on this, Jim -Original Message- Fro

RE: [PHP-WIN] Converting a dos console batch file to aphp shell script

2004-09-04 Thread Jim MacDiarmid
I tried using the PHP.exe in the \php\cli folder and it is displaying output as I had expected it to. Jim -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:04 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Frank M. Kromann

[PHP-WIN] Installation Woes.

2004-09-22 Thread Jim Bailey
please help me troubleshoot this problem. If I posted in the wrong group... Be gentle. I can take direction. Thank you Jim Bailey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Installation Woes.

2004-09-22 Thread Jim Bailey
No, DocumentRoot is set in httpd.conf? Jim Bailey <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 22 Sep 2004 Jim Bailey wrote: > > > I navigate to http://127.0.0.1/ and I get the default apache page. > > > > I navigate to http://127.0.0.1/test.p

[PHP-WIN] Design Assistance

2005-01-20 Thread Jim MacDiarmid
at's what I'm using. Any thoughts and/or help with this would be greatly appreciated TIA! Jim

RE: [PHP-WIN] Re: Design Assistance

2005-01-20 Thread Jim MacDiarmid
o together with a user, and put them into a User object would be better. Hopefully all this makes sense to everyone. Thanks again for your input. Jim -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 9:20 AM To: php-windows@lists.php.ne

[PHP-WIN] Timed redirection

2005-01-30 Thread Jim MacDiarmid
ow you can do this with window.location = 'targetURL' but not sure how to add it. I was thinking that it might have to be added to the header, but I'm using the same header template for each page. Any ideas? TIA, Jim

[PHP-WIN] Rolling my own PHP Classifieds CMS system..

2005-02-10 Thread Jim MacDiarmid
al service. Anyone have any thoughts on this? Many thanks in advance, Jim

[PHP-WIN] Looking for PHP development software

2005-02-15 Thread Jim MacDiarmid
on include or require statements? Any ideas? Jim

[PHP-WIN] Re: Undefined variable

2005-02-16 Thread Jim Plush
testing "Louis Young" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there > > I'm getting the following error regardless of whether register_globals > is on or off. > > *Notice*: Undefined variable: button1 in *C:\Program Files\Apache > Group\Apache2\htdocs\spar\admin\login.php*

[PHP-WIN] test

2005-02-16 Thread Jim Plush
testing 1,2,9 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Looking for new php hosting service

2005-03-09 Thread Jim MacDiarmid
ndering if there was anything better? I'm looking for a decent plan that I can host a PostNuke site with pnPHPbb2 and a classified ads package I purchased recently. Thanks much, Jim Northern Virginia Community Classifieds http://www.nova-classifieds.com

[PHP-WIN] Re: XP and PHP

2005-03-10 Thread Jim Plush
just try "Stan Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > New at this game. I loaded php5 on XP with the php installer. I cannot get > a varable to parse. Can anyone help. I do believe it is with the > instalation. I have checked the rights to the ini file and t

[PHP-WIN] Re: Reparse / reread php.ini

2005-03-10 Thread Jim Plush
do a phpinfo() call and look at the path of your php.ini file, it appears you're not editing the correct one. I usually just do iisreset on the command line and thats all I need. "Peter Ordal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can I force PHP to reread the php.ini

[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Jim Plush
Hey Danny, no good books on that subject regarding php/mcv that I've seen but PHP Architecht has some good articles on MVC, I believe they have a free issue that has a huge article on PHP/MVC. www.phparch.com Danny Lin wrote: Can any one recommend a good book that discusses MVC design patterns w

[PHP-WIN] Disappointed with Wrox books

2005-05-22 Thread Jim MacDiarmid
I purchased a copy of the book "Professional PHP4 Web Development Solutions" and I'm guessing it's been discontiued from their list. I was wondering if anyone would know how I can get the source code for the book? Thanks, Jim -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] Weird variable issue - variable not getting assigned

2005-07-08 Thread Jim MacDiarmid
gt;userinfo['userid']; }; I know I'm getting data back in my array. I have a running trace log. I've determined that I can do an assignment such as: $this->username = "testusername"; Something is preventing the assignment from the array for some reason. Any

[PHP-WIN] Reading LongText or Blob fields

2005-07-10 Thread Jim MacDiarmid
HTML page content. TIA, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Strange mysql/pear db self join help needed.

2005-07-24 Thread Jim MacDiarmid
+ Cats2.Cat + Cats3.Cat) When I execute this query in something like Navcat 2005 or SQLyog it works fine. By the way, I'm also using the PEAR DB class. Any ideas? Thanks :) Jim MacDiarmid -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Enabling File I/O functions on a shared host

2005-07-27 Thread Jim MacDiarmid
play the images and icons. I'd also like to be able to read and write my own files. I was wondering if there was a way to enable these I/O functions myself using ini_set or some other way since I don't have direct access to the php.ini file? Thanks, Jim -- PHP Windows Mailing List

[PHP-WIN] Form problem variables are being sent in the query string

2005-08-22 Thread Jim MacDiarmid
#x27;PHP_SELF'] For some reason, these form variables are being passed on the query line. Is there any way this can be prevented? Thanks in advance, Jim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Install trouble - PHP & MS SQL

2005-11-10 Thread Jim McDonald
MS SQL "database type" not supported I can't get MS SQL supported in my PHP installation. I've just installed PHP BB (and I have tried their forums) and want to use MS SQL, here's my setup MS Win 2K SP4 Apache 2.0

RE: [PHP-WIN] Changes to php.ini file have no effect

2005-11-29 Thread Jim McDonald
ed to set an Environment Variable PHPRC with the correct path -- especially useful if you have your web site on a different drive. -jim -Original Message- From: Wayne Khan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 4:19 AM To: php-windows@lists.php.net Subject: RE: [PH

  1   2   >