[PHP] Re: Concatenate

2003-06-30 Thread Ryan Vennell
lol, thanks guys. i'm a complete idiot. i've already used .= and such like 5 times in this very script. i honestly have no idea what i was thinking. a total brainfart (excuse the expression) -Ryan >>> Ryan Vennell<[EMAIL PROTECTED]> 06/30/03 10:31AM >>>

[PHP] Concatenate

2003-06-30 Thread Ryan Vennell
how can i concatenate two strings? i cant seem to find the function... thanks :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PGP?

2003-06-06 Thread Ryan Vennell
chances are, if it's possible it'd be a plugin or script on the PGP homepage. try there. or maybe try http://php.resourceindex.com/ they may have something of use to you -Ryan >>> Ben Cheng<[EMAIL PROTECTED]> 06/06/03 08:54AM >>> Any way in PHP to grab form info and then encrypt it wi

[PHP] Error starting apache w/ php installed (or not?)

2003-06-06 Thread Ryan Vennell
ok when i try to start apache2 (on redhat 8, php 4.2.2) i get this: Starting httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: libssl.so.4: cannot open shared object file: No such file or directory [FAILED] line 176 of the htt

[PHP] Re: libphp4.so

2003-06-06 Thread Ryan Vennell
a little help? >>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>> ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but i'm not an extremely advanced user either so any help would be useful... i cant exactly run apache w/

[PHP] libphp4.so

2003-06-06 Thread Ryan Vennell
ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but i'm not an extremely advanced user either so any help would be useful... i cant exactly run apache w/ php w/out this module. thanks for any help any of you can give me. Redhat 8/apache2 (ugh @ both) -Ryan

[PHP] Re: httpd.conf - php entry?

2003-04-03 Thread Ryan Vennell
h ok i did a searh in it and found no reference to php. is there anywhere else i would find a place in apache settings that would be telling it where to find php? Thanks -Ryan >>> Ryan Vennell<[EMAIL PROTECTED]> 04/03/03 03:29PM >>> my other post seems to be get

[PHP] httpd.conf - php entry?

2003-04-03 Thread Ryan Vennell
my other post seems to be getting a ways down, so i'm posting this up top. where in the httpd.conf can i find the directory entry for PHP? i cant seem to find it anywhere in there and i need to change it. thanks for any help. -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Ok, problem found, but that makes way for another...

2003-04-03 Thread Ryan Vennell
installed in /usr/local. Simply remove the old installation (man rm ;-) and change httpd.conf to look for php in the new place Ryan Vennell wrote: >ok, my last post stated that i've tried reconfigureing.making/makeinstalling php >4.3.1 a tons of times. well, today when i typed php -v it t

[PHP] Re: question: installing PHP with mysql isn't working?

2003-04-02 Thread Ryan Vennell
you can try just straight --with-mysql without the = and it may be in the default path... >>> Don<[EMAIL PROTECTED]> 04/02/03 03:18PM >>> Hi, Trying to install PHP with the ability to interact with MySQL. In my configuration, I've included the option: --with-mysql=shared,/usr There are no com

[PHP] Ok, problem found, but that makes way for another...

2003-04-02 Thread Ryan Vennell
ok, my last post stated that i've tried reconfigureing.making/makeinstalling php 4.3.1 a tons of times. well, today when i typed php -v it told me that version 4.2.2 was the one that was installed. so apparently my installing has not been taking the place of the old one. The original root i

[PHP] Re: I'ld like to submit teh ppts

2003-04-01 Thread Ryan Vennell
talk to the php authors. just e-mail someone @php.net. those guys can most likely host your stuff under their documents area if they like them. -Ryan >>> <[EMAIL PROTECTED]> 04/01/03 07:39AM >>> Dear List, Recently I've conducted internal training program on PHP, MySQL in my company. I'l

[PHP] Re: Help needed

2003-04-01 Thread Ryan Vennell
make sure you have a semicolon on line 200 or it could cause an error on line 201. am i right in assuming that this is a switch? can you provide us with a small block of code before and after this line? maybe 5 lines on either side... -Ryan >>> Andy<[EMAIL PROTECTED]> 04/01/03 08:17AM >>> H

[PHP] Re: Problem with mail

2003-04-01 Thread Ryan Vennell
here's some things you can check out: - make sure the path to sendmail is correct/default - make sure sendmail is running - check: http://www.php.net/manual/en/function.mail.php and make sure that everything you're doing in that function is allowed and correct. >>> Haseeb Iqbal<[EMAIL PROTECTED]

[PHP] Re: Using PHP & Credit Card orders

2003-04-01 Thread Ryan Vennell
php.resourceindex.com has some credit card handling scripts i believe. here: http://php.resourceindex.com/Complete_Scripts/Commerce_and_Finance/ is where you may find what you're looking for, but if you maybe want just a certain function or class for it they have a whole section for just stuf

Re: [PHP] problem with mysql.

2003-04-01 Thread Ryan Vennell
source versions of MySQL, in that case, use --with-mysql=/usr/local - Original Message - From: "Jon Haworth" <[EMAIL PROTECTED]> Newsgroups: php.general To: "Ryan Vennell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 5:0

RE: [PHP] problem with mysql.

2003-03-31 Thread Ryan Vennell
Sorry about that. i did use /path/to/mysql. i wasnt paying attention when writing my pervious post. -Ryan >>> Jon Haworth<[EMAIL PROTECTED]> 03/31/03 04:00PM >>> Hi Ryan, > when configuring php i use --with-mysql and it configures just > fine. i've even added an =/path/to/php after it to no

[PHP] Re: if statment

2003-03-31 Thread Ryan Vennell
in addition to my last response, if you go to http://www.php.net/manual/en/ you can find more than you ever wanted to know about php. just use the search at the top. >>> Tim Haskins<[EMAIL PROTECTED]> 03/31/03 01:56PM >>> I'm used to asp and not php, but what would the code be for and if stat

[PHP] problem with mysql.

2003-03-31 Thread Ryan Vennell
ok i've reinstalled phpseveral times now, reinstalled mysql, and even reinstalled apache once but i am still getting this same problem. when configuring php i use --with-mysql and it configures just fine. i've even added an =/path/to/php after it to no avail. i keep getting this on pages t

[PHP] Re: if statment

2003-03-31 Thread Ryan Vennell
if ($HTTP_GET_VARS["pr_ID"] = "nothing" ) { } else if ($HTTP_GET_VARS["pr_ID"] = "something") { } else { } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php