Re: [PHP] Speed of MySQL connections - Socket vs. Non-Socket

2001-04-16 Thread Brian Clark
name [:port] [:/path/to/socket] > It's not a question. It is a statement prefecaing the real question, > which was is connecting directly to a socket faster. Ahhh, yes, I see that was stupid. Sorry, Alexander. :) I guess it's time to go back into hibernation. -Brian -- PGP is spoke

Re: [PHP] Parse error - script help.

2001-04-16 Thread Brian Clark
:$email\">$name > $submition > " ); > fclose( $fp ); > } > else > { > include ( "guestbooks.php" ); > } ?>> ... > It isn't working. Pfft! > -Owen -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list repli

Re: [PHP] Parse error - script help.

2001-04-16 Thread Brian Clark
Hi Brian, @ 11:14:55 PM on 4/16/2001, Brian Clark wrote: >> fwrite( $fp, "fwrite( $fp, " ^^^ > Remove the quotation mark. Duh, Brian. You have an extra fwrite($fp) in there. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy

Re: [PHP] Wrong parameter count

2001-04-16 Thread Brian Clark
nt row [, mixed field]) So you're just getting one row with mysql_result(). You probably want mysql_fetch_array() or mysql_fetch_object() if you want more than one row. If you don't, you'll need to use mysql_result($rs,$i) where $i is a row number. -Brian -- PGP is spoken here: 0xE

Re: [PHP] Newbie Help!! Please Look!

2001-04-18 Thread Brian Clark
nd of each line. Your best bet is to grab a fairly decent Programmer's Editor that can tell the difference and (re)act accordingly. Some good ones that come to mind are EditPlus (I've used it) or TextPad (I prefer it). You can find others in quite a long list here: <http://www.itwo

Re: [PHP] HTMLSpecialchars

2001-04-18 Thread Brian Clark
atabase unless there's just no other choice. If you do, you wind up having to patch a lot of small problems -- like converting 's back to newlines if you were to quote original posts in a , for example. If you have 's instead of the original newline characters, then you run it

RE: [PHP] search results return by relevancy

2001-04-19 Thread Brian Paulson
You might try this article on devshed on how to create a search engine using MySql and php. http://www.devshed.com/Server_Side/PHP/Search_Engine/ I currently use this same Technique to run our classifieds at http://www.chieftainclassifieds.com Thank you Brian Paulson Sr. Web Developer [EMAIL

Re: [PHP] Regular Expressions?

2001-04-19 Thread Brian Clark
", $myArray[x] ) /* syntax error :) */ ) > Is this correct? I think I'm missing something. You want something like this: > Thanks. > Jason -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List

Re: [PHP] Regular Expressions?

2001-04-19 Thread Brian Clark
Hi Jason, @ 2:19:48 AM on 4/20/2001, Jason Caldwell wrote: > Thanks Brian! No problemo. > Very helpful. Is there a good website that covers Regular Expressions? There is a GNU Regular Expressions Document out there somewhere if you want to know most of it inside an out (google.co

Re: [PHP] Regular Expressions?

2001-04-19 Thread Brian Clark
at the ^ and $ are used to tell the expression that > it *must* match what the expression expects? Yep; more precisely, ^[something]$ matches the whole string. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Regular Expressions?

2001-04-19 Thread Brian Clark
Hi Jason, @ 2:43:26 AM on 4/20/2001, Jason Caldwell wrote: > Actually ordered that very book (earlier) tonight on Amazon. Looking > forward to getting it. It's likely to be one of the most valuable books you own. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy

Re: [PHP] bounces from messages send to this list

2001-04-19 Thread Brian Clark
d send their auto-responder into an infinite loop. I keep hoping the list-admin will find out exactly who it is and end this madness. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Regular Expressions?

2001-04-19 Thread Brian Clark
x27; : 'no > match'); > Everything that MATCHED in example 1 no longer matched, Right, because it had a [:punct:] before the end of the string and you forced it to only pick up [:alnum:]'s -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies.

Re: [PHP] [php] what creates an Transport endpoint is not connected

2001-04-22 Thread Brian Clark
+not+connected" -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread Brian Clark
the very least: http://www.linuxdoc.org/ Most distributions have their own sites, and I'd be willing to bet that each of them have whole sections about installation (probably even the goriest of details). Most even answer questions like "Can I dual boot Windows and Linux?" Just _try_

[PHP] MySQL problem...

2001-04-25 Thread Brian Rue
etting a result back from MySQL... and it keeps trying to get it. Any help? Thanks, Brian Rue -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP SDL (Simple DirectMedia Layer) module project

2001-04-25 Thread Brian Wang
jects/phpsdl. It includes a ported stars demo by Nathan Strong. It is far from finish, and if anyone would like to help out, please contact me. Sincerely, Brian Wang

Re: [PHP] MySQL problem...

2001-04-25 Thread Brian Rue
table names, database names, also your result lines, I've found i get that error by not calling a result or calling the incorrect table/database > > Peter > > -Original Message- > From: Brian Rue [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 10:28 AM > To: [

Re: [PHP] phpwebsite

2001-04-27 Thread Brian Clark
Hi Manesh, @ 12:07:05 AM on 4/28/2001, Manesh wrote: > I got this from a site, and how do i set up the mail fetures? Got what from a site? Which mail features? -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (h

Re: [PHP] Arranging lists

2001-04-30 Thread Brian Tanner
You'll have to assign some sort of order to them using an integer tag column or something similar... and then order by that when you select That's my best suggestion. -Brian http://www.zaam.com ""Peter Houchin"" <[EMAIL PROTECTED]> wrote in message [EMA

RE: [PHP] PHP & Java ?

2001-05-04 Thread Brian Paulson
Is there any way that we can see the page? That might help in sorting out the problem Thank you Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com 1-800-269-6397 -Original Message- From: Jack Sasportas [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 11:22

[PHP] accessing Javascript Cookies with php

2001-05-08 Thread Brian Paulson
this same Problem? Thank you Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com 1-800-269-6397 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] PHP + APACHE on Win2k

2001-05-08 Thread Brian Clark
the version located here, for windows machines (as a DSO): <http://www.php4win.de> If you already have PHP installed, then open httpd.conf in your Apache Conf directory, and alter the AddType line for PHP to include the html extension. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO

[PHP] Apache not starting after installing php --with-gd

2001-05-18 Thread Brian Paulson
this happening with Mysql and we have been using mysql with out any troubles. we re using a Cobalt Raq3i Any Ideas? Thank You Brian Paulson Sr. Web Developer The Pueblo Chieftain www.chieftain.com 1-800-279-6397 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] PHP and XHTML

2001-05-18 Thread Brian Clark
> Completely false. PHP works fine with XHTML. In fact, I wrote a Swiss Army Chain Saw type of class, that started out as an XHTML class of sorts, to speed up my development. Navid, are you sure you aren't confusing XHTML with XML? -Brian -- PGP is spoken here: 0xE4D0C7C8 Please,

Re: [PHP] porting from perl

2001-05-20 Thread Brian Clark
; > } > elsif ($act eq 'movie') { > s{}{ href="http://movies.yahoo.com$1";>}gi; > } > $text .= "$_ \n"; > } > } > else { > $text .=

Re: [PHP] files

2001-05-23 Thread Brian Clark
the directory contents and test each file. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] how can i get local script name?

2001-05-23 Thread Brian Clark
or more, of the vars displayed in the "PHP Variables" section should provide what you're looking for. -Brian -- PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP] files

2001-05-23 Thread Brian Clark
Hi Jon, @ 10:55:03 AM on 5/23/2001, Jon Yaggie wrote: > What i need is the function that allows me to read the files in the > directory. This is what i can'g find. --(snip)-- readdir() <http://us.php.net/manual/en/function.readdir.php> -Brian -- PGP is spoken here: 0xE4D

Re: [PHP] gd_installation......................... :(

2001-12-26 Thread Brian Clark
* EMIN CALIKLI ([EMAIL PROTECTED]) [Dec 26. 2001 01:58]: > Hi Brian , > I don't have any file like ph_gd.dll . In your original message, you wrote: "I configured php 4.0.6 to run on IIS4.0 but I can 't load ph_gd.dll extension . I can use other extensions succesfull

Re: [PHP] PDF

2001-12-26 Thread Brian Clark
* Chamarty Prasanna Kumar ([EMAIL PROTECTED]) [Dec 26. 2001 05:09]: > > Hi All, > >Want to create PDF files using PHP Check out libpdf <http://www.php.net/manual/en/ref.pdf.php> Read the Introduction. -- Brian Clark | Avoiding the general public since 1805! Fing

Re: [PHP] This makes NO SENSE!!!!!

2001-12-27 Thread Brian Clark
ars* to be a specific OS/distribution issue, but this is where my experience ends. I've seen weird issues like this on systems where I also see processes suddenly appear to have spawned in the winter of 1969. Check out the user notes here: <http://www.php.net/manual/en/function.mktime.php&g

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
m to disappear. In the output of phpinfo(), where it mentions your php.ini file, do you have it in that place? > On IIS i t works fine, but what do i miss??? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Why is &

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
in /usr/lib/locale, and I would use localedef to build definitions from the charmaps (I think. I might have those directories reversed.). I've never used (or seen) OSX, but does it use man? (I'm absolutely not being a smarta$$ here). If it has man, look at the man pages for `localedef&#x

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
about Linux, right? I'll bet `cat /proc/sys/fs/file-max` gives you 4096 Try upping the file descriptor limit in /proc/sys/fs/file-max. That may or may not solve the problem; worth a try. How much memory does the client machine (the one you `configure'd) have? -- Brian Clark | Avoid

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
1)Debian GNU/Linux LOCALE(1) NAME locale - Get locale-specific information. SYNOPSIS locale [ -a | -m] That's the one I was talking about.. Is there a `locale' package you can install for OSX? (There is for my system.) -- Brian Clark | Avoidin

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
. I can't help you there. Although FreeBSD may use another method, or they may already be in the system, I'd just have no idea where you should look. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 English is my sec

Re: [PHP] installing php with apache rpm (rh linux 7.2)???

2001-12-27 Thread Brian Clark
se you don't want to fool with Apache source, since you already have Apache installed via RPM. IN the INSTALL file, start where it states: QUICK INSTALL (DSO) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 We are all fug

Re: [PHP] MsSQL from FreeBSD

2001-12-28 Thread Brian Clark
that in rc.local in order to get it to stick whenever you reboot. Again, I don't know if that'll have any effect.. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 One World, One Web, One Program. -- PHP

Re: [PHP] MySql and /var/lib/mysql/mysql.sock Problem !!!

2001-12-28 Thread Brian Clark
y break other applications that depend on it being somewhere else. Check those scripts, they're probably defining the socket in there somewhere. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 UNIX: measuring in inconvenient

Re: [PHP] crack lib

2001-12-28 Thread Brian Clark
* Johnson, Kirk ([EMAIL PROTECTED]) [Dec 28. 2001 10:54]: > Hey, what is everyone talking about? What is the new crack lib > functionality? Is it in the docs yet? <http://download.php.net/manual/en/ref.crack.php> <http://www.zugeschaut-und-mitgebaut.de/php/extension.crack.h

Re: [PHP] Only one instance of a script at a time !

2001-12-28 Thread Brian Clark
it instead, for example. That's one way.. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 $ mount -t neuro /dev/brain /mnt/head -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP] pdflib

2001-12-29 Thread Brian Clark
ake $ make test $ make install And in the PHP configure: --with-pdflib=/usr/local -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Therein lies the major problem facing the world. -- PHP General Mailing List (http://w

Re: [PHP] Security bulletin?

2001-12-29 Thread Brian Clark
I mentioned here for secure coding practices: <http://marc.theaimsgroup.com/?l=php-general&m=100529130108021&w=2> And I can't seem to bring up zend.com lately.. (is something amiss with the site, by the way?) but if you can get there, I think Sterling Hughes wrote a good article (at zend.c

Re: [PHP] pdflib

2001-12-29 Thread Brian Clark
> > What OS/distribution? A few months ago I installed 4.0.6 and pdflib on a > > SuSE server and it went just fine. [...] -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Fortune cookie: Outlook not so good, Microsof

Re: [PHP] could not create new mailbox: Permission denied

2001-12-29 Thread Brian Clark
be the misconfig of IMAP server. Pls advise. Thanx. It's likely it's just a permissions problem.. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 10 out of 5 doctors feel it's OK to be skitzo! -- PHP General

Re: [PHP] Which is which??

2001-12-29 Thread Brian Clark
t person to answer this, but if I had to give answer, I'd say they're all equal. You're going to have to define them _somewhere_. I mean, if they're global, right? So how much difference could one or the other make? If there is any huge difference, I'd love to know as

Re: [PHP] Control Panel , Webmin or similar Written in PHP

2001-12-29 Thread Brian Clark
rams/> or maybe here <http://www.hotscripts.com/PHP/Scripts_and_Programs/Server_Management/> -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Where are we going and why am I in this handbasket? -- PHP General Mailing List (htt

Re: [PHP] WYSIWYG editors for HTML

2001-12-29 Thread Brian Clark
ers because Dreamweaver is the most popular WYSIWYG editor for that kind of stuff. I've never used Dreamweaver (or UltraDev?) but I hear they have "PHP Extensions" which may explain the popularity. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A

Re: [PHP] Real Simple, but i'm new!!

2001-12-29 Thread Brian Clark
tion=news, action=links, action=asdfg and use a switch($action) I guess you're trying to make the URL as pretty as possible, right? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 A library is an arsenal of liberty. -

Re: [PHP] Handling checkboxs (MySQL+PHP)

2001-12-29 Thread Brian Clark
* David Jackson ([EMAIL PROTECTED]) [Dec 29. 2001 21:41]: [...] > My question is how do I process checkbox when multi boxes have > been check. I keep thinking a array is created by check boxes? Use string[] as the name(s) -- where "string" is the label for the array you want.

Re: [PHP] Handling checkboxs (MySQL+PHP)

2001-12-29 Thread Brian Clark
* David Jackson ([EMAIL PROTECTED]) [Dec 29. 2001 22:40]: > Brian -- > So I should change the line: > echo " >"; > To: > echo " >"; That should do it. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 07

Re: [PHP] Need some Linux/Apache help

2001-12-30 Thread Brian Clark
script that contains > "phoinfo()" and it use to. That's because PHP isn't installed as an Apache module yet, or you haven't rebuilt Apache yet. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Immin

Re: [PHP] Parsing out numbers from a string

2001-12-30 Thread Brian Clark
/www.php.net/manual/en/pcre.pattern.modifiers.php> I think you'll want to use m (and g is default, as the comment says). Something like this may work: -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Recur

Re: [PHP] how long will REGISTERED GLOBALS be around?

2001-12-30 Thread Brian Clark
we're all going to have to face with older code as progress is made with PHP. It's probably not the last time something like this will happen. Happens with Perl, too. :-\ -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7

Re: [PHP] How to convert integers representations of a date to a date format variable

2001-12-30 Thread Brian Clark
store it as 30/12/2001 (but not a string) not only on a session variable >but also to make it easier to work with a MySQL table. For MySQL, this may help: <http://marc.theaimsgroup.com/?l=php-general&m=100927056511210&w=2> -- Brian Clark | Avoiding the general public since 1805

Re: [PHP] MySQL problem

2001-12-30 Thread Brian Clark
t does the server "say" in return? What is the error message? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 You can't put a bag over someone's personality. -- PHP General Mailing List (http://ww

Re: [PHP] how long will REGISTERED GLOBALS be around?

2001-12-30 Thread Brian Clark
* PHP freak ([EMAIL PROTECTED]) [Dec 30. 2001 21:45]: > Think of how many PHP-CURIOUS people it'd turn off if you could ONLY do it with >$_REQUEST["myname"] Hell, I have to admit, that is pretty darn ugly. -- Brian Clark | Avoiding the general public since 1805! Finger

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
another one on your system)? > If Apache starts without probs, check the httpd.conf for php mime types. > What does Apache respond if you load your test script? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Avoid

Re: [PHP] How to strip off all html-comments

2001-12-31 Thread Brian Clark
* James Cox ([EMAIL PROTECTED]) [Dec 31. 2001 06:38]: > http://www.php.net/stripcodes I think you mean strip_tags() <http://www.php.net/strip_tags> [...] > > Hello! How can I easily strip off all html-comments () from > > a string? > > Martin -- Brian Clark |

Re: [PHP] Regular Expression Help

2001-12-31 Thread Brian Clark
ncluding) the ' portion of the BODY tag. "$matches[0] will contain the text that matched the full pattern, $matches[1] will have the text that matched the first captured parenthesized subpattern" So you want: $out[1] -- Brian Clark | Avoiding the general public since 1805! Fingerp

Re: [PHP] Listing files

2001-12-31 Thread Brian Clark
List the files in a directory Using PHP 4.x? <http://www.php.net/manual/en/class.dir.php> > 2) Send a selected file to the surfer <http://www.php.net/manual/en/function.header.php> Scroll 3/4 down. > Many thanks for any help in getting the correct syntax to do this..

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
t of your options here] make install Then check httpd.conf to make sure it has a LoadModule line for php and AddType lines for php. You should see them commented out in httpd.conf. You should only need to uncomment the LoadModule line for PHP4, not PHP3. Then restart apache: /path/to/apachectl re

Re: [PHP] length of string

2001-12-31 Thread Brian Clark
* Ray Todd Stevens ([EMAIL PROTECTED]) [Dec 31. 2001 12:15]: > I can't seem to find this anywhere in the manuals. What is the > maximum length of a string? This probably depends on the Operating System.. for Linux you can check out limits.h, but for Windows, I have no idea. --

Re: [PHP] Support for GIF, PNG and JPEG. How ?

2001-12-31 Thread Brian Clark
bably dig it up on google... wait.. I think I remember "fly" using gd 1.3.x and I think it provides the source with it. <http://martin.gleeson.com/fly/> If you download the tarball, it *should* have gd version 1.3 in a directory in there somehwere. No idea if it still work

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
* Todd Cary ([EMAIL PROTECTED]) [Dec 31. 2001 13:15]: > Brian et al - Looks like you meant to send this to the list? :-)) I waited to see if one would roll on in, but it doesn't look like it will be, sooo... > This is starting to make some sense, however, there are still some

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
ith > "--with-apxs". The configure runs fine; it is just the make and I have > noticed that with the above redirect, everything goes to the file > *except* the errors. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Dec 31. 2001 19:05]: > > How do I redirect the output *if* the output is errors? For example > > # make > /home/todd/makeerr.txt > Try this: > make 2> /home/todd/makeerr.txt Oh, and if you want it *all* to go to that file: make 2&g

Re: [PHP] Re: Need some Linux/Apache help

2001-12-31 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Dec 31. 2001 19:09]: > make 2>&1 /home/todd/makeerr.txt Gah! I need to just go watch TV or something. I meant: make 2>&1 > /home/todd/makeerr.txt That directs STDERR to STDOUT and that's redirected to /home/todd/makeerr.txt

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Brian Clark
a new snapshot from snaps.php.net. tar -xzf [file] to unpack it, then try your same configure line, then make and see if you get the same problem. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 I'm not panicking.

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Brian Clark
may want to google for "linux directory structure" or something similar. FYI, I keep my databases in /var/{type} where "{type}" is the type of database server. For example, postgres in /var/pgsql; mysql in /var/mysql; etc.. -- Brian Clark | Avoiding the general public since 1805! Fi

Re: [PHP] Warning: Unknown persistent list entry type in module shutdown (11)

2002-01-04 Thread Brian Clark
May help: <http://marc.theaimsgroup.com/?l=php-general&m=100847914032031&w=2> -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 I intend to live forever - so far, so good. -- PHP General Mailing List (http://

Re: [PHP] PHP XML with Dynamic Content

2002-01-04 Thread Brian Clark
to "how am i gonna mix this in the XML?" Why couldn't you store information in a database and write the XML files on the fly when you need XML? Or update the XML file when something changes? Or, why use XML at all? Do you _really_ need it? *confused* -- Brian Clark | Avoiding the

Re: [PHP] Cannot find imap library

2002-01-04 Thread Brian Clark
ry find me and hang me out back when it all goes poof. :) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 It's been lovely, but I have to scream now. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] PEAR

2002-01-04 Thread Brian Clark
ragma: no-cache"); } $strHtml = $this->toHtml(); print $strHtml; } // end func display > Produces the following error: Which is why you are getting this error about header information: > TEST 1TEST 2 > Warning: Cannot add header information - headers already sent by (o

Re: [PHP] PHP-Friendly WYSIWYG HTML Editor

2002-01-04 Thread Brian Clark
rrent value produced by the PHP bits, > and then saves that information, statically. A lot of folks seem to love Macromedia Dreamweaver for use with PHP. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Everyone who believes

Re: [PHP] NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!

2002-01-04 Thread Brian Clark
People had problems in that past with 2.x; I don't know if the php-dev's have worked that out yet. > mentioned above) > PHP 4.1.1 > MDAC 2.7 > MySQL 3.23.46a Are there any hints in Apache's error_log? What is your exact LoadModule line you're using in httpd.conf? --

Re: [PHP] PHP Compile Errors

2002-01-04 Thread Brian Clark
to have a clue how to get you fixed up (if they can). :-( I'd go to http://bugs.php.net and post a detailed report. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Enter any 11 digit prime number to continue. -- PHP General M

Re: [PHP] configuring sever to send mail (Win2k)

2002-01-04 Thread Brian Clark
* CJ ([EMAIL PROTECTED]) [Jan 04. 2002 23:01]: > PHP Version 4.0.6 > > [mail function] > ; For Win32 only. > SMTP = localhost Do you really have SMTP running on the Win2k server? -- Brian Clark | Avoiding the general public since 1805! Fingerp

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
unless you use .htaccess based stuff. You may be able to use an admin page to add users and write out the .htaccess file(s). Might be possible.. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 (E)ight (M)egabytes (A)nd (C)ontinua

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
uot; it'll either say Apache or CGI. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 This page intentionally left unblank. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [PHP] php form

2002-01-04 Thread Brian Clark
tely new to PHP, this is a good introduction: <http://www.zend.com/zend/art/intro.php> -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Overflow on /dev/null, please empty the bit bucket. -- PHP General Mailing List (http:/

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
/path/to/httpd -l | grep mod_auth -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Backup not found: (A)bort, (R)etry, (P)ee your pants. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
* Gaylen Fraley ([EMAIL PROTECTED]) [Jan 05. 2002 01:36]: > But is there a PHP variable that holds the Server API? How about a function that returns a string? php_sapi_name() PHP 4.x -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B

[PHP] need help looping through each record with a query - stumped

2002-01-09 Thread Brian Tully
eir scores. But the loops aren't working. I'm sure it's something simple and obvious I'm missing but my brain is fried! I'd appreciate it if someone could take a look and offer any advice. It's about 65 lines of code (with comments). thanks in advance! brian

Re: [PHP] need help looping through each record with a query -stumped

2002-01-09 Thread Brian Tully
out how to get this certification bug resolved. I need to finish writing this script so that the database can accurately reflect who is certified. Hope that clarifies things. Any help would be greatly appreciated. In the meantime I'm going to play around with Martin's sql statement -

[PHP] Cannot load: iconv_module_entry

2002-01-10 Thread Brian Williams
Hi All, When I try to run apache, I get this error message: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol 'iconv_module_entry' Any idea what I need to fix? Thanks, Brian -- PHP General Mailing

[PHP] Re: [PHP-DB] Re: [PHP] need help looping through each record witha query -stumped

2002-01-10 Thread Brian Tully
doesn't allow me to loop through each Username. so how would I do this? is this where i might use FOR or FOREACH? brian on 1/10/02 7:23 AM, DL Neil at [EMAIL PROTECTED] wrote: > Brian, > ... > > =regardless of the age of the database, the data appears to be normalised (to >

Re: [PHP] Cannot load: iconv_module_entry

2002-01-10 Thread Brian Clark
* Brian Williams ([EMAIL PROTECTED]) [Jan 10. 2002 04:57]: > Hi All, Hello > When I try to run apache, I get this error message: > Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/libexec/apache/libphp4.so: Undefined symbol 'iconv_module_entry&#x

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Williams
Well, I did not configure it any particular way. I just tried to build the mod_php4 port on FreeBSD. I assumed it would work. Why would the FreeBSD port developers commit something to the stable release that doesn't work? Thanks, Brian "Brian Clark" <[EMAIL PROTECTED]

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Williams
> So you configured PHP --with-iconv? My guess is that you'll need to > include the path to your libraries for iconv in /etc/ld,so.conf then run > ldconfig. I do not have /etc/ld.so.conf on my system, but I do have /usr/compat/linux/etc/ld.so.conf Thanks, Brian -- PHP Genera

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Clark
* Brian Williams ([EMAIL PROTECTED]) [Jan 11. 2002 16:46]: > > So you configured PHP --with-iconv? My guess is that you'll need to > > include the path to your libraries for iconv in /etc/ld,so.conf then run > > ldconfig. > I do not have /etc/ld.so.conf on my system, b

Re: [PHP] Re: Computer Science and PHP

2002-01-17 Thread Brian Clark
rator about installing PHP, he uttered: "PHP is too new. If it were coded in Perl it would work perfectly." Mega'tard Nonsense. [snipped the rest of possibly the longest post ever made to php-general] ;-D And, I know, it's not /that/ damned new. I've had to deal with that

Re: [PHP] installing php3 and php4 on the same server

2002-01-17 Thread Brian Clark
.9.1.0.25 tested) - Solaris 2.5 or better - FreeBSD (3.2, 4.0 tested) - IRIX64 6.5 To enable it, It's explained there. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Fortune cookie: Outlook not so g

Re: [PHP] RTFM

2002-01-19 Thread Brian Clark
tions unless they're really bored out of their mind, or _feel like learning, themselves_. I'm not trying to be sarcastic, I'm just speaking the truth. And, the PHP manual /is/ a Fine one. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 81

Re: [PHP] RTFM

2002-01-19 Thread Brian Clark
basically from my own > >experiences. You guys have seen this, right? <http://php.faqts.com/> -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Easy as 3.1415926535897932384626433832795028841 -- PHP Gen

Re: [PHP] PHP and MYSQL Security`

2002-01-27 Thread Brian Clark
7;$hostname', '$user', '$password', and '$dbname' aren't interpolated. They're literally taken as the string $hostname, etc. Leave off the 's or surround the variables in double quotes. But you know that. ;-D -- Brian Clark | Avoiding the g

Re: [PHP] Installing Apache on WinXP

2002-01-29 Thread Brian Clark
your Apache install directory, then execute Apache normally (just type apache, in that directory, in an MS-DOS console window). That may tell you what the "real" error is. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2

[PHP] php.jobs

2002-01-31 Thread Brian Williams
Hi, Where can I find a list of PHP Jobs (help wanted)? Thanks, Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Anyone Up?

2002-01-31 Thread Brian Clark
does not work of course! > for ($i = 1; $i <= $NMax; $i++) > { > echo $Check.$i""; echo ${"Check$i"} > } > :) Help Hope it helps. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Varia

<    1   2   3   4   5   6   7   8   9   10   >