This is another PHP sef function, much better to use in case you want to get remove characters that are not a-z, 0-9, dash, underscore or space, then remove all leading and trailing spaces, change all dashes, underscores and spaces to dashes and return the modified string in lower case.
(more…)
With php you can store data, save php form in text file such as notepad and even in microsoft word too.
The following php code will make you able to store form data in microsoft word file. It will create ms word file too that if file is not created before.