Forum: PHP Jun 11th, 2004 |
| Replies: 9 Views: 4,828 It actually doesn't matter if they're stored in a comma-delimited string or not (but yes, i did say that that's how i wanted it).
My only requirement is that the data can be retrieved and written... |
Forum: PHP Jun 11th, 2004 |
| Replies: 9 Views: 4,828 Given that the data is stored in an array, what type of structure should I use for storing it? |
Forum: PHP Jun 11th, 2004 |
| Replies: 9 Views: 4,828 Thanks Inscissor,
To be honest, I don't do much work with forms, which is why I wasn't sure how to handle this. I really appreciate the help, though. |
Forum: PHP Jun 10th, 2004 |
| Replies: 9 Views: 4,828 Hi inscissor, thanks for the reply. Let me see if I can clarify myself.
I want to be able to check/uncheck multiple checkboxes, and put those values in a comma delimited string, and then stick it... |
Forum: PHP Jun 8th, 2004 |
| Replies: 5 Views: 21,387 ComputerGeek,
do you have any experience in making the meta-tags dynamic in php-nuke? From a search engine standpoint, it's bad form to have the keywords static on every page - they should be... |
Forum: PHP Jun 8th, 2004 |
| Replies: 9 Views: 4,828 Hi, I'm creating an administration area for a little web-app and I've come across a problem that I've never encountered before.
The form that I'm working on is used for the maintenance of a... |