[PHP] Difference between --with-... and --enable-... in config.m4 [php-4.3.1]

2004-01-26 Thread Bruce Bailey
, a socket connection to another system, another DSO, or something else. What is the difference between --with-... and --enable-... in config.m4. More importantly, why would I choose one or the other. Thanks in advance. Bruce [EMAIL

[PHP] apache/web site question...

2003-12-24 Thread bruce
arate PC. If this isn't possible, I'll take the PHP/ASP/Etc.. approach where I can include a file that resides on another completely different server/PC... thanks... bruce douglas [EMAIL PROTECTED] (925) 866-2790 -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Calling mail() in a loop

2003-11-13 Thread Chris Bruce
other function that I could call that would be a similar test without having to send out emails. Thanks for your time. Cheers, Chris -- Chris Bruce [EMAIL PROTECTED] Idextrus http://www.idextrus.com 3282 Wilmar Cres. Mississauga, ON L5L4B2 CA 905.828.9189

Re: [PHP] Congratulations You Win

2003-10-08 Thread Kevin Bruce
f and thank > you for being part of our promotions program. > > Sincerely, > Clark Wood > THE PROMOTIONS MANAGER, SUNSWEETWIN PROMO LOTTERY,THE > NETHERLANDS. > NB. Any breach of confidentiality on the part of > the winners will result to disqualification. > SORRY FOR

Re: [PHP] Central authentication for multiple sites

2003-09-29 Thread Kevin Bruce
eople access the > sites with are unique. > > Any ideas? > > Thanks! -- Kevin Bruce Educational Web Designer VIP K-16 Grant http://www.scienceinquiry.org [EMAIL PROTECTED] Maryland Sea Grant College 4321 Hartwick Road, Suite 300 College Park, MD 20740 301.403.4220 ext. 25 OR (on

Re: [PHP] Does the AOL browser break any standards?

2003-09-29 Thread Kevin Bruce
CSS, HTML 4, XHTML, or > something like that. > > -Dan -- Kevin Bruce Educational Web Designer VIP K-16 Grant http://www.scienceinquiry.org [EMAIL PROTECTED] Maryland Sea Grant College 4321 Hartwick Road, Suite 300 College Park, MD 20740 301.403.4220 ext. 25 OR (on Wednesdays and Fri

Re: [PHP] PHP Editor - which to use?

2003-09-24 Thread Kevin Bruce
Bones! Great find/replace utility. > Incredible adaptation to your needs. Owesome syntax coloring. Terminal > included. FTP, mail, telnet, terminal, macro, perl included. Try it, now! > > Cesar > > (If any one cares, I also think that Dreamweaver Sucks!, big Time, > capita

Re: [PHP] PHP Editor - which to use?

2003-09-24 Thread Kevin Bruce
FYI- New to this list but have been a php coder for 2 years. I know a lot of you out there are going to groan inwardly, but I use Dreamweaver, mainly because that's what I used since it's inception when I was writing static sites. I use OSX for my writing platform and occasionally use BBedit as we

[PHP] MySql Rollback in PHP within a website

2003-07-13 Thread bruce
xamples/hints/sample code will be appreciated. Thanks for any assistance! Regards, Bruce [EMAIL PROTECTED] (925) 866-2790 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Blatant newbie question - killing a session

2003-07-10 Thread Bruce Bruen
Thanks, That did the trick. Nicely encapsualable too, so I can easily remove it. Regards Bruce -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 July 2003 8:23 PM To: Bruce Bruen Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Blatant newbie question

[PHP] Blatant newbie question - killing a session

2003-07-09 Thread Bruce Bruen
in testig only, the way it works now is great for live. Tia Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-06-09 Thread Bruce Douglas
ike: echo" document.foo.element.LU.LI.text = "dfdgd"; "; (of course, using whatever the appropriate doument string would be...) Any pointers/code samples/web sites would be helpful Thanks Bruce [EMAIL PROTECTED] (925) 866-2790 -- PHP General Mailing List (http:

[PHP] Threading

2003-02-18 Thread Bruce Miller
Will PHP allow multiple-thread execution? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Attaining NTLM information from IE browsers.

2003-02-08 Thread Marriner, Bruce W.
I know this is in the archives, but I couldnt seem to find the answer I needed. I am running redhat8, apache 2.0.44, and php 4.2.2. I am trying to write a script that will emulate the IIS server and request NTLM auth. from the browser. And then decode the base64? information and compate th

[PHP] List-Unsubscribe

2003-02-05 Thread Bruce Levick
``List-Unsubscribe''

[PHP] mail () format

2003-01-27 Thread Bruce Levick
I have a number of field entries that I am trying to send through to the body of an email. How can I format the mail() command to send these multiple fields. EG $name, $address, $comments. All to go into the body of an email. Cheers -- PHP General Mailing List (http://www.php.net/) To unsub

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

2003-01-24 Thread Bruce Douglas
missing that has to be set for this to work I have Linux Redhat 8.0, PHP 4.2.2... I have the sendmail RPM and the PHP RPMs from the Redhat 8.0 installation disks Any help/assistance will be appreciated Thanks... Bruce [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTEC

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

2003-01-24 Thread Bruce Douglas
s to be setup correctly, with the sendmail_path pointing to sendamil. Any ideas as to what I need to do, or should be checking Any pointers/assistance would be greatly appreciated. Thanks -Bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-01-22 Thread Bruce Douglas
Timothy, Thanks for your input.. but I was trying to get a better understanding as to why the getenv() function was apparently not returning the SERVER environment vars. thanks -bruce -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday

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

2003-01-22 Thread Bruce Douglas
phpinfo() returns everything as expected.. but not having the code .. i don't know what internal method it uses to access the information... but thanks... -bruce -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:18

[PHP] a simple getenv question....

2003-01-22 Thread Bruce Douglas
dHat 8.0. I've checked through the PHP.INI file, but couldn't seem to find why this might be occuring. Any help/assistance would be appreciated. thanks bruce [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
It is using a microsoft exchange server. -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:53 AM To: Bruce Levick Subject: RE: [PHP] restrictions In order to send mail on your mail client you must be able to connect to port 25 on what

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Yes I am and its very strange. I can't even ftp to my own website to test it from there. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:48 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restric

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Sorry, I tried this as well and it failed to connect on port 25. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:39 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions You need to follow my

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Connection failed on port 25 as well. -Original Message- From: Sean Malloy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:41 AM To: [EMAIL PROTECTED]; Bruce Levick Subject: RE: [PHP] restrictions SMTP = port 25 telnet 25 should do the trick -Original Message

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
It definitely says port 23. And I can't connect to anything at all. I even tried my own my local machine IP address and that doesn't work either. Weird. -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:29 AM To: Bruce Levick C

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Thanks, Tried this and I get. "Cannot opeen connection to host on port 23" -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:32 AM To: Bruce Levick; 'Marco Tabini' Cc: [EMAIL PROTECTED] Subject: RE

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
puter restrictions. -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:16 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Couple of suggestions: 1) Try connection to the SMTP server manually with Telnet, and see i

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Well I can't be totally sure but I think all outgoing mail points to an external SMTP server. -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:11 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: Re: [PHP] restrictions Hello

[PHP] restrictions

2003-01-07 Thread Bruce Levick
I find that my the company that I work for is a little over protective. My machine is quite restricted (as in firewall and accessability) when it comes to ftp and telnet. Well basically my hands are tied in that sense. I am testing my database build on my local machine which runs fine and all. I

RE: [PHP] populate a list menu

2003-01-06 Thread Bruce Levick
That's sweet. Can you just satisfy my curiosity and explain the 86400?? I am thinking this might be minutes?? -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:12 PM To: Bruce Levick; [EMAIL PROTECTED] Subject: Re: [PHP] populate a

[PHP] populate a list menu

2003-01-06 Thread Bruce Levick
Howdy, I am looking to populate a list menu with the current date and then the 30days after that current date. Is there a small snippet of code that achieves this?? Cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mmmmm SELECT

2003-01-06 Thread Bruce Levick
Yes that works.me newbie php skills falling down again...;0) -Original Message- From: Wee Keat (VisualDensity] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:25 AM To: Bruce Levick Subject: Re: [PHP] m SELECT

[PHP] mmmmm SELECT

2003-01-06 Thread Bruce Levick
I have this silly problem. This select query works fine. $query_retrievetasks = "SELECT * FROM tasks, users WHERE tasks.UID = users.User_id ORDER by tasks.ID"; But when I add a further filt

[PHP] repeat region

2002-12-18 Thread Bruce Levick
Hi php'ers, I have learnt alot in the last week in regards to php and listing the rows of a table set. I need help with a small challenge. I can retrieve rows from a database table and list the results in HTML cell successfully. My challenge is this. I want to list the I.D (auto increment id num

[PHP] selecting img file extension.

2002-12-16 Thread Bruce Levick
Sorry for the newbie question. I am an artist and entering my pieces into a databasebasically all that will be displaying will be Title: Medium: Date Created: and an image (.gif, .jpg, .swf) I want to know what is the best way to call a specific image type.??? Should I give each image file e

[PHP] undefined index....property.

2002-12-16 Thread Bruce Levick
Sorry I did not mention. My local machine is WinXP pro, running php 4.2 and mysql 3.23. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] undefined index....property.

2002-12-16 Thread Bruce Levick
// I Am not quite sure why it is outputting these two errors. I have not changed anything from downloading it off the serverapart from targeting the database on my local machine now. Is it possibly a session error?? If anybody has any thoughts please pa

[PHP] select * From ????

2002-12-15 Thread Bruce Levick
Hi, Am just a newbie at this and was going great until I have hit this smell snag. I am connecting to mysql and all works well there. I query a table "Illustrations" ($query = "SELECT * FROM Illustrations";), and want to print the values of two columns ("titletext" & "img")within each row as the r

[PHP] Host

2002-08-27 Thread Bruce Karstedt
Anyone care to recommend a host as follows: Unix PHP MySQL Domain Reg. No unusual size or traffic requirements (now) Pay by Check (my company will not allow the used of company credit cards over the Internet.) Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488

[PHP] php3 to php4 migration woes

2002-07-31 Thread Bruce Riddle
Oh yeah, this is all on Solaris. Rgds, Bruce Riddle -- Can marketing and reality really coexist ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: n

2002-07-31 Thread Bruce Riddle
Tomasz Zolnierczyk wrote: > > subscribe [EMAIL PROTECTED] > > = > Tomasz Zolnierczyk > > "The Path Of Excess Leads To The Tower Of Wisdom" > - W. Blake > > __ > Do You Yahoo!? > Send instant messages & get email alerts with Yahoo! Messenger.

RE: [PHP] php4apache.dll...

2002-07-12 Thread Bruce Karstedt
I got it when I downloaded 4.2.1 if you can't find it I'll e-mail you a copy. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:22 AM T

RE: [PHP] Win98, Apache, PHP Config Problem

2002-07-01 Thread Bruce Karstedt
Just went through - versions please? Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:53 AM To: [EMAIL PROTECTED] Subject: [PHP] Win98

RE: [PHP] PHP with CSS

2002-06-30 Thread Bruce Karstedt
Checking "view source" was the first thing I thought of. The inline code "appears" OK, style sheets, I only see the link of course. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Martin T

[PHP] PHP with CSS

2002-06-30 Thread Bruce Karstedt
Quick question? Is their anything in Apache or PHP that would keep styles from working. Both external (CSS) and inline styles are ignored. Environment : Win XP Pro Apache 2.0.39 PHP 4.2.1 Writing & Debugging on Homesite 4.0.1 Bruce Karstedt President Technology Consulting Associates,

RE: [PHP] pop-up windows

2002-06-30 Thread Bruce Karstedt
Here ! Here ! Everyone's time is valuable, and therefore the more we all respect each other's time and opinions, the more valuable a resource this will become. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message

RE: [PHP] Getting IP from behind proxies

2002-06-30 Thread Bruce Karstedt
Why not create a cookie for that poll. When the vote check for the cookie. Unless a user clears the cookie himself, you basically limit votes to one per computer or one per computer per user. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474

RE: [PHP] JavaScript to PHP?

2002-06-29 Thread Bruce Karstedt
You might be able to pass them as a cookie. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Jed Verity [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 2:59 PM To: Chris Shiflett Cc: [EMAIL PROTECTED

RE: [PHP] Java Pop UP...

2002-06-26 Thread Bruce Karstedt
Or just make sure it is not contained within . Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:51 PM To: [EMAIL PROTECTED] Cc: PHP List

RE: [PHP] Start / Stop

2002-06-24 Thread Bruce Karstedt
Timestamp it at the beginning and the end. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Chris Kay [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:57 PM To: PHP General List Subject: [PHP] Start

RE: [PHP] mailing list program?

2002-06-22 Thread Bruce Karstedt
Try majordomo or ezmlm, neither are PHP dependent. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: savaidis [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 3:08 AM To: PHP list Subject: [PHP] mailing

RE: [PHP] disable ability to download image?

2002-06-18 Thread Bruce Karstedt
I've generally seen this done in JavaScript, by disabling the right mouse button. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Steph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 4:14 PM To

RE: Re[2]: [PHP] session problems....

2002-06-14 Thread Bruce Karstedt
box where your site is hosted. The use of OS standard directories such as /tmp or /etc are bad form in Unix and make error log analysis difficult at best Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Julie Melo

RE: [PHP] session problems....

2002-06-14 Thread Bruce Karstedt
You should not be writing to /tmp that is a system directory. php.ini is a file. If you need a "temporary" directory, use ./tmp that will be directory in your web root directory. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 ---

RE: Re[2]: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
rvice / speed and uptime - learn and use Unix. 5) If you want to learn how to configure the hardware - I'll teach you that too. Just contact me off list. Nuff said. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Me

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
rbage box was 8 times faster. Look I'm not out to bash Microsoft but every good carpenter has more than one tool in his box and knows which one to use for which job. Even Microsoft uses Unix for their Web Servers. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-948

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
. Just my 2 cents Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php server on Windows "

RE: [PHP] php server on Windows

2002-06-13 Thread Bruce Karstedt
IMHO Apache is the main train. I can install apache on a *nix box in 10 mins. Maybe 20 mins on win box. Apache is much more stable and easier to configure, unless you absolutely need ASP. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474

RE: [PHP] Re: forcing file downloads

2002-06-13 Thread Bruce Karstedt
This is determined by your mime types in apache conf file (assuming you are using apache) if the file type is not defined apache will try and download the file instead of parsing it for the browser. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735

RE: [PHP] Shut down server

2002-06-13 Thread Bruce Karstedt
This is a bad idea from a security standpoint. If your server is local, login as root and type shutdown. If the system is remote telnet to the box, login, su to root and type reboot. If you use shutdown remotely, there is no way to restart the server. Bruce Karstedt President Technology

RE: [PHP] Editor

2002-06-13 Thread Bruce Karstedt
I've been using Homesite - I really like it. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Daniele Baroncelli [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:19 PM To: [EMAIL PROTECTED] Su

[PHP] Help with resize pix to thumbnail from mysql files in the directory

2002-06-12 Thread Bruce Youb
Hi Shane I seen your message about binary extraction and although I understand the concept it is past my pay grade. (newbie) I am working on customizing a cart and I am looking for an example of script to work on that extracts a file name from the db and resizes into a table. I tried a few thin

RE: [PHP] Re: Date?

2002-06-09 Thread Bruce Karstedt
works just fine for me. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 08, 2002 11:50 PM To: [EMAIL PROTECTED] Cc: Jeremy Bowen Subject

RE: [PHP] Combo box selected value...

2002-06-07 Thread Bruce Karstedt
Sounds like you are working on a windows box with a bad battery back up for the clock! Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 4:01

[PHP] Slow Access to SMTP is Causing Slow mail()

2002-05-30 Thread Bruce Vander Werf
don't believe DNS is the culprit. Besides, mail() is slow, and that is accessing the SMTP server locally. What would be taking SMTP so long to respond? Any configuration parameters I need to look at? I am using SendMail 8.10.2 on a Cobalt RAQ4. -- Bruce Vander Werf [EMAIL PROTECTED] --

[PHP] Apache Doesn't' Process php Files

2002-05-22 Thread Bruce Vander Werf
the web server several times. What else do I need to check? What could be preventing Apache and PHP from playing nice together? -- Bruce Vander Werf [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] W2K SP2, PHP 4.2.1, IIS 5

2002-05-22 Thread Bruce Vander Werf
Josh, Try just using mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: [PHP] W2K SP2, PHP 4.2.1, IIS 5 Hey all, I have a problem, that I can't seem to find the answer to. I have checked the archives and the website, but to no avail. I have ins

[PHP] Trouble with socket_select

2002-05-22 Thread Bruce Vander Werf
$addr, $port)) echo "\n$buffer"; } } I never see $socket being readable, i.e. a return value from socket_select greater than 0. I also can see in EtherPeek that UDP packets are being sent back to this socket in response to the broadcast. Any help would be appreciated. --Bruce

[PHP] Calling Compiled File From PHP File

2002-05-20 Thread Bruce Miller
here's php source code for UNIX available. How about Win32? Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Output to system printer

2002-04-12 Thread Bruce S. Garlock
direct $prt to system print command $cmd="echo $prt | ".PRINT_CMD; // execute the command exec($cmd); This prints fine, unless the variable $job_desc has a " AND ' in the string. If it contains " OR ' it prints fine. For example: if $job_desc = 40" & 20"

Re: [PHP] cron with php as apache module

2002-03-22 Thread Bruce S. Garlock
; /usr/bin/lynx -source "http://your.server.address/phpscript.php"; 1>/dev/null 2>&1 You can leave off the stdin and stdout redirects if you want an email that the script was run. HTH.. - Bruce Paul Roberts wrote: > ok > for lynx, at the command prompt i get >

[PHP] ODBC -- Setting ApplicationID with PHP

2002-03-21 Thread Bruce Garlock
P script to pass the application name to the ODBC server, so that I can set up a mapping on the server that allows write access when a certain application string is sent. PHP 4.06 (with file-upload patch) Openlink ODBC 1.5 Linux Client SCO Informix 5 server TIA- Bruce -- PHP General Mailing List

RE: [PHP] PHP-JavaScript

2002-01-20 Thread Bruce BrackBill
ther_page.html";); //Redirect browser break; case ... } Cheers, Bruce _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] manual : Call-time pass-by-reference has been deprecated

2002-01-20 Thread Bruce BrackBill
Hi, If Call-time pass-by-reference has deprecated so long ago, why are the instructions on how to do it still in the manual? http://www.php.net/manual/en/html/functions.arguments.html#functions.arguments.by-reference At least it should point out that it has been deprecated. Bruce

[PHP] Oracle

2002-01-01 Thread Phillip B. Bruce
? -- *** Phillip B. Bruce *** *** http://pbbruce.home.mindspring.com *** *** [EMAIL PROTECTED] *** *** *** *** "Have you ever noticed? Anybody going slower

[PHP] Strings Question

2001-12-24 Thread Phillip B. Bruce
Any ideas? -- *** Phillip B. Bruce *** *** http://pbbruce.home.mindspring.com *** *** [EMAIL PROTECTED] *** *** *** *** "Have you ever noticed? Anybo

[PHP] [Fwd: Table Problem]

2001-12-24 Thread Phillip B. Bruce
"Phillip B. Bruce" wrote: > Hi, > >Look at the code below first: > > 2 > 3 include "include_fns.php"; > 4 include "header_news.php"; > 5 > 6 $conn = db_connect(); > 7 > 8 $pages_sql

[PHP] Table Problem

2001-12-23 Thread Phillip B. Bruce
llowing: if ( $pages[code]="intro") print ""; else print ""; The objective would be to have a whole row by like I describe above. The thing is I don't want to write the same routine just for that one row and by that I mean p

[PHP] gd problem

2001-12-22 Thread Phillip B. Bruce
ming up ok. -- *** Phillip B. Bruce *** *** http://pbbruce.home.mindspring.com *** *** [EMAIL PROTECTED] *** *** *** *** "Have you ever noticed? Anybody go

[PHP] Question

2001-12-18 Thread Phillip B. Bruce
Hi, By any chance that Luke Welling or Laura Thomson is on this list? -- *** Phillip B. Bruce *** *** http://pbbruce.home.mindspring.com *** *** [EMAIL PROTECTED

[PHP] Problem with Code

2001-12-16 Thread Phillip B. Bruce
S: Solaris 2.8 10/00 on Intel Hardware. Apache: 1.3.9 PHP: 3.0.15 mysql: 3.23.46 My ISP is running: OS: Irix 6.4 Apache: 1.3.9 PHP: 3.0.9 mysql: 3.22.23b I do appreciate any help on this. -- *

[PHP] replace nested custom html tags

2001-11-04 Thread Bruce BrackBill
he output:( it doesn't replace the nested [u] [/u] ): [u] underlined and bold [/u] italics Thanks, Bruce _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- PHP General Mailing List (http:

[PHP] preg_replace() substrings NOT IN tags

2001-07-31 Thread Bruce BrackBill
h 'a' in the following string if it is followed by ( zero or more of *any* character, then NOT a '>' ) * this does not work ( using regex ASSERTIONS ) * it matches the 'a' before the '>' ... which I don't want ) $haystack = "ad>bc|abc &quo

[PHP] Hosts.

2001-05-01 Thread David Bruce
My host is Windows 98, Xitami and unstable MySQL and Perl/CGI. I'm looking for a *free* host, with CGI, Perl 5+, MySQL access, SSI & PHP. Thanks, Owen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP] Munging hidden/form variables

2001-03-02 Thread Bruce Molyneux
It's probably a good idea to stop using hidden form fields. Save your state data securely, use sessions etc. Then you only have the usual problem of validating the data you wanted the user to send you , instead of also the hidden data you were hoping they would leave alone! HTH Cheers

<    2   3   4   5   6   7