Forum: OS X Oct 13th, 2009 |
| Replies: 1 Views: 764 You men the voice that reads the text on the screen? I don't know which version of MacOS you have, but try "/Applications/Utilities/VoiceOver Utility.app". There you can unchek the option.
Hope... |
Forum: PHP Oct 3rd, 2009 |
| Replies: 3 Views: 270 Unfortunately, PHP does handle a couple of request parallel. As I don't know exactly what these data are for, I can suppose two ideas for updating the database:
1. Lock it!
Add a new field called... |
Forum: PHP Oct 9th, 2008 |
| Replies: 1 Views: 318 seems to me as if you have an empty line at the beginning of your code. Make sure that the php-tag "<?" starts directly at the beginning of your file, that all code that you include before don't echo... |
Forum: PHP Apr 30th, 2008 |
| Replies: 4 Views: 754 When accessing a database in PHP you first don't have to bother of whom the data might belong to. You can access all of them and sort out which of them is available for the user and which of them... |