Search found 2 matches
- Fri Aug 29, 2014 8:08 pm
- Forum: PHP - Code
- Topic: New web host, php form not working
- Replies: 2
- Views: 1641
New web host, php form not working
I changed web hosting companies and now a php form that was working is no longer working. I haven't been able to figure out what the problem is. The form is a simple text input form that adds the text to a database. Every time the user inserts text with a comma, an error occurs. Below is the code fo...
- Fri Dec 20, 2013 5:55 pm
- Forum: PHP - Code
- Topic: query not displaying all results
- Replies: 1
- Views: 409
query not displaying all results
I have a database with 3 tables. One table contains people, the other table contains categories and the third table is the many to many relationship table. My php file is a report showing all the people in each category. For some reason, my query is not displaying the first record in each category a...