[PHP] "location bar"

2001-08-13 Thread Wolfgang Schneider
Hi everyone, I am somewhat new at the use of php and would appreciate if someone could help me with a question re "location bar" How can a location bar such as the sample below be generated in php to be displayed in web pages ... Location : home:/category:sub_1:/page title Is there a s

RE: [PHP] "location bar"

2001-08-15 Thread Wolfgang Schneider
On Tue, 14 Aug 2001 11:39:55 -0400, Kurth Bemis wrote: >just stick this in a function as I did and you'll be sailing.its easy >to update, and Extremely flexible. > >look at my code.. (rest snipped) Hi Kurth, and others I adjusted your code for the purpose of my site (replacing he values i

[PHP] php query for mysql table

2001-08-20 Thread Wolfgang Schneider
Hi I am a newbie to php + mysql and wanted to ask for some help on a particular item which I can't seem to find "the right key" in the documentation. I am trying to set up a simple Q&A system with an entry page where one can select to either have all questions & answers from a mysql database dis

RE: [PHP] php query for mysql table

2001-08-20 Thread Wolfgang Schneider
On Mon, 20 Aug 2001 13:35:39 +0300, Niklas Lampén wrote: >% works as a wildcard in mySQL. > >Example: > >"SELECT * FROM table WHERE Question LIKE '%life%'" would return all rows >with field Question containing string "life". Hello all helpers, well ... thanks to those who have already replied a

[PHP] php/mysql install on Win2k

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

[PHP] problem with constants

2001-08-24 Thread Wolfgang Schneider
Hello, I managed to setup my Win2k machine for testing purposes with php and mysql and things appear to work fine with one strange problem ... The same files work perfectly well when run from the server at my ISP, but now when running them on my machine, I am getting first some error messages su

[PHP] php chats? or better use cgi?

2001-08-24 Thread Wolfgang Schneider
Hello, I've tried one php chat some time ago (myPhPChat ? or something similar) which had some nice features, but was quite slow (compared to what I see with some of the chat functions for example in AOL IM or ICQ ) ... Are PHP based chats just slower? should one go for a CGI solution? Does anyon

Re: [PHP] php chats? or better use cgi?

2001-08-24 Thread Wolfgang Schneider
On Fri, 24 Aug 2001 13:21:41 -0300 (ART), Augusto Cesar Castoldi wrote: >Depends on how BIG is your chat. >I made a chat that is usually used by 4/5 peoples and >it runs great. Dear Augusto, thank you for the note ... I would think that perhaps 5-10 people might use the chat at one time. I don't

[PHP] "undefined variable view ..."

2001-08-26 Thread Wolfgang Schneider
Hi everybody, can someone have a look at this bit of code please and help me out? I am getting an error message when calling a php page containing the code below, and the message reads: "Warning: Undefined index: view in c:/bibelcenter.de/www/links/links.php3 on line 76" Now the line 76 in ques