Forum: PHP Nov 6th, 2009 |
| Replies: 1 Views: 237 1. Please use tags to post your code.
2. Tell us what the problem is, I for one would not want to read your code and then guess at the problem. |
Forum: PHP Nov 4th, 2009 |
| Replies: 42 Views: 1,489 Please use code tags, it makes it easier to read your code.
Also, the code on the first page has a Delete statement, the code above does not. Which code are you using at the moment? |
Forum: PHP Oct 18th, 2009 |
| Replies: 2 Views: 331 URL Rewriting is what you want.
Your PHP script can stay the same, it can still get passed the Query String, all rewriting does is change how the user sees the URL in this case.
A Google of URL... |