[PHP] secure form handling

2002-02-06 Thread wm
hi, i'm fairly new to this. what i want to do is use a form so the user can specify a few different choices of things they want to buy. maybe a few radio buttons with dollar amounts and then possibly a couple of quantity fields for items. this can then be passed to a script and total added up

Re: [PHP] secure form handling

2002-02-06 Thread wm
amazon.com vitaminworld Cc Zona wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Obo) wrote: Sorry, perhaps I've misunderstood. You would like to charge a customer's card without the customer knowing how much you're charging them? i want the user to be able to see the amount

[PHP] curl question

2002-02-07 Thread wm
hi. i've been experimenting with curl and it has been working great. i was wondering though if anybody knows why an extra 0 value is being tacked on to the end of the post. here is the example: ? $test=i hope this worked; $ch=curl_init(); curl_setopt($ch, CURLOPT_URL,

[PHP] opening a ssl socket...

2002-02-07 Thread wm
hi. i need to be able to open an ssl 'plus' socket (authorize.net told me this) to post data. i can use curl to post data, but how do i use curl to open an ssl 'plus' socket? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and HTTPS

2002-02-18 Thread wm
hi. wondering if anybody has any insight into this. i have written some PHP scripts that work every single time under http. under https (we have a valid security certificate) they work every single time on IE on mac and on NN on mac and pc. on IE on pc a this page cannot be displayed error

[PHP] Re: PHP and HTTPS

2002-02-18 Thread wm
included that option in the stuff I work on just in case. I'm using apache 1.3.22, PHP 4.1.1 and mod_ssl 1.3.22. Seems to work so far, at least. (Although getting Konqueror to work it under KDE 2.2.2 is another story...) J Michael Kimsal wrote: Wm wrote: We've worked with this several

[PHP] curl

2002-02-18 Thread wm
does anybody know how to have the browser serve up the page that is posted to using curl? i mean, instead of the script waiting for the results, is there a way to jump to that url like with a form post? is there a setopt for this? thanks. -- PHP General Mailing List (http://www.php.net/) To

[PHP] posting data with curl

2002-03-01 Thread wm
is there a way using curl or another way to post data to a script, but then to actually be tranferred to that page? (of course i mean without a submit buttonan auto post sort of thing) using curl the script seems to wait for return data and doesn't give control to the url that the data was passed

[PHP] Re: Free WEB Hosting with PHP and MySQL support

2002-07-24 Thread Wm
If you want to continue to host it yourself, and simply want a stable address, try this: http://www.dynip.com/. I've used it for FTP serving before, and it works very well. Wm Crimix [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Unfortunatelly I ch

[PHP] mail() function

2002-07-24 Thread wm
hi all, what has to be configured, and how, on a bsd server to allow the mail() function to work in php? using sendmail? thanks, wm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fsockopen

2002-04-26 Thread wm
this might be a stupid question, but what the hell... can a web page be called and diplayed using the fsockopen and fputs/fgets functions? so instead of just using a normal href call i use a script and fsockopen (not header(Location: ) ) etc.? thanks. -- PHP General Mailing List

[PHP] passing authorization code

2002-04-26 Thread wm
hi, .htaccess file requires user and pass. anybody know how to pass this info with a script so that the user is allowed into the directory? not in the url either. not user:[EMAIL PROTECTED] needs to be transparent. the reason i want to do this is so that somebody can't path directly to a .mov

[PHP] passing arrays

2002-05-23 Thread wm
hi, is there a way to pass arrays in forms or in the url? if i have $myarray=array(one,two,three); can i pass the whole array at once as opposed to having to pass each individual element? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Newman Asks, Do i have to use session_name('sid') every ...

2002-07-26 Thread Wm
ROTFLMAO!!! Tech Support [EMAIL PROTECTED] wrote in message news:012501c23477$0bcc0db0$6500a8c0@speeddemon... if ( eregi('^[php].*newman.*', $subject) $docs == unread) move_mail_to_folder(deleted Items); Jim Grill Support Web-1 Hosting http://www.web-1hosting.net -- PHP General

[PHP] Mime types?

2002-08-21 Thread Wm
Is there a resource somewhere that would show what the various MIME types are? For a file upload page, I want to include .TIF, .AI, .PSD, etc., in addition to the standard GIF and JPG types... Thanx, Wm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: getting directory info

2002-08-28 Thread Wm
=/enlargements/$file$file/ABR\n; } } ?BR This is the only PHP on the page, so it arguably has to be in the above... :-( Wm Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... ?php $path = '/full/path/to/your/jpeg/dir/'; # Be sure it's world-readable! $dir

[PHP] Re: Using localhost is taking me to localhost.com!!! why?

2002-08-28 Thread Wm
shouldn't that just be /localhost/ rather than http://? Seems like the http://; part would be telling it to look for an actual website, which would default to a .com address... Wm Ryan A [EMAIL PROTECTED] wrote in message 04ae01c24eb6$8228edd0$61d396c1@l2zcaxu7emppqh">news:04ae

Re: [PHP] Re: Using localhost is taking me to localhost.com!!! why?

2002-08-28 Thread Wm
OK, I learned something today... g I thought I'd usually seen localhost specified without the http:// , so I assumed there was a reason. Wm Glenn Sieb [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hey Wm, Nothing prevents you from running a w

[PHP] Parse errors: path?

2002-09-03 Thread Wm
/aliased my old path to a new directory when they upgraded my server. Does anyone see any errors in the PHP, or should I be troubleshooting the path info??? Wm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Parse errors: path?

2002-09-03 Thread Wm
Sorry, I was just snipping part of the path to make it shorter. The ... is an abbreviation and isn't really in there, in either the code or the parse error. Sounds like the problem must be with the path then. Wm [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] Handling variables POSTed from form

2002-09-10 Thread Wm
. Do I need to print an array? Should this be done in the HEAD of the page? Can anyone offer any suggestions here??? THANX for any/all assistance! Wm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to approach a new project?

2002-09-18 Thread Wm
! I'm hoping to have a sound game plan for beginning this process. Thanx! Wm luvs2shootAThotmailDOTcom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] browser detection

2001-09-25 Thread wm
hi all, anybody know the function for browser detection? what i want to do is set a variable $spacerheight to a value dependent upon whether the user is on a mac or a pc. then i can say height=? echo $spacerheight; ? in the html. i tried using javascript a few diff ways with this and it

[PHP] auto form submit

2001-11-20 Thread wm
hi all, if i pass data through a form (post) to a php script(script must be separate from form) is there a way that this php script can then forward that data to another script without attaching it to the end of the url? thanks. -- PHP General Mailing List (http://www.php.net/) To