Re: [PHP] Problems with PHP and MySQL

2005-02-05 Thread Bruce Douglas
sarah... rather than deal with classes/objs... (at least initially) just create a simple php/mysql app that sets up the user/passwd/host for the db, and see if you can do a successful mysql_connect check the return/error codes to see if the call/code works this will quickly tell you if you

Re: [PHP] Problems with PHP and MySQL

2005-02-05 Thread Bruce Douglas
disregard if you've already done this... you might want to do a quick php app with phpinfo, to determine if/what version of mysql php sees.. it's quite possible that php isn't seeing/interfacing with mysql. php needs to not only be built with a version of mysql, but the php.ini file also need

[PHP] in need of php code for user management/admin function...

2005-01-27 Thread Bruce Douglas
hi... i'm looking for 'open source' code that can be used in a website for handling user registration, user admin functions... does anybody know of a good set of functions that can provide this kind of feature set. or, can anybody give me opinions regarding apps that you've used that have had t

[PHP] in need of a directory/listing script/app

2005-01-26 Thread Bruce Douglas
hi... i'm looking for a good app/function/code to allow users to select a given item(s) from a list of categories. i'd also like the user to be able to display users who have selected a given category from the list... i can't seem to find an app that has this kind of code incorporated... thank

Re: [PHP] Understanding intval() and types conversion

2005-01-25 Thread Bruce Douglas
0 = 14,800 based upon my level of precision -bruce -Original Message- From: Jochem Maas <[EMAIL PROTECTED]> Sent: Jan 25, 2005 3:42 PM To: Bruce Douglas <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], Jordi Canals <[EMAIL PROTECTED]>, PHP List Subject: Re: [PHP

Re: [PHP] Understanding intval() and types conversion

2005-01-25 Thread Bruce Douglas
so... you're saying that 7.9 (repeating) is equal to 8.0 i say prove it.. as i recall the numbers might be for all practical purposes the same, they are in fact vastly different... so, prove your assertion... -bruce -Original Message- From: Richard Lynch <[EMAIL PROTECTED]>

[PHP] ldap functionality

2005-01-25 Thread Bruce Douglas
hi... i'm in need of an app that has/should have directory/user/member functionality. i want to setup a process to allow an adim to create different fields and categories for a user to enter. think of a company employee database, where you have the employe name, and then the various groups/proj

[PHP] looking for a combination contact application/social networking app

2005-01-22 Thread Bruce Douglas
hi... i'm in need of a glorified contact type application. i want/need to be able to allow users to enter their information into the system, specify what category(s) they belong to, be able to see others, rank others, etc... i also would like to be able to have some form of relational/6-degrees

Re: [PHP] NT domain info

2005-01-19 Thread Bruce Douglas
mikey... i'm not a guru... but this sounds like something that someone should have already done (or thought about) in perl. you might find that there's already a perl app/solution that gets you close to what you need, that would allow you to either use the perl solution, or rewrite what it does

Re: [PHP] Apache Server with php

2005-01-04 Thread Bruce Douglas
richard... i'm not sure of the email/list name.. but there is an apache email list.. if you get to the apache.org site.. they could help you.. they're actually pretty good.. sorry i don't have the name right at my fingers right now!! good luck... -Original Message- From: Richard Lync

Re: [PHP] what am I doing wrong? PHP5 on Fedora

2004-12-30 Thread Bruce Douglas
if you want to know/have a rough guide on building/compiling php with mysql/mysqli support, the following link should help you out... although it's for linux.. http://marc.theaimsgroup.com/?l=php-general&m=109026859726530&w=2 it kind of walks you through what you need to do.. hope it helps...

[PHP] distributed architecture....

2004-12-30 Thread Bruce Douglas
hi... i'm contemplating a project where a number of websites would communicate with each other via some network of round robin/distributed servers. Each 'client' website/app would be considered to be a 'node' of the overall network, and be able to upload/download information to the network. The

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Bruce Douglas
if you want to know/have a rough guide on building/compiling php with mysql/mysqli support, the following link should help you out... although it's for linux.. http://marc.theaimsgroup.com/?l=php-general&m=109026859726530&w=2 it kind of walks you through what you need to do.. hope it helps...

Re: [PHP] can I compile php source

2004-12-21 Thread Bruce Douglas
now guys/ladies.. this was funny! and can we move on... ! -Original Message- From: Matthew Sims <[EMAIL PROTECTED]> Sent: Dec 21, 2004 1:35 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] can I compile php source > On Wednesday 22 December 2004 01:37, Paul Aviles wrote: >> Guys, this

Re: [PHP] can I compile php source

2004-12-21 Thread Bruce Douglas
after looking at the msgs on this list for this thread... i'm curious. if you see an email that you don't want to respond to, why can't you simply choose not to respond to it, and ignore the msg. peace.. -Original Message- From: Paul Aviles <[EMAIL PROTECTED]> Sent: Dec 21, 2004 7:48

Re: [PHP] can I compile php source

2004-12-20 Thread Bruce Douglas
and this response was helpful to the guy who asked the original question, how i mean, aside from showing that you know how to do a link, what did you show peace... -Original Message- From: John Nichel <[EMAIL PROTECTED]> Sent: Dec 20, 2004 4:32 PM To: [EMAIL PROTECTED] Subje

Re: [PHP] Delivering large files via PHP (>300MB)

2004-12-13 Thread Bruce Douglas
hi.. you might also look into 'bit torrent'... peace.. -Original Message- From: Richard Davey <[EMAIL PROTECTED]> Sent: Dec 13, 2004 11:53 AM To: [EMAIL PROTECTED] Subject: [PHP] Delivering large files via PHP (>300MB) Hi all, Just thought I would pick the collective brain on this

[PHP] reading/writing the value of an / text value

2003-06-09 Thread Bruce Douglas
Hi. I have a question regarding the DOM model. Does anyone know how to write to the / text value using the DOM model. I more or less can write to / attributes of the DOM. but I can't figure out how to write (or read) the text of a - attribute I'd like to be able to do something like: echo"

[PHP] RE: php/sendmail/apache/linux...

2003-01-24 Thread Bruce Douglas
TED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Schmidt Sent: Friday, January 24, 2003 6:04 PM To: [EMAIL PROTECTED] Subject: RE: php/sendmail/apache/linux... On Fri, 24 Jan 2003, Bruce Douglas wrote: > However, as I stated, I'm fairly sure that the Sendmail app is working given >

[PHP] php/sendmail/apache/linux...

2003-01-24 Thread Bruce Douglas
hey... I'm sure the question has been answered a 1000 times!!! I'm trying to create a simple app to send email via PHP, using the "mail" function. I'm using RedHat(Linux 8.0 , Sendmail), PHP(4.2.2), Apache (2.0.40). I'm using the following piece of code:

RE: [PHP] a simple getenv question....

2003-01-22 Thread Bruce Douglas
, January 22, 2003 4:39 PM To: 'Bruce Douglas'; [EMAIL PROTECTED] Subject: RE: [PHP] a simple getenv question Do this: If what you want is here this just use: $_SERVER['REMOTE_ADDR'] etc You will need to have a look at the source of the output as the rendered view will l

RE: [PHP] a simple getenv question....

2003-01-22 Thread Bruce Douglas
PM To: 'Jim Lucas'; 'Bruce Douglas'; [EMAIL PROTECTED] Subject: RE: [PHP] a simple getenv question The simplest way to start looking would be phpinfo() page for starters. Timothy Hitchens (HiTCHO) Open Source Consulting e-mail: [EMAIL PROTECTED] > -Original Me

[PHP] a simple getenv question....

2003-01-22 Thread Bruce Douglas
Hi... A simple question... In the following code: I can only seem to get the last line to display the correct value. It's as if I can't seem to get/return any of the SERVER environment variables using the getenv() function I'm using Apache 2.0.40, PHP 4.2.2 on Linux RedHat 8.0. I've check