[PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Lon Lentz
Is there a PHP version of the ColdFusion tag ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HTTP_REFERER?

2002-08-28 Thread Lon Lentz
these values across included templates? I would imagine not. Are there settings for Apache that impact these? I am running Apache on Linux. __ Lon Lentz Applications Developer EXImpact.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] HTTP_REFERER?

2002-08-28 Thread Lon Lentz
VER['HTTP_USER_AGENT']; $schep = $_SERVER['REMOTE_ADDR']; $result2 = mysql_query("insert into referer(path,query,agent,remote) values('$larry','$moe','$curly','$schep')",$db); -Original Message- From: listman@evol [mailto:li

RE: [PHP] HTTP_REFERER?

2002-08-28 Thread Lon Lentz
Weird. When I plugged them straight into the query, it worked. Thanks again for the help. Solved a major problem for me. -Original Message- From: listman@evol [mailto:listman@evol]On Behalf Of Keith Vance Sent: Wednesday, August 28, 2002 10:51 PM To: Lon Lentz Subject: RE: [PHP

[PHP] How to handle multiple value checkboxes

2002-08-29 Thread Lon Lentz
If I have a form with multiple checkboxes with different values but the same name, and someone selects a couple of them, how do I reference all of the values? Right now I am only getting the last one selected. __ Lon Lentz Applications Developer EXImpact.com

RE: [PHP] How to handle multiple value checkboxes

2002-08-29 Thread Lon Lentz
. Example: This will send php an array of $thing with whatever is selected. Hope this helps. Chad. -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 4:07 PM To: Php-General@Lists. Php. Net Subject: [PHP] How to handle multiple value checkboxes

RE: [PHP] How to handle multiple value checkboxes

2002-08-29 Thread Lon Lentz
9, 2002 6:01 PM To: Lon Lentz Cc: Php-General@Lists. Php. Net Subject: Re: [PHP] How to handle multiple value checkboxes You have to name them different. and There will be now way to tell if the user checked both. You could do this: This will allow you to group everything in a hash so you could g

[PHP] SSL inside of PHP

2002-09-12 Thread Lon Lentz
I'm running PHP 4.1.2 and am looking for information on doing an HTTP post action from PHP to another web server using SSL (and capturing the response). I've searched the online docs to no avail. Can somone point me in the right direction? ______ Lon Lentz Ap

[PHP] Copying array segments

2002-10-04 Thread Lon Lentz
7;recommendernames'][0]['recommendername']; So that newoutput is an array that is two arrays deep: $newoutput[0]['com'] Is there a special function for this? __ Lon Lentz Applications Developer EXImpact.com -- PHP General Mailing Lis