[PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
anybody??? anyway to pop up an inputbox that will get a variable? also, and yes / no or ok / cancel boxes I can make pop up? Jeff Bluemel [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... is there a way to for an input box to come up looking for a value? I know

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
I don't understand. Twice. Tell us what you need, slowly and clearly. Justin French on 02/10/02 10:35 AM, Jeff Bluemel ([EMAIL PROTECTED]) wrote: anybody??? anyway to pop up an inputbox that will get a variable? also, and yes / no or ok / cancel boxes I can make pop up? Jeff

Re: [PHP] Re: inputbox?

2002-10-01 Thread Brad Bonkoski
pop-up windows, reminds me of the days of visual basic programming I know you can display dialog boxes using javascript, but not sure if they will take a value in them, just like a confimirmation type box, like Are you sure? OK CANCEL To the point, check some javascript references out, I

RE: [PHP] Re: inputbox?

2002-10-01 Thread Todd Pasley
Bluemel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 10:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: inputbox? anybody??? anyway to pop up an inputbox that will get a variable? also, and yes / no or ok / cancel boxes I can make pop up? Jeff Bluemel [EMAIL PROTECTED] wrote

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
LOL - I've been using VB for about 6 years, and I'm just beginning to convert over to php. the application I am writing is for prepaid phone cards. if they are going to activate a pin, inactivate, or recharge then I want a confirmation box. I would prefer to also have a box pop up to get the

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
Confirmation is easy -- the client has the right to ask for this component. It's the method in which you want to confirm (javascript, pop-ups, etc) that is the problem. It can be as simple as: submit form page asking are you sure you want to blah blah blah submit yes or no action taken No

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
Justin... could I talk you into giving me an example in code of this? (I would really appreciate it) where is this phpmyadmin? I'm not seeing a function, and I searched php's website for this string, and I'm not finding anything. Jeff Justin French [EMAIL PROTECTED] wrote in message [EMAIL

Re: [PHP] Re: inputbox?

2002-10-01 Thread Justin French
phpMyAdmin(.org) is a GUI web interface for managing MySQL databases. it's open source, so if you like what you see, you can dig around in the code and borrow... they pop-up confirmations on delete and empty type queries. as for a simple confirmation script... I don't really have the time right

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
thanks - I will have to look through things... you explanation made sense, and I believe I can get it to work that way. I think I'm going to try Tom's Java script first, and use this is a fail safe. Jeff Justin French [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL