[PHP] help with php

2003-07-29 Thread Billy
hi im new to php. but i need help with a form. ive made an html form but the thing is i needed it to send all the info from the boxes above to an e-mail. this is my first time with this type of web design could someone help me out. thanks -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] post data?

2003-06-09 Thread Billy
Thx a lot John. Red Hat 8.0 is bundled with Apache 2 + php 4.2 if i needed to use Red Hat 8.0, except upgrading both program to the latest version (which as u saidnot recommended) , any other combination of apache + php do u recommend? thx a lot! HPS "John W. Holmes" <[EMAIL PROTECTE

Re: [PHP] post data?

2003-06-09 Thread Billy
wouter, the checkform should be alright, coz i had been using Redhat 7.2+apache 1.3 + php 4.1.2 for a year and the program is working very good thx a lot! HPS "Esctoday.Com | Wouter Van Vliet" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > in that case,.. I guess something is going wro

[PHP] can't call htpasswd using PHP

2003-06-08 Thread Billy
Dear all, i can't call the "htpasswd" command after i used RedHat 8 ( which i can do so in Red Hat 7.2) do u have any idea/ suggestion? thx a lot HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upgrade from 4.0.6 to 4.3.0

2003-02-19 Thread Billy Chamberlain (W)
Can I upgrade directly from version 4.0.6 to 4.3.0 or should I apply all the patched of the other versions as well. I have difficulty when trying to start Apache to get PHP up and running. It seems if some of the DLL's can not be loaded. Can anyone maybe help me on this? Billy -- PHP Ge

Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
Oops, I spoke too quickly. The problem isn't with the close, it's with the door_info() syscall. Perhaps file descriptor 8 isn't a door ... [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc.

Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
that it is able to open the file, but not close it. Without seeing more, that's all I can really say. [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technic

Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
Patrick, Try running it thus: truss -f apachectl start That should tell you where it's dying. [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advi

[PHP] Variable vs Constant

2002-05-27 Thread Billy
what harm will it make if i declear a value as VARIABLE where i should make it as CONSTANT actually?? how about if i declear 100 values as VARIABLEs where all are CONSTANTs actually? thx HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] simple array question

2002-05-27 Thread Billy S Halsey
Jose, Try this: for ($i = 0; $i < $whatever; $i++) { $myArray[] = // ... } /bsh/ Jose Jeria wrote: > in javascript i can build an array doing like this: > > for(i=0; i < whatEver.length; i++){ > myArray[myArray.length] = // > } > > What is the equivalent to this in PHP? > Is this

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread Billy S Halsey
Hi, Here's the shell of a script I wrote a while back to do exactly what you want: Note the format of the "Boundary" headers, especially the dashes. /bsh/ -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsy

[PHP] dtcm interface?

2002-05-20 Thread Billy S Halsey
ke that to interface with it. (If I'm wrong, please let me know!) Thanks in advance for your help. /bsh/ -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advice off

Re: [PHP] Compiling PHP on Solaris 7

2002-05-15 Thread Billy S Halsey
O2 -pthreads -DZTS -prefer-pic -c -o > zend_language_parser.lo `test -f zend_language_parser.c || echo > './'`zend_language_parser.c > In file included from zend_compile.h:24, > from zend_language_parser.c:147: > zend.h:55: unix.h: No such file or directory

Re: [PHP] Another doubt in Solaris-PHP install

2002-05-03 Thread Billy S Halsey
Emiliano, Make sure that /usr/ccs/bin is in your path. That's where ar(1) lives. /bsh/ Emiliano Marmonti wrote: >Hi people, >I've downloaded gcc package, make package and libtool package for proper compiling. >I have finished the config process. >When I try to make appears: > >libtool: ar not

Re: [PHP] Include Files self aware?

2002-04-30 Thread Billy S Halsey
alled as an include. > > Thanks, > Chris > > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advice offered in this message are my | | own and not necessarily endor

Re: [PHP] newbie problem under Solaris

2002-04-30 Thread Billy S Halsey
rk? > > Thanks in advance > > - > Emiliano H.Marmonti > Informático Módulo de Bibliotecas > Programa SIU > Ministerio de Educación de la Nación > -- /-=[

Re: [PHP] Nasty DoS in PHP | Windows only?

2002-04-18 Thread Billy S Halsey
ponses :) > > Maybe this is more of a PHP-on-IIS issue than an actual security > issue in PHP. > > Jason > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical adv

Re: [PHP] Adding "a" in "try.jpg"!

2002-04-08 Thread Billy S Halsey
> insert an "a" at the end of the name before the "." ? > > 2. OR.. can i insert the "a" before the "." in the > image name in my mySQL database itself. > > Either of the two solutions can work for me. > > Thanks, > T. Edison Jr. >

Re: [PHP] WWW-Authenticate problem in Apache

2002-04-02 Thread Billy S Halsey
\"My Realm\""); > ?> > Whatever I input to the login box, the failed, retry message comes out and > it becomes a dead loop - login - retry - login .. > > Can anyone help me ?? > > Ken > > > -- /-=[ BILL

Re: [PHP] Checking url validation

2002-03-29 Thread Billy S Halsey
Oops ... That's not balanced. Add another ) at the end of the if. /bsh/ Billy S Halsey wrote: > Try an extra layer of parens: > > if (($fp = fopen("http://www.anyurl.com";, "r") == NULL) > { > echo "not valid"; > } > else > {

Re: [PHP] Checking url validation

2002-03-29 Thread Billy S Halsey
; Mark Roberts > Sr. Systems Analyst > LanApps/Web Development > The Williams Information Services Corporation > 918-573-1706 > [EMAIL PROTECTED] > > > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsy

Re: [PHP] A silly question. :P

2002-03-08 Thread Billy S Halsey
> >I'm trying to learn PHP, but it's been kinda hard. THANKS A LOT GUYS! > >-GENESiS DESiGNS >-Sean Kennedy >-http://www.gdesigns.vcn.com > > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems

Re: [PHP] LDAP question

2002-03-07 Thread Billy Halsey
You don't seem to have LDAP support compiled into PHP. Try running and make sure that you have ldap support. /bsh/ Sven Jacobs wrote: > Hey > > I'm testing LDAP and I seem to have an error > > Call undefined function ldap_connect() > > the code is from php.net > > Can anybody tell me what

Re: [PHP] interesting problem / NETSCAPE-related

2002-02-28 Thread Billy S Halsey
Vlad, Try IMAGE /bsh/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email Verification

2002-02-24 Thread Billy S Halsey
and >"pretend" to send an email to them, but cancel the request before you >actually send anything - doesn't always work though, as some servers will >report back the all users are correct > -- /-=[ BILLY S HALSEY ]=--\ | Mem

Re: [PHP] Q on php://stdin -- an answer!

2002-02-21 Thread Billy S Halsey
or that is opened. I don't know what other OS'es do, but that's Solaris' way of handling piped data. Would it be possible for someone to look into or offer an explanation for why the code for fgets() does an lseek() after each read? Thanks. -bsh Billy S Halsey wrote: > Hi a

Re: [PHP] Q on php://stdin

2002-02-20 Thread Billy S Halsey
using PHP 4.1.1 on Solaris 8. Thanks in advance, -bsh Billy S Halsey wrote: > Hi all, > > I've been trying for the last three hours to do something like this: > >#!/usr/local/bin/php -q >$fp = fopen("php://stdin", "r"); >

Re: [PHP] timestamp confusion

2002-02-20 Thread Billy S Halsey
',$stamp - $difference); >?> > > >Seems easy enough, but 1399 doesn't seem right to me! > >Where have I lost the plot??? > > >Justin French >http://indent.com.au >http://soundpimps.com > -- =

[PHP] Q on php://stdin

2002-02-18 Thread Billy S Halsey
re I open the file, etc.] I'm using PHP 4.1.1 on Solaris 8. Can somebody PLEASE tell me what the problem is? What stupid mistake am I making? Thanks. -bsh :-) -- === Billy S Halsey Software Pro

Re: [PHP] Text editor for linux

2002-02-18 Thread Billy S Halsey
o unsubscribe, visit: http://www.php.net/unsub.php >> > > >jedit > >www.jedit.org > -- === Billy S Halsey Software Problem Resolution

RE: [PHP] bug in echo function?

2002-01-18 Thread Billy Harvey
ex operation to > ensure the result is what you want. Hmmm - so my assumption that the concatenation operator between the strings gives them a delination equivalent to listing this as three separate echo statements is incorrect, I take it. Shouldn't the echo function process it in t

[PHP] bug in echo function?

2002-01-18 Thread Billy Harvey
limitations about concatenating strings in the man page of the echo statement. Perhaps this is a bug? Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: PHP Security - "view source code"

2002-01-16 Thread Billy Harvey
domain. PHP can then reach it, but Apache won't. /var/www/domain.name /var/www/domain.name/htdocs<-- php scripts go here /var/www/domain.name/private <-- inc files go here Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Re: setcookie()

2002-01-06 Thread Billy Harvey
arks about older versions of some browsers not setting cookies properly unless the time is specified. I have not concerned myself with that on my sites, but it may be a factor to you. Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [PHP] crack lib

2001-12-27 Thread Billy Harvey
crosoft/.net community any ammunition for bad publicity. Object away. They exist because they exist and are useful. The concepts have been around for years and are easily implemntable in any programming language. That's the value and risk of freedom - it cuts both ways. Billy -- PHP Gen

Re: [PHP] Re: Mommy, is it true that...?

2001-12-20 Thread Billy Harvey
one at least has a fighting chance of examining it. If it's too complex for someone to understand, then they shouldn't use it. Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Logo proposal - first thought

2001-12-14 Thread Billy Harvey
n of a small red stinger would that extra visual "bite". Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Logo proposal

2001-12-12 Thread Billy Harvey
> Yeah, but don't Orcas eat penguins? > > Chris Orcas eat *everything*! Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Logo proposal

2001-12-12 Thread Billy Harvey
inux, PHP & MySQL is the killer-combo, isn't it? > > -Armin H - "killer" - how about an Orca? We'll pretend that they get along well with the MySQL dolphin, but PHP is definitely a "killer app". Billy -- PHP General Mailing List (http://www.php.net

[PHP] Re: please don't flame : it's an editor-question

2001-12-06 Thread Billy Harvey
la strauss At http://sourceforge.net/projects/php-mode/ is a php-mode.el that has been working very nicely for me. Adding a feature that does variable completion seems useful. Perhaps you could submit a request for that at the above link. Billy -- PHP General Mailing List (http://www.p

RE: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-17 Thread Billy Harvey
not a factor in whatever is causing a browser to misbehave. For Netscape it's often an improperly formed table that causes trouble. I occassionally find that people also use IE-centric code without realizing it (or perhaps without caring initially). Billy -- PHP General Mailing List (h

Re: [PHP] Uptime script?

2001-05-16 Thread Billy Harvey
address is set to my login name and machine name, i.e. [EMAIL PROTECTED] However, I am subscribed under the name [EMAIL PROTECTED] Qmail picks up the subscribe address properly, but not the unsubscribe. Billy (who doesn't really want to unsubscribe) -- PHP General Mailing List (http://w

Re: [PHP] statistical functions

2001-05-13 Thread Billy Harvey
e, I was looking at the web page for R. Have you tried using PHP to write a script file and call R for processing? Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] OT question..

2001-05-08 Thread Billy Harvey
ded by what you do? Is someone quoting Adolf Hitler grounds for imprisonment in Germany now? Billy -- the personification of the devil as the symbol of all evil assumes the living shape of the Jew." -- Adolf Hitler, "Mein Kampf", Vol. 1, Chapter 11 -- PHP General

RE: [PHP] Netscape problems with PHP

2001-03-06 Thread Billy Harvey
$PHP_SELF is set by the web server - not the browser. Problems in Netscape are almost always caused by incomplete syntax in the HTML code you've output. Netscape is more strict about this than IE. Billy > Robert, can you (or anyone else) describe further the problem with Netscap

Re: [PHP] deleting cart items on session expire

2001-02-15 Thread Billy Harvey
the cgi version if you already have the modular version. All that is needed is to call the appropriate script using a tool such as 'wget'. This can be done manually or from cron as appropriate. Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA