Re: [PHP] Exact string replacement...

2002-02-09 Thread Brian Clark
bucket. Brian Clark | The land of the free, and the home of the brave. Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exact string replacement...

2002-02-08 Thread Brian Clark
that contains is... str_replace() would be easier: ?php $string = ' foo '; print str_replace($string,' nude ','This is a foo bar.'); ? -- Headers set. CCs on list replies - bit bucket. Brian Clark | Unable to leap tall buildings in a single bound. Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2

Re: [PHP] Exact string replacement...

2002-02-08 Thread Brian Clark
.') . \n; print eregi_replace(^[[:space:]].$string.[[:space:]],' ',' foo foobar.') . \n; ? I like the top better.. -- Headers set. CCs on list replies - bit bucket. Brian Clark | Unable to leap tall buildings in a single bound. Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 -- PHP

Re: [PHP] Anyone Up?

2002-02-01 Thread Brian Clark
, over here, that returns nothing in this context: ?php $i = '384'; $Check = 'Checkbox'; $Check384 = 'Combined'; print $Check[$i]; /* prints nothing */ ? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Avoid strange women

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
validate though. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 5 out of 4 people have trouble with fractions. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
'; The problem you spoke of happens when you do this: input type=text name=brian value=is insane IIRC, $brian would turn out to contain 'is' without the insanity. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 I intend

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
* Lars Torben Wilson ([EMAIL PROTECTED]) [Feb 01. 2002 05:07]: On Fri, 2002-02-01 at 01:33, Brian Clark wrote: XHTML isn't too different. There are different `rules' -- like tags and attributes must be lower case, values must be surrounded by double quotes, tags without closing tags: br

Re: [PHP] Anyone Up?

2002-01-31 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Feb 01. 2002 02:37]: [...] echo ${Check$i} Whoops. Make that: echo ${Check$i}; -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 It may be your sole purpose in life to serve

Re: [PHP] Installing Apache on WinXP

2002-01-29 Thread Brian Clark
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 E5FB E4D0 C7C8 Easy

Re: [PHP] PHP and MYSQL Security`

2002-01-27 Thread Brian Clark
the variables in double quotes. But you know that. ;-D -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Always proofread carefully to see if you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] RTFM

2002-01-19 Thread Brian Clark
? 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 General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Re: Computer Science and PHP

2002-01-17 Thread Brian Clark
. [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 type of response before, and it's getting annoying. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119

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

2002-01-17 Thread Brian Clark
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 good, Microsoft ships

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Clark
/etc/ld.so.conf I think FreeBSD uses rc.conf - check the shlib_dirs variable, IIRC. And a note about your earlier reply in this thread: I'm only guessing this will fix the problem. That's been the fix when I've seen error messages like that in the past when trying to load mod_php. -- Brian Clark

Re: [PHP] Cannot load: iconv_module_entry

2002-01-10 Thread Brian Clark
--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. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Too many freaks, and not enough circuses. -- PHP

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

2002-01-04 Thread Brian Clark
://marc.theaimsgroup.com/?l=php-generalm=100847914032031w=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://www.php.net/) To unsubscribe, e-mail

Re: [PHP] PHP XML with Dynamic Content

2002-01-04 Thread Brian Clark
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 general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119

Re: [PHP] Cannot find imap library

2002-01-04 Thread Brian Clark
. :) -- 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-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] PEAR

2002-01-04 Thread Brian Clark
: TEST 1TEST 2 Warning: Cannot add header information - headers already sent by (output started at /var/www/html/website/jobix/php_test/test_form.php:4) in /usr/share/php/HTML/Page.php on line 136 -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119

Re: [PHP] PHP-Friendly WYSIWYG HTML Editor

2002-01-04 Thread Brian Clark
gets the current 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

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

2002-01-04 Thread Brian Clark
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? -- Brian Clark | Avoiding the general public since 1805

Re: [PHP] PHP Compile Errors

2002-01-04 Thread Brian Clark
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 Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

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! Fingerprint: 07CE FA37 8DF6

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
.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)ontinually (S)wapping

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
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 additional

Re: [PHP] php form

2002-01-04 Thread Brian Clark
: 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://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] CGI and HTTP Authentication

2002-01-04 Thread Brian Clark
-- 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 PROTECTED] For additional commands, e-mail

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 B5A2 E5FB

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

2002-01-01 Thread Brian Clark
] 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. I'm examining all options at high speed. -- PHP General

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

2002-01-01 Thread Brian Clark
. 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! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 The beatings will continue

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

2001-12-31 Thread Brian Clark
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 strange women

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 (! Comment ) from a string? Martin -- Brian Clark | Avoiding the general public

Re: [PHP] Regular Expression Help

2001-12-31 Thread Brian Clark
) the 'BODY' 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! Fingerprint: 07CE FA37 8DF6

Re: [PHP] Listing files

2001-12-31 Thread Brian Clark
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.. HTH -- Brian Clark | Avoiding the general

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

2001-12-31 Thread Brian Clark
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 restart -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2

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. -- Brian Clark

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

2001-12-31 Thread Brian Clark
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 works with PHP. -- Brian Clark | Avoiding

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

2001-12-31 Thread Brian Clark
--with-apxs=/path/to/your/apxs [rest of your options here] make install Again, I am not sure how to find the path. See the notes at the top. :) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Error:015 - Unable to exit Windows

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

2001-12-31 Thread Brian Clark
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 E4D0 C7C8 f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng

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 21 /home/todd/makeerr.txt You can

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

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

Re: [PHP] Need some Linux/Apache help

2001-12-30 Thread Brian Clark
haven't rebuilt Apache yet. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Imminent Death of the Net Predicted. GIFs at 11. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Parsing out numbers from a string

2001-12-30 Thread Brian Clark
want to use m (and g is default, as the comment says). Something like this may work: ?php /* untested */ preg_match_all('/([0-9]+\.[0-9]+)/m',$string,$matches); while(list(,$match) = each($matches[0])) { print $match\n; } ? -- Brian Clark | Avoiding the general public since 1805

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

2001-12-30 Thread Brian Clark
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 C7C8 Variables won't; constants

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

2001-12-30 Thread Brian Clark
(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-generalm=100927056511210w=2 -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B

Re: [PHP] MySQL problem

2001-12-30 Thread Brian Clark
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://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

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! Fingerprint: 07CE FA37 8DF6 A109

Re: [PHP] pdflib

2001-12-29 Thread Brian Clark
$ 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://www.php.net

Re: [PHP] Security bulletin?

2001-12-29 Thread Brian Clark
-generalm=100529130108021w=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.com) on PHP security too. I think that's who wrote it.. -- Brian Clark | Avoiding the general

Re: [PHP] pdflib

2001-12-29 Thread Brian Clark
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, Microsoft ships anyway. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

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

2001-12-29 Thread Brian Clark
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 Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Which is which??

2001-12-29 Thread Brian Clark
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 well. -- Brian Clark | Avoiding the general public since

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

2001-12-29 Thread Brian Clark
://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 (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] WYSIWYG editors for HTML

2001-12-29 Thread Brian Clark
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 A109 8119 076B B5A2 E5FB E4D0 C7C8 Hardware: The parts of a computer

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

2001-12-29 Thread Brian Clark
=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. -- PHP General Mailing List

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. -- Brian Clark

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 tdinput type=\checkbox\ name=\frm_pid\ value = \$pid\ /td; To: echo tdinput type=\checkbox\ name=\frm_pid[]\ value = \$pid\ /td; That should do it. -- Brian Clark | Avoiding

Re: [PHP] MsSQL from FreeBSD

2001-12-28 Thread Brian Clark
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 General Mailing List (http://www.php.net/) To unsubscribe

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

2001-12-28 Thread Brian Clark
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 units since 57,974,400! -- PHP General Mailing List

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.html -- Brian Clark

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

2001-12-28 Thread Brian Clark
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 PROTECTED] For additional commands, e-mail: [EMAIL

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

2001-12-27 Thread Brian Clark
-- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Perl: The Swiss Army Chainsaw -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
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 abbreviation such a long word? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
(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' and `locale' and that may get you headed in the right direction. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B

Re: [PHP] MsSQL from FreeBSD

2001-12-27 Thread Brian Clark
/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 | Avoiding the general public since 1805! Fingerprint: 07CE

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
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 | Avoiding the general public since 1805! Fingerprint: 07CE

Re: [PHP] setlocale on OS X not working

2001-12-27 Thread Brian Clark
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 second language, gibberish is my first

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

2001-12-27 Thread Brian Clark
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 fugitives of our own fate

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

2001-12-26 Thread Brian Clark
,php_pdf.dll etc.) So that's what I was going by. You're going to have to give a little more information. For instance, does the file php_gd.dll exist? g -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 $ mount -t neuro /dev/brain

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! Fingerprint: 07CE FA37 8DF6 A109

Re: [PHP] SNMP with 4.1.0

2001-12-25 Thread Brian Clark
try. You say the file exists, but does it exist in /usr/local/snmp/lib/.libs? If not, you could always try a symlink to get them acquainted. Chances are, you've already tried that, correct? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2

Re: [PHP] PHP4 and IB SS 6.01

2001-12-25 Thread Brian Clark
executable (probably in /usr/local/bin/php unless you use --prefix=/usr in your configure line) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 5 out of 4 people have trouble with fractions. -- PHP General Mailing List

Re: [PHP] PHP/MYSQL ..what the hell is wrong here...

2001-12-25 Thread Brian Clark
the hell is wrong?? $date = strftime(%y%m%d%H%M, strtotime($date)); And that should produce, using your example: ?php print strftime(%y%m%d%H%M, strtotime(Jan 11, 2002)); /* 020111 */ ? See if that works.. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6

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

2001-12-25 Thread Brian Clark
that? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 The beatings will continue until morale improves. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] Sessions php and flash5, cookies disabled

2001-12-25 Thread Brian Clark
); to get the correct session ID. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 If your life is a hard drive, Christ can be your backup. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-25 Thread Brian Clark
MIME messages as it is important that messages to not have more than 75 characters per line. http://phpclasses.UpperDesign.com/browse.html/package/9 For 4.0.2 or greater, there's also: http://www.php.net/manual/en/function.wordwrap.php -- Brian Clark | Avoiding the general public since 1805

Re: [PHP] How to compile Apache/PHP

2001-12-24 Thread Brian Clark
source. In addition to this, Todd, the install docs at mysql.com (and the Linux notes), are quite good, so have a look there, too, if you run into problems. (Or was it Interbase that you wanted? Must be the egg nogg) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37

Re: [PHP] gd_installation

2001-12-24 Thread Brian Clark
the exact error you're getting? -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Hardware: The parts of a computer system that can be kicked. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] SNMP with 4.1.0

2001-12-24 Thread Brian Clark
/snmp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/web/ssl2/php-4.1.0/ext' -- 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

Re: [PHP] SNMP with 4.1.0

2001-12-24 Thread Brian Clark
--enable-shared=snmp in apache's configure *I think*. Why, let me ask Santa.. Yes, Santa says he believes that should work. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Sure FAT32 corrupts your files, but look how fast

Re: [PHP] SNMP with 4.1.0

2001-12-24 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Dec 24. 2001 22:26]: OK, how about building the DSO via apxs manually and see if you get any errors? IIRC, you can then place it in the correct directory in the apache source and use --enable-shared=snmp in apache's configure *I think*. Why, let me ask

Re: [PHP] gd_installation

2001-12-24 Thread Brian Clark
a copy of it and renaming it php_gd.dll and try to load that version. If that doesn't work, try this DLL instead: http://php.weblogs.com/php_gd -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 How much deeper would the ocean

Re: [PHP] How to compile Apache/PHP

2001-12-23 Thread Brian Clark
started. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 All you will ever be you are now becoming. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Why Can't I Get PHP to Work with MySQL??

2001-12-23 Thread Brian Clark
that, if it doesn't configure correctly, that's another story. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Shin: A device for finding furniture in the dark. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
result. (No need to CC me this time) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 English is my second language, gibberish is my first. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
something like an rpm or deb package, you may need to get the -dev version which contains all the libraries configure is looking for. You may only have the shared libraries and configure is looking for the header files, etc. If you install those, configure might properly pick up openssl. -- Brian

Re: [PHP] ./configure error. won't let me continue...

2001-12-22 Thread Brian Clark
`/bin/bash config.guess` in your php source directory? (Judging by what you wrote, it'll tell you nothing, but just try it and see. Make sure you are in the top level of the source directory). -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
much more control that way :)) Wise choice. :) -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 STATUS QUO is Latin for the mess we're in. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PGP -- PHP

2001-12-22 Thread Brian Clark
(posix_geteuid()); print 'Apache is: ' . $effective_user['name']; print 'brHome is: ' . $effective_user['dir']; ? Or you can use putenv() to make apache temporarily use another $HOME that has the correct keyrings. YMMV -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE

Re: [PHP] Premature EOS Header

2001-12-22 Thread Brian Clark
); It may be because of that ^^^ line. Try this: header(Location: dis_3.htm); Or check your server's error_log (which is bound to give you the reason why). -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Common sense

Re: [PHP] PHP software tool

2001-12-22 Thread Brian Clark
like you would not believe. http://www.itworks.demon.co.uk/phpeditors.htm http://marc.theaimsgroup.com/?l=php-general -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 HTML email needs a rant tag. -- PHP General Mailing

Re: [PHP] gd problem

2001-12-22 Thread Brian Clark
this are coming up ok. Do this: % echo '?php phpinfo();?' /path/to/web/root/foo.php (of course, change the path to taste) Then open foo.php in your web browser. Look for the section titled `gd' That should tell you everything you need to know about gd support in your build of PHP. -- Brian Clark

Re: [PHP] spliti

2001-12-21 Thread Brian Clark
() with: http://www.php.net/list http://www.php.net/each how can I do this.. Thanks in Advance HTH. -- 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

Re: [PHP] Config Problems

2001-12-21 Thread Brian Clark
to look in include. -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 All civilizations become either spacefaring or extinct. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Config Problems

2001-12-21 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Dec 22. 2001 00:09]: --with-ldap=/usr/local/openldap/ \ Probably --with-ldap=/usr here Whoops. For ldap, I meant --with-ldap=/usr/local according to what you said. [...] For that, =/usr is probably what you want. It just wants to base path usually

Re: [PHP] Signing Files with PGP

2001-12-20 Thread Brian Clark
); obviously nothing is happening cause the pass phrase was not given. One way is to use popen() to execute the command and fputs() to write out the passphrase. http://download.php.net/manual/en/function.popen.php -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37

Re: [PHP] 4.10

2001-12-18 Thread Brian Clark
if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed See: http://marc.theaimsgroup.com/?l=php-devm=98968922501296w=2 -- Brian

Re: [PHP] seg fault with snmp

2001-12-15 Thread Brian Clark
* kancha ([EMAIL PROTECTED]) [Dec 15. 2001 02:59]: I did not get a core dump. I got following in my apache error log file [...] On Saturday 15 December 2001 13:01, Brian Clark wrote: (Be sure to take note of all the little comments on that page) No time to read all the little comments

Re: [PHP] seg fault with snmp

2001-12-14 Thread Brian Clark
report. You'll get much better help from that system with oddball issues like that. -- -Brian Clark -- 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

Re: [PHP] vpopmail extensions ?

2001-12-13 Thread Brian Clark
the documentation on those functions I can manage to find. Maybe Rasmus or someone will know more about those. I gather that they are experimental. I've never used them, myself. -- -Brian Clark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

  1   2   3   >