|
Posted by Jerry Stuckle on 02/19/06 01:52
Mark Winter wrote:
> Right,
>
> I know you have to use server side javascript, but how?...
>
>
>
>>>
>>> Thanks
>>>
>>> Mark
>>
>>
>>
>> Mark,
>>
>> You can't do this in PHP. PHP is client-side only; to do it without
>> refreshing would require all the info be sent to the client, then
>> processed by a client-side language such as javascript.
>>
>>
No, javascript it client side. So you need to use something like PHP
for the server side processing, and javascript for the client side.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|