[PHP] php/mysql web question

2005-09-06 Thread bruce
saving data from the db/tbl (short of using session vars) thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php mailing list/email app

2005-09-06 Thread bruce
hey, can anyone tell me if there's a good/serious email/newsletter list manager app for php similar to 'python/mailman' thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need to convert field names into array for form submission

2005-08-12 Thread Bruce Gilbert
appreciated! -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] what should I look for with this error

2005-08-11 Thread Bruce Gilbert
for the heredoc. You also didn't close the PHP block after END_FORM; Then you need to open a PHP block at about line 635 before the if statement. [/snip] Were you able to resolve this? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] what should I look for with this error

2005-08-10 Thread Bruce Gilbert
' what does this indicate? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] what should I look for with this error

2005-08-10 Thread Bruce Gilbert
I don't see any missing semi-colons off hand. The error is supposedly on line 556 in the below code: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html!-- InstanceBegin template=/Templates/subpage_template.dwt codeOutsideHTMLIsLocked=false -- head !-- InstanceBeginEditable

[PHP] re: blank page with PHP

2005-08-09 Thread Bruce Gilbert
I guess this would help. The URL to my PHP config is http://www.wealthdevelopmentmortgage.com/test/form_test/info.php -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] blank page with PHP

2005-08-09 Thread Bruce Gilbert
someone take a look at my configuration settings and see if there may be something to cause this? Of course there may be something I missed in the code as weel, but it the past I always got some sort of error, not just a blank page. thanks, -- ::Bruce:: -- PHP General Mailing List (http

[PHP] need help finding parsing error please

2005-08-05 Thread Bruce Gilbert
(search engine optimization) ready. / meta name=author content=Bruce Gilbert / meta name=robots content=ALL / meta name=classification content=web site development / meta name=copyright content=2005 - Inspired-Evolution / link rel=stylesheet href=Gilbert.css type=text/css media=screen, handheld

[PHP] cannot find the parse error

2005-08-02 Thread Bruce Gilbert
specializing in creating unique, interesting, cross-browser friendly websites that conform to web standards, usability and accessibility and are SEO (search engine optimization) ready. / meta name=author content=Bruce Gilbert / meta name=robots content=ALL / meta name=classification content=web site

[PHP] regarding form submission and option pull down menu

2005-08-02 Thread Bruce Gilbert
? thanks! -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] returning info. from a form selection

2005-08-01 Thread Bruce Gilbert
value=Construct Home/option option /select and return that to an email address. thanks -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP error on form

2005-07-28 Thread Bruce Gilbert
Hello, I am trying to get a form to work integrating html with PHP. the code I have is: ? $form_block = FORM METHOD=\POST\ ACTION=\$PHP_SELF\ pstrongYour Name:/strong /br INPUT type=\text\ NAME=\senders_name\ SIZE=30/p pstrongpYour E-mail Address:/strong /br INPUT type=\text\

[PHP] Re: PHP error on form

2005-07-28 Thread Bruce Gilbert
; echo $message_err; echo $form_block; } } ? On 7/28/05, Mike Johnson [EMAIL PROTECTED] wrote: From: Bruce Gilbert [mailto:[EMAIL PROTECTED] Hello, I am trying to get a form to work integrating html with PHP. the code I have is: ? $form_block

[PHP] PHP form not working

2005-07-28 Thread Bruce Gilbert
Here is the entire code on the page. Now I am getting an error again... !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en-US lang=en-US dir=ltr head meta http-equiv=Content-type

[PHP] quick question about using capital letters coding w/ PHP

2005-07-24 Thread Bruce Gilbert
Hello, I am well versed in coding with xhtml which requires all lower case and am pretty much a newbie at PHP so that is why I am asking this question. is this acceptible if ($_post [sender_email] == ) or does at have to be if ($_POST [sender_email] == ) in short, do uppercase and lowercase

Re: [PHP] Re: preg_match_all question

2005-07-24 Thread Chris Bruce
? Chris Bruce wrote: Hello, I am using the following to do link replacing: preg_match_all(/\s*a\s+[^]*href\s*=\s*[\']?([^\' ]+)[\' ]/isU,$file[$x],$matches); It works great for all but 'https' links. I am not that versed in regular expressions. Would anyone know what I need to put in there so

[PHP] preg_match_all question

2005-07-19 Thread Chris Bruce
Hello, I am using the following to do link replacing: preg_match_all(/\s*a\s+[^]*href\s*=\s*[\']?([^\' ]+)[\' ]/isU,$file[$x],$matches); It works great for all but 'https' links. I am not that versed in regular expressions. Would anyone know what I need to put in there so that it will

[PHP] still some problems with contact form

2005-07-19 Thread Bruce Gilbert
assistance/guidance is greatly appreciated. Thanks list! Bruce G. http://www.inspired-evolution.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: still some problems with contact form

2005-07-19 Thread Bruce Gilbert
.. if(this error || that error || some other error) { print error; } else { //no errors, thank them! print THANKS! } - Original Message - From: Bruce Gilbert [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Tuesday, July 19, 2005 5:52 PM Subject: [PHP] still some

[PHP] Re: not sure why form submission gives me error

2005-07-16 Thread Bruce Gilbert
Thanks guys. I am on a Mac and have BBEdit light, which is not too great for PHP editing, from m experience. On 7/16/05, Burhan Khalid [EMAIL PROTECTED] wrote: Edward Vermillion wrote: Bruce Gilbert wrote: Hello, I have a form on my site http://www.inspired-evolution.com/Contact.php

[PHP] not sure why form submission gives me error

2005-07-15 Thread Bruce Gilbert
Hello,strong $firstname/strong./p p We have received your request for additional information, and will respond shortly./p p Thanks for visiting inspired-evolution.com and have a wonderful day!/p; } ? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] cannot connect to MySQL server and not sure why

2005-07-14 Thread Bruce Gilbert
in the actual script. and I double checked that to be correct as well. Any suggestions? -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] connecting to MySQL from a Mac

2005-07-12 Thread Bruce Gilbert
Hello, I am trying to add a PHP search to my site and the read me file says to: 2. In the server, create a database in MySQL to hold Sphider data. a) at command prompt type (to log into MySQL): mysql -u your username -p Enter your password when prompted. b) in MySQL, type: CREATE DATABASE

[PHP] trouble with file upload page using PHP

2005-07-06 Thread Bruce Gilbert
this by adding something to the script above? thanks, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: Re[2]: [PHP] looking for a pure startup opportunity..

2005-06-28 Thread bruce
- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 4:58 AM To: php-general@lists.php.net Subject: Re[2]: [PHP] looking for a pure startup opportunity.. Hello Bruce, Tuesday, June 28, 2005, 1:49:09 AM, you wrote: b they recently got ~$13million in funding

RE: [PHP] looking for a pure startup opportunity..

2005-06-28 Thread bruce
going to be delivered. -bruce -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 6:16 AM To: php-general@lists.php.net Subject: Re: [PHP] looking for a pure startup opportunity.. OK, let me put this another way... while trying to remain polite

RE: [PHP] looking for a pure startup opportunity..

2005-06-28 Thread bruce
funding but to find the right team, with the right concept, and to build the business/infrastructure, etc... but, rather than take up space on this list, send responses to me offline. this will keep the conversation from monopolizing the bandwidth! -bruce -Original Message- From: Shaw, Chris

RE: Re[2]: [PHP] looking for a pure startup opportunity..OT

2005-06-28 Thread bruce
, but now that you say this red flags go up because it seems a little more disingenuous. And why not put in there that you are looking for folks to put up some sweat equity, an equity that may or may not be valuable when the product(s) roll out? Bruce I am not trying to be a hard-ass here, I was just

[PHP] looking for a pure startup opportunity..

2005-06-27 Thread bruce
of life, let's talk!! but with the right combination of web development skills (perl/php/c/apache/linux/mysql/html/css) we can do some damage. there are numerous opportunities for the right 3-5 person team! regards, bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

RE: [PHP] looking for a pure startup opportunity..

2005-06-27 Thread bruce
this... so, the question i have for you.. why do you not think you could do it!! but the fact that you think you can't means there's less competition from those who do it! peace... -bruce -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 5:36

[PHP] PHP search

2005-06-26 Thread Bruce Gilbert
Hello, I am fairly new to PHP, and I am looking to create a search functionality on a website using php. Can anyone point me to a good tutorial that can walk me through this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] a basic array question!

2005-06-25 Thread bruce
/ /form } i simply need to know how to get the actual value of an element ('lastname') to do: $cat = $foo-facets[0]-['lastname'] (obviously, this doesn't work!!) i've tried a variety of possible choices, with no luck... any ideas/thoughts/etc... thanks bruce [EMAIL PROTECTED

[PHP] css/html expertise??

2005-06-25 Thread bruce
hi i know this is a php list, but i have a prob/question. i'm playing around with css (classes/ids/etc...) does anybody here have any experience with this or could answer a few questions?? thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] undefined mysql_connect() ???

2005-06-22 Thread bruce
frank. try to do an install of php-mysql. you can do this by yum/rpm. this should get you the ability to run the php commandline test app. let's get this working 1st. once this is working, we can get your apache working correctly.. btw, what do you get when you do a 'httpd -l'? -bruce

RE: [PHP] Re: security question...??

2005-06-22 Thread bruce
and see what happens... rene, you also have to understand, i'm not trying to determine if the user's entire system is 'clean/valid'. i'd settle for a way of knowing that the browser/client that i'm talking to is legitimate!! -bruce -Original Message- From: Rene Brehmer [mailto:[EMAIL

[PHP] php - jscript - onclick event..

2005-06-22 Thread bruce
, let me know.. this might be somewhat jumbled. thanks -bruce [EMAIL PROTECTED] test cms_focus function script language=javascript type=text/javascript !-- function cms_focus (element, index) { e = document.getElementById (element); p = document.getElementById ('cms-panels

RE: [PHP] undefined mysql_connect() ???

2005-06-22 Thread bruce
working, then you can think about upgrading if you need to.. -bruce -Original Message- From: Frank Whitsell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 8:11 AM To: bruce Cc: php-general@lists.php.net Subject: RE: [PHP] undefined mysql_connect() ??? Yes, updating php and mysql

RE: [PHP] Re: security question...??

2005-06-22 Thread bruce
, or in your daily job.. or you might simply need to recognize that there's a lot more that you don't know, than you do... ahh to be young! do some research, check some of the literature.. -bruce -Original Message- From: Rory Browne [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005

RE: [PHP] Re: security question...??

2005-06-22 Thread bruce
... i've intentionally constrained the focus of this thread.. the fact that you've taken the thread in another direction is your issue... -bruce -Original Message- From: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 11:01 AM To: [EMAIL PROTECTED]; Rory Browne; php

RE: [PHP] Re: security question...??

2005-06-22 Thread bruce
be real, there will never be a solution for any problem that satifies everyone! that's life.. peace.. -bruce -Original Message- From: Rene Brehmer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 2:55 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: security question

RE: [PHP] Re: security question...??

2005-06-21 Thread bruce
if someone spent some time, there could be solutions that would be robust, doable, and reasonably secure... -bruce -Original Message- From: Rory Browne [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 7:39 AM To: Matthew Weier O'Phinney Cc: php-general@lists.php.net Subject: Re

RE: [PHP] Re: security question...??

2005-06-21 Thread bruce
Message- From: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 10:21 AM To: [EMAIL PROTECTED]; -{ Rene Brehmer }-; php-general@lists.php.net Subject: RE: [PHP] Re: security question...?? bruce mailto:[EMAIL PROTECTED] on Monday, June 20, 2005 5:50 PM said: if you're

RE: [PHP] undefined mysql_connect() ???

2005-06-21 Thread bruce
frank... try creating a really simple php app that hist the mysql db, and run it from the php/command line interface.. does it work properly?? -bruce -Original Message- From: Frank Whitsell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 1:09 PM To: php-general@lists.php.net

RE: [PHP] undefined mysql_connect() ???

2005-06-21 Thread bruce
frank, did you install php/mysql as an RPM or from source? what OS are you using? if you did the RPM (assuming redhat linux), do a rpm -qa | grep 'php' (or maybe just php without the '') tell me/the list what it says.. -bruce -Original Message- From: Frank Whitsell [mailto:[EMAIL

[PHP] security question...??

2005-06-20 Thread bruce
a legitimate (non-hacked) browser?? or is there even a way to do this? or should i just go back to sleep..?? thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: security question...??

2005-06-20 Thread bruce
copying an app... i just want to know that the version of IE that i'm talking to is indeed a good/not hacked copy... -bruce -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 10:05 AM To: php-general@lists.php.net Subject: [PHP] Re: security

RE: [PHP] Re: security question...??

2005-06-20 Thread bruce
as to what i'm dealing with, and why it should be important to people who write secure apps/sites/systems. if you only focus on the server, you can't really say your service is really secure... from my $0.02 worth, more thought needs to be focused on this issue as well... -bruce -Original

RE: [PHP] Re: security question...??

2005-06-20 Thread bruce
that the client i'm talking to is indeed a valid/real client. IE, if it identifies itself as IE, then it actually is IE, and not some spoofed app, that acts like IE, that might be sending data to who knows where... -bruce -Original Message- From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED] Sent

[PHP] need help/sample code for php/apache/imagemagick

2005-06-17 Thread bruce
as an apache app.. thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] possible jscript/php/frames question!!

2005-06-17 Thread bruce
slammed all this inside a frame, would that prevent the url-x,y information from being displayed?? my sample code is below... thanks -bruce [EMAIL PROTECTED] --- [EMAIL PROTECTED] site]# cat map.php ? /* test

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread bruce
@lists.php.net Subject: RE: [PHP] possible jscript/php/frames question!! bruce mailto:[EMAIL PROTECTED] on Friday, June 17, 2005 3:48 PM said: i've got a problem where i'm trying to play with imagemaps. i created a test image map, but when i select inside the image map, i 'see' the ?x,y from

Re: [PHP] OT ??: Form posting without leaving form

2005-06-16 Thread Kall, Bruce A.
Thanks. This worked out to be the best solution of the suggestions I had received. I've implemented it and it works as advertised. Bruce John Browne wrote: Check out the xmlhttp object in Javascript: http://jibbering.com/2002/4/httprequest.html On 6/13/05, Kall, Bruce A. [EMAIL

[PHP] OT ??: Form posting without leaving form

2005-06-13 Thread Kall, Bruce A.
, but leave the same web page displayed. Thanks, Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] setting up a wiki - looking for suggestions!

2005-06-09 Thread bruce
/mysql/postgres -relatively straight-forward to run, doesn't require the ph.d - any ideas/thoughts/etc... thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] setting up a wiki - looking for suggestions!

2005-06-09 Thread bruce
also, -issue tracking -possible basic project management - -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 11:56 PM To: php-general@lists.php.net; 'For users of Fedora Core releases' Subject: [PHP] setting up a wiki - looking for suggestions

[PHP] setting up a wiki - looking for suggestions!

2005-06-09 Thread bruce
basic doc/project workflow (even based) -runs on apache/linux/perl/php/mysql/postgres -relatively straight-forward to run, doesn't require the ph.d - any ideas/thoughts/etc... thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Is there a big speed difference...

2005-06-09 Thread bruce
in all honesty, it would really depend on how good the compiler/optimizer is.. but since you're dealing with php.. and i assume that there's not a good (if any) optimization process... i would tend to say, include the function/file once, use the function as required... -bruce -Original

[PHP] looking for php/guru/drinking partners!

2005-06-07 Thread bruce
need a workflow app to manage this part of the process... so, if you're serious, let's talk! thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need help with php/xml/template !!!

2005-06-03 Thread bruce
this. i'm in the bay area of cali, if you're close i'd even do lunch!! if you're not, talking via phone would probably be enough to get me started! thanks -bruce [EMAIL PROTECTED] ps: sample code - !DOCTYPE html PUBLIC -//W3C//DTD XHTML

[PHP] building php, using mysql for apache2

2005-06-01 Thread bruce
, and where they'd be located? if i knew the files, i could do a search to find where they're located. -- ./configure --with-apxs2=/usr/sbin/apxs --with-mysql=/usr/bin/mysql_config -- thanks -bruce [EMAIL PROTECTED] -- PHP General

[PHP] using php4 in a php5 environment...

2005-05-31 Thread bruce
the other apps... thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql 4.1.3beta

2005-05-31 Thread bruce
the mysql4.1.12 server/client... any reasonable pointers!! thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php based open source document workflow

2005-05-29 Thread bruce
or less track what's going on. does anybody have any thoughts on an open source solution for this kind of situation. thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cURL functions

2005-05-13 Thread Chris Bruce
I did look at your post on PATH_INFO which did not get me any closer to the solution. At this point, I am just trying to get an image using cURL and then force it to download to the computer. Here is the link: http://205.207.224.90/getimage.php and here is the code: header(Content-type:

Re: [PHP] cURL functions

2005-05-13 Thread Chris Bruce
This should work: $ch = curl_init(); // create cURL handle (ch) if (!$ch) { die(Couldn't initialize a cURL handle); } // set some cURL options $ret = curl_setopt($ch, CURLOPT_URL, http://images.apple.com/home/2005/images/ tigershippingdashboard20050429.jpg); $ret = curl_setopt($ch,

[PHP] cURL functions

2005-05-12 Thread Chris Bruce
Hi, I am connecting to a remote image download API using cURL functions. I have the connection working fine and am getting the response from the API. The problem is that the resulting image is being displayed as binary characters in the browser instead of downloading to my computer. Here is

[PHP] project looking for a web designer/developer

2005-05-09 Thread bruce
, we'll layer it on top of the underlying functionality.. Thanks Bruce [EMAIL PROTECTED] (PS. Just where does one go on the Web To find entrepreneurs who want to start a company/be part of a startup?? Sounds like a biz concept!!) -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] app to create directories with a browser...

2005-04-13 Thread bruce
enter this into a browser/app and have the app then create the underlying structure on the harddrive... anybody have any ideas/knowledge of such an app. i'd prefer it to be GUI is possible, but i'll look at pretty much anything that works... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing

[PHP] parsing values from a form post

2005-04-08 Thread Chris Bruce
Hello, Here is an example of what could be posted from a form: Array ( [tax0] = GST [amount0] = 10.23 [type0] = Goods [tax1] = GST [amount1] = 6.5 [type1] = Goods [tax2] = HST [amount2] = 3.54 [type2] = Goods [tax3] = HST [amount3] = 8.95 [type3] =

Re: [PHP] parsing values from a form post

2005-04-08 Thread Chris Bruce
, visit: http://www.php.net/unsub.php -- Chris Bruce [EMAIL PROTECTED] Idextrus E-Business Architects http://www.idextrus.com 3282 Wilmar Cres. Mississauga, ON L5L4B2 CA 905.828.9189 South Office 705.361.0331 North Office Skype: callto://chrisrjbruce

[PHP] entrepreneur/startup projects..

2005-04-02 Thread bruce
hi... we're curious... is anyone here looking/trying to start their own software company, who are looking for help/assistance/etc... it can be sweat equity/salaried... not looking to spam, just looking to create a biz. thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http

[PHP] php user groups - searching for php developers for a project...

2005-04-01 Thread bruce
sites, but we didn't want to post there, given that this isn't a 'salaried' opportunity. this would be strictly startup/sweat equity, ie.. risky as hell!! thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FW: php pages

2005-04-01 Thread bruce
- From: jim lawrence [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:05 PM To: [EMAIL PROTECTED] Subject: Re: php pages On Apr 1, 2005 3:59 PM, bruce [EMAIL PROTECTED] wrote: the question i have is why this does this..??? i was under the impression that php/webservers shouldn't

[PHP] an app to generate 'yahoo groups' features/functionality..

2005-03-30 Thread bruce
found plenty of bbs/forum types of apps that try to pass themselves off as being in the 'yahoo group' area. i've also seen the drupal based civic app... thanks for any help/pointers/etc, bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Download system

2005-03-21 Thread Chris Bruce
. I tried this system with header(Location: ..); but it just opened a new page and nothing happened else. For example if visitor uses FlashGet i want him to see just an address which doesnt involve the real path and name. If any body can help me, please.. Thanx a lot.. -- Chris Bruce [EMAIL

[PHP] Re: Handling email bouncebacks

2005-02-16 Thread Chris Bruce
not have initially thought of an approach like that. - Jamie -- Chris Bruce [EMAIL PROTECTED] Idextrus E-Business Architects http://www.idextrus.com 3282 Wilmar Cres. Mississauga, ON L5L4B2 CA 905.828.9189 South Office 705.361.0331 North Office

[PHP] Handling email bouncebacks

2005-02-15 Thread Chris Bruce
Hi, I am looking for a way to manage email bouncebacks on my Linux server for one of my client's email marketing system. What I would like to do is have a way of capturing the email address from the header of each bounce and insert it into a MySQL table. At that point I can do the requisite

[PHP] looking for an app that does categories/lists...

2005-02-10 Thread bruce
described... i've looked through google/freshmeat/sourceforge/etc.. as well as some of the scripting sites without much luck... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems with PHP and MySQL

2005-02-05 Thread Bruce Douglas
needs to be setup correctly. -bruce -Original Message- From: Jochem Maas [EMAIL PROTECTED] Sent: Feb 5, 2005 8:46 AM To: Sarah [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] Problems with PHP and MySQL Sarah wrote: Hi, I'm relatively new to PHP, but have already

Re: [PHP] Problems with PHP and MySQL

2005-02-05 Thread Bruce Douglas
if you actually have php/mysql setup properly... once you've done this... you can get into the guts of your app, to determine where the prob is -bruce -Original Message- From: Sarah [EMAIL PROTECTED] Sent: Feb 5, 2005 7:41 AM To: php-general@lists.php.net Subject: [PHP] Problems with PHP

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

2005-01-27 Thread Bruce Douglas
/enable/disable users, as well as track various attributes within the site... if i have the basic shell/structure, i can modify the code to my needs.. comments/criticisms/thoughts... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

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

2005-01-26 Thread Bruce Douglas
... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ldap functionality

2005-01-25 Thread Bruce Douglas
approach (given that i have no experience with ldap!) i'm open to a php/perl/linux/mysql/apache solution. searching through php/google hasn't turned up anything as of yet... if you have any thoughts let me know... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

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

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

2005-01-25 Thread Bruce Douglas
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 php-general@lists.php.net Subject: Re: [PHP

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

2005-01-22 Thread Bruce Douglas
together as a comprehensive app!! thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] NT domain info

2005-01-19 Thread Bruce Douglas
it does in php... good luck!! bruce -Original Message- From: Mikey [EMAIL PROTECTED] Sent: Jan 19, 2005 4:13 PM To: '[php] PHP General List' php-general@lists.php.net Subject: [PHP] NT domain info Hi NG! Does anyone here know of a way of getting at the user account information from a windows

Re: [PHP] Writing static file from dynamic PHP page

2005-01-18 Thread Chris Bruce
sorry for the repost, but my mail server was down from about 11pmEST last night to 9:15am this morning and unable to receive responses. Can someone forward me responses to this post if any? Thanks. Chris Hi, I am looking for a way to write to a file what the browser would see (raw html) when

Re: [PHP] Writing static file from dynamic PHP page

2005-01-18 Thread Chris Bruce
doesn't happen. If I run the contents of wget.php on the command line, presto, it works. So, what is the deal? Is it a problem with the apache user not having access to wget through PHP?? On Jan 18, 2005, at 11:41 AM, Richard Lynch wrote: Chris Bruce wrote: sorry for the repost, but my mail

[PHP] Writing static file from dynamic PHP page

2005-01-17 Thread Chris Bruce
Hi, I am looking for a way to write to a file what the browser would see (raw html) when viewing a dynamic PHP page. I have numerous include files, MySQL db queries, loops etc. and I want to generate the static result of that file and save it as an html page. I have toyed a little with output

[PHP] Building key sequences from strings

2005-01-11 Thread Bruce Cooper
I'd be dynamically building that string to pin on the end.[i.e. I'd like to be able the drill down to a depth determined from inside a function rather than having to hard-code it] I'm all confused. The same type of syntax works for other variable types What am I doing wrong ? :Bruce

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

[PHP] distributed architecture....

2004-12-30 Thread Bruce Douglas
similar, or that could be used as a starting point for the architecture... the closest i can find is the open source gnutella/limeware p2p app structure... thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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-generalm=109026859726530w=2 it kind of walks you through what you need to do.. hope it helps...

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-generalm=109026859726530w=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
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-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 is

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]

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

<    1   2   3   4   5   6   7   >