|
 |
php_databases thread: RE: php_databases digest: January 06, 2003
Message #1 by "Michael Conway" <mconway3@c...> on Tue, 7 Jan 2003 01:24:07 -0500
|
|
Do yourself a favor and use PHP and sessions if you are attempting to
validate the data entered. A client-side approach like JavaScript may
allow passive or active avoidance of what you intend to accomplish with
the script. I found O'Reilly's "Web Database Applications with PHP &
MySQL" useful in this context.
Michael Conway
mconway3@c...
(xxx) xxx-xxxx
-----Original Message-----
From: php_databases digest [mailto:php_databases@p...]
Sent: Monday, January 06, 2003 7:05 PM
To: php_databases digest recipients
Subject: php_databases digest: January 06, 2003
-----------------------------------------------
When replying to the digest, please quote only
relevant material, and edit the subject line to
reflect the message you are replying to.
-----------------------------------------------
The URL for this list is:
http://p2p.wrox.com/list.asp?list=php_databases
PHP_DATABASES Digest for Monday, January 06, 2003.
1. Re: How to Make a Pop Up Window and show there a
mysql table for help input data?
2. Re: How to Make a Pop Up Window and show there
a mysql table for help input data?
----------------------------------------------------------------------
Subject: Re: How to Make a Pop Up Window and show there a
mysql table for help input data?
From: jlpv@a...
Date: Mon, 6 Jan 2003 14:39:46
X-Message-Number: 1
How can I do that?
Thanks
Regards
JL
> JavaScript should do what you want independent of PHP. PHP can be
used
to create the form and process the data. The data that is entered could
come from the keyboard or any source you choose.
jlpv@a... wrote:
>I need know if 's possible show a mysql table like when you are
entering
>some code product, you press an icon with ? (by example) and there
appear
>the window showing the table with the code and the description and the
you
>choose and pick some item from that table and the code pass to the
input
>field, I saw this on asp but I think there it's possible create some on
php
>with javascript, I am not sure what is the name of this technic.
>
>
>
----------------------------------------------------------------------
Subject: Re: How to Make a Pop Up Window and show there
a mysql table for help input data?
From: Paul <paul@d...>
Date: Mon, 06 Jan 2003 14:17:52 -0500
X-Message-Number: 2
This is not PHP related. Search the Web for JavaScript examples for
filling in forms.
jlpv@a... wrote:
>How can I do that?
>
>
>
>>JavaScript should do what you want independent of PHP. PHP can be
used
>>
>>
>to create the form and process the data. The data that is entered
could
>come from the keyboard or any source you choose.
>
>
---
END OF DIGEST
|
 |