Re: [PHP] LDAP + Exchange

2002-11-08 Thread .: B i g D o g :.
this, there are some serious risks to exchange if you do this... Yea, it's dangerous to let Microsoft software come into contact with something that actually works... :-) Sorry, had to come up with my stupid joke of the day. From: .: B i g D o g :. [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: [PHP] Convince teh boss

2002-11-07 Thread Brendon G
In the end it think comes down to use what you know best.. Php vs ASp vs JSp vs .Net consider your budget, clients needs, bosses needs, future needs etc. I came to Php as .Net came in. I really like Php, i also really like ASP. I learnt ASP first because my job required it, we had a IIS server

Re: [PHP] regular expression and exact word search...

2002-11-07 Thread .: B i g D o g :.
, and .. if the searched word is part of an html tag, it's very auwfull... ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] regular expression and exact word search...

2002-11-07 Thread .: B i g D o g :.
pass, I take results from a mysql table with a query like this : select * from mytable where content REGEXP '[[::]]theword[[::]] But... I can't get all entry where words is in... .: B I G D O G :. [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Which functions

RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
know where to begin and am looking for advice. Thanks, Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting Newest

2002-11-07 Thread .: B i g D o g :.
, Stephen Craton http://www.melchior.us Life is a gift from God. Wasting it is like destroying your favorite item you received from the person you love most. -- www.melchior.us -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] php

2002-11-07 Thread .: B i g D o g :.
at 21:02, dk1eng wrote: hi there, I just compiled a new version of php. How do i tell apache to stop using my old version and start using the new one? peace dimitris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g

Re: [PHP] php

2002-11-07 Thread .: B i g D o g :.
apache? and if yes how? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
wrote: --- .: B i g D o g :. [EMAIL PROTECTED] wrote: Not a big mssql guy but if i remember correctly that should be set in your interfaces file...but a valid server name should be used and that is checked in the interfaces file... I think the interfaces file is only used if you

RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
about xml or xsl. Any literature, articles, links, or other resources you know of that could point me in the right direction. This would be worth researching. Roger -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Thursday, November 07, 2002 5:15 AM

Re: [PHP] Listing a few words from one sentence ??

2002-11-07 Thread .: B i g D o g :.
-07 at 22:29, conbud wrote: Say I have a sentence that contains 8 words, how do I get PHP to list just 4 of those 8 words ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
, the link identifier of the already opened link will be returned. On Thu, 2002-11-07 at 23:02, heath boutwell wrote: --- .: B i g D o g :. [EMAIL PROTECTED] wrote: Actually the remote file is used if you are trying to connect to a remote system. Sybase uses remote files and that is how

RE: [PHP] Graphics question

2002-11-07 Thread Brendon G
If it's just the browser caching are you able to use something like graph.jpg?cachebust=something random here like a datetime or something. I'm not familiar with the way your doing it.. but I guess it has to be given a name to the browser somewhere doesn't it? I use this on pages and images as

Re: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
Is c:\program files\PHP\extensions in your path... if not then i would add it...also make sure to edit your php.ini file so that it loads when php is fired up... On Thu, 2002-11-07 at 23:20, Davy Obdam wrote: Hi B i g D o g , You need to download the php-version.zip file that contains

Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread .: B i g D o g :.
don't know where to begin and am looking for advice. Thanks, Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] array()

2002-11-05 Thread .: B i g D o g :.
= Test2); return $test; } //outiside de function echo $test; // - the array ? This doesn't work. So, any clue ? Regards and tks in advance! f. -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uploading an image in binar

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LIKE condition in query

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] session cache limiter

2002-11-05 Thread .: B i g D o g :.
/includes/display_options.php on line 115 Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trouble with php-4.2.3, apache-1.3.27, sablotron 0.96

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] checkboxes and selection lists

2002-11-04 Thread Brendon G
I use the following function for my check boxes in forms in PHP. Putting your form element creation into functions or even classes makes life so much easier when you have to validate / change code. you'll be glad you did it Cheers Brendon function fncwriteformcheckbox($strname, $strid,

RE: [PHP] getting HTML header from URL

2002-11-01 Thread Brendon G
Can't you just call the contents of the page into a variable and extract what you need with regular expressions? Php / Html makes no difference its all text to fopen.. ~ is there a way using fopen() or something similar

[PHP] .htaccess and mod rewrite.

2002-10-30 Thread Brendon G
I was looking over a tutorial on Php builder on making search engine friendly sites. While i got the concept of the tutorial and have it working here. I was wondering is it possible to get a php script to run out of the home directory of apache. tutorial:

RE: [PHP] Re: PHP XML

2002-10-16 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Warning: Failed to write session data ?

2002-10-16 Thread .: B i g D o g :.
Grafström Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread .: B i g D o g :.
: 704 987 6500 Cell : 704 236 2939 Fax : 704 987 5002 _ -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
experience with this kind of thing so I can better make a decision wrt whether or not I should even go down this route. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
. The options are endless... That is relatively all that needs to be done. Thank you all for your ideas and suggestions thus far. Please keep them coming if you haven't chimed in or if you think of anything else. I'm sure this information is helping other people as well! Chris -- .: B i g

Re: [PHP] __file__ and __line__

2002-10-14 Thread David T-G
that has to be self-contained like this and so I haven't bothered :-] % % Thanks HTH HAND % -- % Regards, :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] $html_code .= include (filetoinclude.txt);

2002-10-13 Thread .: B i g D o g :.
files that I want included in the html that I am storing in the variable. The HTML is in text files. The above code obviously does not work. I want to know if there is another way. Thanks. -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Multiple Return Values from function

2002-10-13 Thread .: B i g D o g :.
: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sessions without cookies *or* URLs

2002-10-07 Thread David T-G
HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! msg81331/pgp0.pgp Description

Re: [PHP] sessions without cookies *or* URLs

2002-10-07 Thread David T-G
Justin, et al -- ...and then Justin French said... % % on 07/10/02 11:32 AM, David T-G ([EMAIL PROTECTED]) wrote: % % It's a start; it confirms some of what I think I understand about % sessions. Now if only I can get the session ID out of the URL without % using any cookies... Any ideas

[PHP] sessions without cookies *or* URLs

2002-10-06 Thread David T-G
to hang the page password out there :-) and so we have to maove away from that somehow, and it would be nice if we could get away from URL mangling entirely. Cookies aren't an option, though. TIA HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL

RE: [PHP] Re: IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread Brendon G
I don't know how familiar you are with PHP yet. But I recently decided to learn PHP myself having already learnt ASP. These 3 things helped me the most. This is a summary of the language differences between PHP, JScript/Javascript and VBScript http://php.weblogs.com/php_jscript_vbscript_1

Re: [PHP] sessions without cookies *or* URLs

2002-10-06 Thread David T-G
ID to be % passed around in the URL. % % Hope this clears it up! It's a start; it confirms some of what I think I understand about sessions. Now if only I can get the session ID out of the URL without using any cookies... Any ideas, anyone? % % % Justin French TIA HAND :-D -- David T-G

Re: [PHP] mobile number

2002-10-05 Thread David T-G
off from a land line provider's exchange or even a different cell provider's exchange. The only shot I'd think could work would be to integrate a caller ID service to just give you the whole number... How's that for saving your surfer's some keystrokes? :-) HTH HAND :-D -- David T-G

RE: [PHP] Re: after mysqlfront?

2002-10-04 Thread Brendon G
DB tools (getting better every version) http://www.dbtools.com.br/EN/ Cheers Brendon -Original Message- From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 6:34 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: after mysqlfront? Mascon or Free

[PHP] ADOdb

2002-09-24 Thread Brendon G
Just curious as to what the general consensus of opinion is on the following class. Do many of you use it?. http://php.weblogs.com/ADOdb Coming over to PHP from ASP (I'm not really interested in learning .Net at the moment) I like that I can switch databases allot faster if the need occurs by

Re: [PHP] Replace linefeed/newline from text inputs with br tag?

2002-09-23 Thread David T-G
is greedy, but the upside is that it will work for UNIX (\n), Mac (\r), and DOS/Win (\r\n) input. HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] Replace linefeed/newline from text inputs with br tag?

2002-09-23 Thread David T-G
... HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! msg79529/pgp0.pgp

[PHP] Re: redefining a function

2002-09-19 Thread David T-G
Tim, et al -- ...and then Tim Ward said... % % is using classes an option? I don't know. I suppose I need to learn about classes :-) Where do I start? % % Tim Ward % www.chessish.com TIA HAND :-D -- David T-G * It's easier to fight for one's

[PHP] compiling a regexp

2002-09-18 Thread David T-G
= ( . join(|,$noadobe) . ).* ; and then $cleanstring = eregi_replace($noadoberegexp,,$stripstring) ; but 1) I haven't tested this code yet :-) and 2) I wonder if I'll run into long runtimes when we get lots of strings to match. TIA HAND :-D -- David T-G * It's easier to fight

[PHP] redefining a function

2002-09-18 Thread David T-G
Hi, all -- Is there any way to redefine or undefine (to then redefine) a function? We have an image handling function, for instance, and would like to let our users put in their own definition instead. I haven't yet found anything that will allow this... TIA HAND :-D -- David T-G

[PHP] replacing \n with br

2002-09-06 Thread David T-G
the recognition of \n as an end of line and instead operate on the entire $mydatastring? TIA HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] \n to BR Problem

2002-09-06 Thread David T-G
-- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! msg78073/pgp0.pgp Description: PGP signature

Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
Rob, et al -- ...and then Robert Cummings said... % % David T-G wrote: % % I've never had problems with doing: % % $foo = I don't like\nnewlines; % % $foo = ereg_replace( \n, 'br /', $foo ); I'm afraid I do. Given my code $fin = stripslashes(${base64_encode($k

Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
in!). If these functions are just operating on a single line then the newline(s) won't get eaten. % % Cheers, % Rob. Thanks HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED

[PHP] (SOLVED) Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
Rob, et al -- ...and then Robert Cummings said... % % David T-G wrote: % % ...and then Robert Cummings said... % % ... % % $foo = str_replace( \n, 'br /', $foo ); % % % % That one work for you? It's more efficient too. % % Actually, no. I thought about listing all of the things I

Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
) Returns string with 'br /' inserted before all newlines. I don't want to simply add a br; I want to *replace* the newline (and return, as we found out in a subthread). % replace function you build yourself. Except that it doesn't work :-) Thanks HAND :-D -- David T-G * It's

Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
it does not apply here but I thought I'd % mention it any way... Just in case... :) Thanks anyway, but it doesn't work. See the reply I just sent in this thread for details. % % -B HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED

Re: [PHP] replacing \n with br

2002-09-06 Thread David T-G
will probably end the data with a @@ and so I can just read another line if I don't have a closer. Thanks again HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] PHP shopping

2002-09-01 Thread David T-G
. % -Ryan HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! msg77427/pgp0.pgp

Re: [PHP] Imagemangick, can I install on a virtual host?

2002-09-01 Thread David T-G
write some php scripts that run your config and compile for you :-) but you'll probably need access to a shell at least temporarily. HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie

Re: [PHP] Where is my REMOTE_USER?

2002-08-29 Thread David T-G
register_globals = on in your php.ini file and kick your web server. HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg

Re: [PHP] Host

2002-08-28 Thread David T-G
;-) % % Pay by Check (my company will not allow the used of company credit cards % over the Internet.) Not a problem. % % Bruce Karstedt % President % Technology Consulting Associates, Ltd. % Tel: 847-735-9488 % Fax: 847-735-9474 HAND :-D -- David T-G * It's easier to fight

[PHP] that UNIX permissions thing again -- sort of

2002-08-28 Thread David T-G
I have the web server do things in a user way?) has finally been answered, please let me know ;-) TIA HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] Virtual includes

2002-08-26 Thread David T-G
Directory functions and Filesystem functions for starters on this type of task. % % Greg HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] carriage return/line break problem

2002-08-26 Thread David T-G
code in the database, then go ahead and convert it a la $content = nl2br($content) ; before writing it to the DB and then it will be that way when it comes out. % % Thanks. Sure thing! % % Pag HTH HAND :-D -- David T-G * It's easier to fight

Re: [PHP] php equivalient of pushd?

2002-08-26 Thread David T-G
the Fine Manual for more info. % % kind regards, % % bill hollett HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx

Re: [PHP] Shell commands as root?

2002-08-26 Thread David T-G
bad), then use sudo. When all else fails (typically for a reason), you could just turn on the SUID bit on that command, or its wrapper script, and then just run it (also generally bad). Why do you want your web server to run a command as root? HTH HAND :-D -- David T-G

Re: [PHP] Re: Doing system things with PHP

2002-08-26 Thread David T-G
as nobody, as it probably should be, then... ? % % regards. % % Eric HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg

Re: [PHP] PHP IDEs

2002-08-21 Thread David T-G
... Please post a summary to the list if you get off-list discussion, and particularly let us (me) know if you find something that will work in a vt100 screen with no mouse input. % % Michael Egan Best of luck HAND :-D -- David T-G * It's easier to fight for one's principles

Re: [PHP] Re: halloween documents

2002-08-21 Thread David T-G
of coding you require. What needs to be done? I might be just the guy to do it. HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org

Re: [PHP] Code for off-site Maintenance?

2002-08-21 Thread David T-G
to the remote DB, and make your changes; the only security you need is an ssh [forwarding?] port for the DB (or use a VPN tunnel). You *definitely* shouldn't have to transfer entire copies of your DB via ftp; that's just way too painful. HTH HAND :-D -- David T-G * It's easier

[PHP] File Handler Error

2002-08-15 Thread B i g D o g
I am getting include errors in php and when I check the apache logs i get out of file handler errors. Has anyone ran into this problem? I am wondering if there is a problem with the image functions. I am doing a lot of image creating and manipulation. Can anyone confirm this? .: B i g D o g

[PHP] PHP User Group

2002-08-15 Thread B i g D o g
Is anyone here have any information on the PHP Users Group of Salt Lake City, Utah? Thanks, .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mailing list managers

2002-08-14 Thread David T-G
; the languages are very similar. [Rumor has it that php is perl-based or perl-inspired, but I haven't done any independent digging to see one way or another -- and there are *some* noticeable differences.] HTH HAND :-D -- David T-G * It's easier to fight for one's principles

Re: AW: AW: [PHP] Performance of ZLib

2002-08-13 Thread David T-G
that zip with no compression is just as fast as tar or anything else. Yes, it stores the directory at the end of the archive, but it's a fine way to go and perhaps more recognizable to more surfers out there. % % Schura HTH HAND :-D -- David T-G * It's easier to fight

Re: [PHP] Need a Web Host for php/mySQl

2002-08-13 Thread David T-G
for anyone else out there, too :-] HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg

Re: [PHP] Web host withdraws support for PHP extensions - supposed secuity risks

2002-08-13 Thread David T-G
for that matter, either, since it's all configurable and dangerous and everything. HTH HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http

Re: [PHP] passing an array in a form element

2002-08-12 Thread David T-G
stuff; that sounds safest to me. % % $data can be passed via a hidden INPUT field. Right. Thanks, all; I'll be sure to poke at the other ideas as well. :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them

[PHP] passing an array in a link

2002-08-11 Thread David T-G
? TIA HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED] http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg! msg74956/pgp0.pgp

Re: [PHP] passing an array in a link

2002-08-11 Thread David T-G
to protect myself from the spaces. I've looked at htmlentities() but it doesn't seem to convert spaces... Thanks again HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL

Re: [PHP] passing an array in a form element

2002-08-11 Thread David T-G
Hi again -- ...and then David T-G said... % ... % How can I pass myself an array -- and recognize it on the receiving end? I had been spending all of my time digging into htmlentities() and the like when, in fact, all I had to do was a simple preg_replace on each component :-) Now how can I

[PHP] File Question

2002-08-08 Thread B i g D o g
I have been looking all over the manual and I have not found anything for __FILE__ does anyone know where I can get more info on its use in PHP? .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] .htaccess file

2002-08-01 Thread B i g D o g
Is it possible to set register_globals to off in the .htaccess file. If so how do I do that? .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re-directing

2002-07-24 Thread B i g D o g
Check under header() in the docs... .: B i g D o g :. - Original Message - From: Roberts, Mark [EMAIL PROTECTED] To: PHP Mailing list (E-mail) [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 8:28 AM Subject: [PHP] Re-directing Is there a way to redirect to a different script

Re: [PHP] is php.net down ?

2002-07-22 Thread B i g D o g
It took me about 30 minutes to get it...just keep trying...some mirrors are really good...i used a canadian mirror and that worked great... .: B i g D o g :. - Original Message - From: Brian V Bonini [EMAIL PROTECTED] To: Jay Blanchard [EMAIL PROTECTED]; 'R'twick Niceorgaw' [EMAIL

[PHP] Comma question

2002-07-22 Thread B i g D o g
Tried to check the archive, but it is offline... What does the , and {} do in this type of statement? Example: echo trtd{$strName}/td/tr, htmlspecialchars( $teststr ); Thanks, .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Comma question

2002-07-22 Thread B i g D o g
... .: B i g D o G :. - Original Message - From: Kevin Stone [EMAIL PROTECTED] To: B i g D o g [EMAIL PROTECTED]; PHP GEN [EMAIL PROTECTED] Sent: Monday, July 22, 2002 5:00 PM Subject: Re: [PHP] Comma question Curly braces {} are sometimes required for PHP to properly parse variables

Re: [PHP] No text in form submission

2002-07-21 Thread B i g D o g
Tell your web hosting company to do an upgrade...or find a different hosting co... .: B i g D o g :. - Original Message - From: Dean Ouellette [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 21, 2002 2:20 PM Subject: RE: [PHP] No text in form submission PHP Version

Re: [PHP] Submitting to cgi script

2002-07-21 Thread B i g D o g
In your example you are using the method of POST to pass the form data to the cgi script. However, when you pass the data to the cgi script from the php script you are using the GET method to pass the data. Check and see if the cgi can accept with METHOD=GET .: B i g D o g :. - Original

[PHP] Exchange LDAP Authentication

2002-07-11 Thread B i g D o g
Has anyone done LDAP auth with PHP on an Exchange 5 server? I need help finding the values to authenticate with... B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Development Tools

2002-07-10 Thread B i g D o g
PHPED is really good if you have the money to spend... B i g D o g - Original Message - From: Mark McCulligh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 9:42 AM Subject: [PHP] Development Tools I am looking for a good Development tool to write my PHP

Re: [PHP] Accessing multiple List/Menu values

2002-07-10 Thread B i g D o g
Search the archives...this has been answered by me and many others... B i g D o g - Original Message - From: Joseph Szobody [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 12:02 PM Subject: [PHP] Accessing multiple List/Menu values This is sorta OT

Re: [PHP] snmpwalk

2002-07-08 Thread B i g D o g
try ?php with no space... B i g D o g - Original Message - From: MAAS [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 2:24 AM Subject: [PHP] snmpwalk Hi Iam trying to use snmpwalk but I get this: Parse error: parse error, unexpected T_VARIABLE in c

Re: [PHP] Stored Procedures

2002-07-05 Thread B i g D o g
Try http://techdocs.postgresql.org or techdoc.postgresql.org B i g D o g - Original Message - From: David Busby [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Sent: Friday, July 05, 2002 1:30 PM Subject: [PHP] Stored Procedures List, I'm using a postgres datbase for my PHP

Re: [PHP] Re: Stored Procedures

2002-07-05 Thread B i g D o g
Actually, Postgres supports stored procedures, triggers and views to name a few where mysql does not... B i g D o g - Original Message - From: Mark McCulligh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 1:45 PM Subject: [PHP] Re: Stored Procedures I think

Re: [PHP] Stored Procedures + Answer

2002-07-05 Thread B i g D o g
... B i g D o g - Original Message - From: David Busby [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Sent: Friday, July 05, 2002 2:16 PM Subject: Re: [PHP] Stored Procedures + Answer List, I read the documentation on postgres site (http://techdocs.postgres.sql) and then also

Re: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-05 Thread B i g D o g
I am there with you on PostgreSQL. B i g D o g - Original Message - From: Lazor, Ed [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 2:59 PM Subject: [PHP] Survey: MySQL vs PostgreSQL for PHP How many here feel PostgreSQL has surpassed MySQL as the better

Re: [PHP] Dealing with XML charsets

2002-07-03 Thread B i g D o g
--with-iconv=/location/of/iconv Iconv is a gnu app that you use for the conversions. You can get more info GNU's website about iconv... B i g D o g - Original Message - From: Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 12:46 AM Subject: Re: [PHP] Dealing

Re: [PHP] cURL in an exec() . more

2002-07-03 Thread B i g D o g
Check out setuid and sticky bits for the file permissions. Remember that if you are running php under apache and you try the exec with a command php is running with apaches permissions. So apache needs to be able to run what ever you are trying to run with the exec command. B i g D o g

[PHP] PHP and Apache

2002-07-02 Thread B i g D o g
Has anyone had a problem where PHP created to many open files and crashed apache? B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Apache

2002-07-02 Thread B i g D o g
--with-zlib --with-config-file-path=/etc --with-freetype-dir=/usr/local/lib My webserver keeps crashing: error log entry [Tue Jul 2 15:12:07 2002] [error] [client 164.214.4.59] (24)Too many open files I am just wondering if this a php issue or something else... B i g D o G - Original

[PHP] DBX Functions

2002-07-02 Thread B i g D o g
Has anyone tested the dbx functions with huge results 1+ records returned? How does the performance handle? Thanks, B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Have you seen this host?

2002-07-02 Thread B i g D o g
He is looking for a web hosting company that has what he has listed below... B i g D o g - Original Message - From: Lazor, Ed [EMAIL PROTECTED] To: 'Tony Harrison' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 2:29 PM Subject: RE: [PHP] Re: Have you seen this host

Re: [PHP] Help - I'm New

2002-07-02 Thread B i g D o g
() and require_once() for your forms. B i g D o g - Original Message - From: admin [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 3:14 PM Subject: [PHP] Help - I'm New Hi, first let me introduce myself... My name is Kit, and I own the domain below

<    4   5   6   7   8   9   10   11   >