- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Its probably because $salladim is not an array (it is set to $_SESSION['salla'] which might not be an array). What is $_SESSION['salla'] set to?
Let me get this straight, you want someone to write the action behind this form for you?
Seems strange to me that your asking a user to decide what goes into your table. What you request is not possible using PHP, it would require some complex javascript. If I was being forced to do this I'd probably create some sort of element (such as a div) that …
I'm designing a new intranet system but the requirements have changed and I've now been asked to make it more scalable and to allow any content to be integrated into the site seamlessly. Currently, the site is very simple using the IIS URL Rewrite module (basically the IIS answer to …
Hi All, Just wondering... I have a chunk of code which is reused on many pages. The boss has just told me he wants the displayed elements to look slightly different on some pages. I've designed the HTML to be layout independent but I'd like to know your opinions... Is …
The End.
jonadams51