RE: [PHP-WIN] Re: include_path and relative vs. absolute paths

2004-08-20 Thread Wolfgang Schneider
On Tue, 17 Aug 2004 10:42:50 -0400, Gryffyn, Trevor wrote: Hi Trevor. a short note ... >Maybe not the most elegant, but I like to keep my stuff kind of modular >so what I've done is just create an "includes" folder in the root and >them reference it as include("../includes/includename.inc") from

Re: [PHP-WIN] Problem with my PHPNuke Site

2003-10-06 Thread Wolfgang Schneider
On Mon, 6 Oct 2003 18:07:52 -0500, Charlie Brewer wrote: Hi >I have a PHPNuke website, with PHPbb forums. The problem is, it doesnt > matter what I set the Forum font color to, its automatically overridden by the > website font color. Now I dont want the forums to have the same font color > as

Re: [PHP-WIN] Microsoft Windows 2000 [Version 5.00.2195]

2003-10-01 Thread Wolfgang Schneider
On Wed, 1 Oct 2003 11:10:31 +0200, Morten Gulbrandsen wrote: Hi Morten >php version 4.3.3 >Apache version 1.3.28 >MySQL server version: 4.1.0-alpha-max-debug > >Suitable for >Microsoft Windows 2000 [Version 5.00.2195] I have this setup now running on my Win2K notebook ... and so far there were n

Re: [PHP-WIN] php 4.3.3 / 4.1. - variable problem

2003-09-16 Thread Wolfgang Schneider
On Tue, 16 Sep 2003 18:35:30 +0200, Wolfgang Schneider wrote: Hello everybody sorry to bother you again .. but I found "the solution" to my problem ... >This worked without a problem with my previous php 4.1.2 but it >displays and empty page under the new php 4.3.3

[PHP-WIN] php 4.3.3 / 4.1. - variable problem

2003-09-16 Thread Wolfgang Schneider
Hi everyone, I just upgraded my Win2000 installation of PHP to the php 4.3.3 ... and everything seems to be running fine in cooperation with my Apache 1.23 server also installed on this Win2000 "testing" platform While calling up a website I am developing now, I am encountering a problem in

[PHP-WIN] $PHP_SELF & change of bgcolor ?

2003-01-17 Thread Wolfgang Schneider
Hi a bit of a newbie question ... :-) Can php be used to set the bgcolor in a navigation menu depending on what page one is on? Let's say the menu consists of table with 4 cells / options, and the option corresponding to the current page (somehow use $php_self to determine?) have blue text on w

[PHP-WIN] "subscription" php/mysql script anyone?

2002-12-19 Thread Wolfgang Schneider
Hi, I am not sure if this is the right place to ask such a question ... I was wondering if anyone knew of a php/mysql script solution to handle subscriptions with access to certain server areas for a certain period of time ? Sorry, if this is not appropriate here ... if so, please do not reply to

[PHP-WIN] php/mySQL ... using different port

2002-10-09 Thread Wolfgang Schneider
Hello, trying to connect to a mySQL database that runs on a 2nd mySQL server and not the standard one, the 2nd mySQL has been assigned a different port number How do I change the connect to mySQL lines so the php file is trying to open a connection to the mySQL server on the alternate port

[PHP-WIN] @include ...

2002-09-24 Thread Wolfgang Schneider
Hello, I have a question about a syntax I had not noticed until now and I could not find an explanation for the inclusion of the character "@" in from of function statment ... What's the difference between these: (1) @include("../lang/english/trad4all.inc.php"); (2) include("../lang/english/trad

RE: [PHP-WIN] zlib extension ?

2002-09-19 Thread Wolfgang Schneider
On Thu, 19 Sep 2002 15:04:31 -0500, David Hollister wrote: >>>Looking for Biblical information? COME AND SEE! > >Hey, isn't that the line that catholic priests use to get kids alone? Mr. Hollister, save your jokes for some other place .. disgustiung! And, yes .. I rather you not reply! Sincer

[PHP-WIN] zlib extension ?

2002-09-19 Thread Wolfgang Schneider
Hello, I am trying to install an php/mysql application which has an automatic install routine ... however, while running it, it checks for installed components and came up with the following message concerning a missing extension ... >> For Claroline to work, you need the following on the serve

Re: [PHP-WIN] Re: "weeks" via date function

2002-07-22 Thread Wolfgang Schneider
On Mon, 22 Jul 2002 23:06:47 +0200, Nicola Delbono wrote: >Search google with the word "date_calc" >it's a class. You can do almost everything about dates Dear Nicola thank you very much for your note and helpful hint ! Knowing what to search for in search engines does help :-) ! God bless you

[PHP-WIN] "weeks" via date function

2002-07-19 Thread Wolfgang Schneider
Hello everyone, I have a question concerning how to determine the week of the year via the date functions in php ... Does anyone have a suggestion on how to set up some code to determine which "week of the year" the "current date" is in, that is for today's date (19 July 2002) it should return

[PHP-WIN] php4 / sessions / win2k

2002-03-16 Thread Wolfgang Schneider
Dear all, somehow I am encountering a crash of the apache server on a Win2K Pc here when trying to access a set of php files that use mysql as a backend and involve "session" data ... when trying to access the index.php file, I get an error message saying "apache.exe caused an error and is being

[PHP-WIN] changing "included file" in a container

2002-03-15 Thread Wolfgang Schneider
Hi everyone, I am wondering how to do the following: I have a php file that sort of serves as a "container" and has a header, footer and side navigation which remain the same ... furthermore, in the main part of the page, a file is called via "include( );", and in this file there is a link for "

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread Wolfgang Schneider
On Sun, 10 Mar 2002 17:27:15 -0500, Mike Flynn wrote: Hi Mike and Alain >Good point. I assumed that Wolfgang meant for normal client-side pages. Actually, I was thinking of some "normal server side pages" ... :-) I've seen things people did with asp pages where I thought they sized pop windo

[PHP-WIN] new window with set size via php ?

2002-03-10 Thread Wolfgang Schneider
Hi everyone, does anyone know if one can open a browser window with a specific size from within a php script ? I mean achieve something like what javascript can do via including the following onclick="window.open('testpage.html','test','width=480,height=400');" in an http://classes.bibelcente

[PHP-WIN] fasttemplates parsing

2002-03-06 Thread Wolfgang Schneider
Hello, I am encountering a problem with a php "application" which uses "fasttemplates" ... Everything works nicely when I use a straight html file as a template (using the extension .tpl). For certain functions and a better incorporation into the existing website (which is written in php thro

RE: [PHP-WIN] php 4.1 / xitami on a Win2k computer

2002-01-29 Thread Wolfgang Schneider
Hi everyone, I've got the problem with the PHP_SELF question solved ... someone did supply me with some code that "did the trick". If anyone is interested, here it is: ___ // Under Apache $PHP_SELF is needed, under Xitami it is $SCRIPT_NAME // Find out based on w

RE: [PHP-WIN] php 4.1 / xitami on a Win2k computer

2002-01-29 Thread Wolfgang Schneider
Hello Martin, >Does _SERVER["PHP_SELF"] under "PHP Variables" have a value? just as empty as the PHP_SELF ... :-( Also empty is _SERVER["PATH_INFO"], _SERVER["PATH_TRANSLATED"] _SERVER["DOCUMENT_ROOT"] are both returning the proper directories. God bless you with His grace and peace

[PHP-WIN] php 4.1 / xitami on a Win2k computer

2002-01-29 Thread Wolfgang Schneider
Hello all, I am running Xitami together with PHP 4.1 and mySQL on a Win2k computer for locally testing websites ... everything seems to work fine, except for a bit of a strange thing I encountered now . When running the phpinfo() to get all the values for the system variables etc ... the PHP_SEL

[PHP-WIN] mysql/php install on a Win2k machine

2001-08-23 Thread Wolfgang Schneider
Hi, as a bit of a newbie with PHP and Win2k, I've succesfully installed and used php on my Win2k computer for testing web pages etc locally on my computer and not having to upload things to the server of my ISP. Everything runs fine ... so it seems. Today then, I just installed a mysql distrib

Re: [PHP-WIN] Xitami Config

2001-04-19 Thread Wolfgang Schneider
enter these different variables in these sections via the browser as well following step by step through the different administrative sections. Hope this helps a bit ... God bless you with His grace and peace Wolfgang Schneider Looking for Biblical information? COME AND SEE! Che

[PHP-WIN] e-mail virus "snowhite ... ha,ha,ha"

2001-04-05 Thread Wolfgang Schneider
d type: EXTRACT /A D:\WIN95\WIN95_11.CAB WSOCK32.DLL /L C:\WINDOWS\SYSTEM Where D: is your CD-ROM drive __ I trust this helps, and that you can take a look to make sure that your PC is not infected ... or else take the steps to remove the virus. Hav

Re: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Wolfgang Schneider
u want to consider having a look at my website given below in my signature? With kind regards, Wolfgang Schneider Webdesign & Translations http://www.ws-webservice.de/en/ Tel +49 (0) 228 326484 * Fax +49 (0) 228 326438 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

[PHP-WIN] Win2k & php

2001-03-01 Thread Wolfgang Schneider
directory with files to a host name to be used with local host? Any help is appreciated! God bless you with His grace and peace Wolfgang Schneider Looking for Biblical information? We have studies, articles, bookshop and other interesting pages. COME AND SEE! Check it out NOW! -- BibelCen