¡@

Home 

php Programming Glossary: category_name

Where to sanitize PHP $_POST[] input?

http://stackoverflow.com/questions/2401706/where-to-sanitize-php-post-input

or just rough checks say for data type and size _POST category_name should not be larger than 200 bytes. Mark incoming variables.. Mark incoming variables as unsafe e.g. unsafe_id _POST category_name . Store them in whatever controller class construct you have.. necessary sanitation directly in front of the call safe_category_name escapeshellargs unsafe_category_name exec external_binary category_name..

Update batch with CodeIgniter

http://stackoverflow.com/questions/6264955/update-batch-with-codeigniter

#1 ft_categories list all categorie's names with 2 fields category_name and id #2 ft_upload_data list all posts with fields like id.. result result NULL foreach result as row echo form_input 'category_name ' row category_name echo anchor admin delete_category row category_name.. foreach result as row echo form_input 'category_name ' row category_name echo anchor admin delete_category row category_name 'Delete..