Forum: PHP Aug 5th, 2005 |
| Replies: 4 Views: 1,542 now i always get solutions for an echo |
Forum: PHP Aug 5th, 2005 |
| Replies: 4 Views: 1,542 ok, i forgot an extra equal sign. It should be '==' and not '='. |
Forum: PHP Aug 5th, 2005 |
| Replies: 4 Views: 1,542 the first echo echo $strSQL; gives:
SELECT company_name from passwds where user = "jgonzalez" and ID = "0052"
wich is allright
but the second pair of echos are supposed to return... |
Forum: MySQL Aug 2nd, 2005 |
| Replies: 1 Views: 2,270 have a ver big problem, im new to mysql...and i been thinking of ways of solving it....but dont know how....
i have an excel list with 200 people, so what i do is convert the excel file to mysql,... |
Forum: MySQL Aug 1st, 2005 |
| Replies: 5 Views: 12,563 i get an excel report each month,
There are two columns (person`s name and Salary)
in this month report there was 99 persons.
my question is , if in next month excel report there are less... |
Forum: PHP Jul 31st, 2005 |
| Replies: 8 Views: 17,670 you saved my life with this thread, , thanks ! |