RE: [PHP-DB] include_path problem

2003-09-03 Thread Bruce Levick
PM To: 'Bruce Levick' Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] include_path problem On 03 September 2003 01:32, Bruce Levick contributed these pearls of wisdom: > Well yes I have restarted my webserver, and the php.ini file > is under the > "windows directory"

RE: [PHP-DB] include_path problem

2003-09-02 Thread Bruce Levick
ot;.;c:\php4\pear". I am running xppro, IIS, php 4.3.2 Any other ideas?? Cheers Bruce -Original Message- From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 7:10 PM To: 'Bruce Levick'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] include_path pro

[PHP-DB] include_path problem

2003-09-02 Thread Bruce Levick
Hi guys, I am re-developing the look and feel of a site and trying to set it up localy. Its all setup and ready to go but I am getting a pear.php include failure. Warning: main(/PEAR.php): failed to open stream: No such file or directory in G:\Inetpub\wwwroot\DB.php on line 25 Fatal error: main()

[PHP-DB] Storing browser stats

2003-03-05 Thread Bruce Levick
Is there a method for storing each users browser stats within a database table. So everytime someone visits the browser info is gathered and stored as a unique row in the 'browser' table in the database. Any advice?? Cheers -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visi

[PHP-DB] first 10 or so words

2003-02-13 Thread Bruce Levick
Howdy, I have a SELECT query displaying the results in repeated rows in a table. I have a COMMENTS column coming out of the database table which will likely contain a paragraph of information. I would like to display only the first 10 or so words and then have a more link that people can click on t

[PHP-DB] Flash/PHP Resources

2003-02-11 Thread Bruce Levick
Bruce Levick - VivamotionWhere can I find some good resources for tutorials to pass php queries into flash?? Cheers -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] ``List-Unsubscribe''

2003-02-05 Thread Bruce Levick
``List-Unsubscribe''

[PHP-DB] Insertion upon upload

2003-01-12 Thread Bruce Levick
Hi all, I have a simple upload form. /// upload.php ## File to Upload: //# Which loads up a process page. //## process.php ### // The upload works g

Re: [PHP-DB] guestbook to db to email

2003-01-11 Thread Bruce Levick
ks etc etc. Cheers - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'Bruce Levick'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 1:08 PM Subject: RE: [PHP-DB] guestbook to db to email > > I a

[PHP-DB] guestbook to db to email

2003-01-10 Thread Bruce Levick
Bruce Levick - Vivamotion Hi, I am going to build some form elements to use as submitting to a DB for a guestbook. Then display those inputs on another page as the entries to the guestbook. I also want to send the information they submit to an email address. I know how to manage sending simple

RE: [PHP-DB] Relationship or not.

2003-01-09 Thread Bruce Levick
I forgot to mention there will likely be more than the one "file" that relates to a task. -Original Message----- From: Bruce Levick Sent: Friday, January 10, 2003 2:40 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Relationship or not. I have a bit of a challenge on and only being

[PHP-DB] Relationship or not.

2003-01-09 Thread Bruce Levick
I have a bit of a challenge on and only being a newbie I will need to call on some experienced PHP'ers. I have two tables in a databse. "Tasks" and "Files". They relate to each other via Tasks.ID and Files.FID. I have successfully created an uploading form which adds images to a directory and re

[PHP-DB] php variables to JS

2003-01-04 Thread Bruce Levick
Bruce Levick - VivamotionI am opening a chromless window with some JS code. I need to pass some variables which come from rows in my database into the jscript which will determine the size and URL of the window. Before I go about drawing the info from the database I have set up some hard code php

[PHP-DB] mmmmmmm.....merry xmas

2002-12-22 Thread Bruce Levick
Bruce Levick - VivamotionIts been a hard day...christmas celebrations and I have stopped my development thought. I am passing two variables in a link like such. http://localhost/starttest.php?titlelink=illustrations?ITID=5 Am I connecting these variables correctly?? I am using the 2 variables

Re: [PHP-DB] random rows...what about tables

2002-12-17 Thread Bruce Levick
ROTECTED]> Sent: Tuesday, December 17, 2002 11:48 PM Subject: Re: [PHP-DB] random rows...what about tables > On Tuesday 17 December 2002 21:38, Bruce Levick wrote: > > Bruce Levick - Vivamotion > > Been searching for an answer to selecting a random table and then a random >

[PHP-DB] random rows...what about tables

2002-12-17 Thread Bruce Levick
Bruce Levick - Vivamotion Been searching for an answer to selecting a random table and then a random row within the selected table. I have this code which successfully selects a random row within a hard coded table. But just can't get the random table working. Error performing

Re: [PHP-DB] random select

2002-12-17 Thread Bruce Levick
thankyou that seemed to work well. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 9:32 PM Subject: Re: [PHP-DB] random select > On Tuesday 17 December 2002 18:46, Bruce Levick wrote: >

[PHP-DB] random select

2002-12-17 Thread Bruce Levick
Bruce Levick - VivamotionI was curious as to what is the best way to select a random row from a table in my database. I have currently five rows and will be expanding on that as well. I have tried this code. //retrieve