Search found 3 matches
- Fri Nov 05, 2010 7:11 am
- Forum: Databases
- Topic: Query results by user
- Replies: 5
- Views: 1078
Re: Query results by user
Hey Dave, Just a quick guess from me, I don't have time now to check it, but I think that might be the problem: Put single quotes around the php variables when you use them in a string for SQL. Here's how it's gonna be in your script: <?php $LATime = "SELECT SUM(HoursSpentLas) FROM tblProjects ...
- Fri Nov 05, 2010 6:34 am
- Forum: Databases
- Topic: MySQL normal user account?
- Replies: 3
- Views: 1195
Re: MySQL normal user account?
Thanks guys. 
- Wed Nov 03, 2010 7:56 am
- Forum: Databases
- Topic: MySQL normal user account?
- Replies: 3
- Views: 1195
MySQL normal user account?
Hey guys, I've been developing my own website where I put some articles through a webpage on the server that only people from a particular table in my database have access. Now I want my homepage to request this articles when a normal user connects to the website and preview them. I made a Mysql acc...