renj0806 Posted February 26, 2007 Share Posted February 26, 2007 Is there such thing? Or can anyone help me how this script be done. Link to comment https://forums.phpfreaks.com/topic/40147-script-for-saving-contents-from-a-textfield-to-your-local-computer/ Share on other sites More sharing options...
magnetica Posted February 26, 2007 Share Posted February 26, 2007 Can you be a bit more descriptive? Do you want to store it on the users computer? (not sure but might not be able as it may be looked at as hacking) Link to comment https://forums.phpfreaks.com/topic/40147-script-for-saving-contents-from-a-textfield-to-your-local-computer/#findComment-194232 Share on other sites More sharing options...
Threepwood Posted February 26, 2007 Share Posted February 26, 2007 I think I should use cookie, the only way for me Link to comment https://forums.phpfreaks.com/topic/40147-script-for-saving-contents-from-a-textfield-to-your-local-computer/#findComment-194233 Share on other sites More sharing options...
skali Posted February 26, 2007 Share Posted February 26, 2007 If you want to store some information on computers of visitors of your site then you should use $_COOKIES in php. Cookies are basically small files with limited data storage capacity. These are stored on the visitors system and can be retrieved through you website you the next visit. Keep in mind that all users do not have cookies enabled on their systems and in that case cookies won't work for you. For further reference: http://www.php.net/manual/en/features.cookies.php Link to comment https://forums.phpfreaks.com/topic/40147-script-for-saving-contents-from-a-textfield-to-your-local-computer/#findComment-194239 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.