Forum: PHP Apr 23rd, 2007 |
| Replies: 7 Views: 2,383 why dont you design something 'new' rather than just proving your skillsm ,ame something useful that you could use after university yourself or maybe try patent (although your uni will own some pf... |
Forum: PHP Apr 17th, 2007 |
| Replies: 4 Views: 2,009 |
Forum: PHP Apr 16th, 2007 |
| Replies: 4 Views: 21,743 not sure why it posted my original post again, currently i am using $_GET['date'] to get today's date (which is retreived by a js function on a prev page) but then when i call the calendar the... |
Forum: PHP Apr 12th, 2007 |
| Replies: 4 Views: 21,743 hello,
I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add... |
Forum: PHP Apr 12th, 2007 |
| Replies: 4 Views: 2,009 Hi there,
I managed to fix the problem. the $pName variable needed some white space trimming from the end and I used the LIKE %varname% operator instead of =.
cheers for the halp though |
Forum: PHP Apr 11th, 2007 |
| Replies: 4 Views: 2,009 Hello all,
I have been using mysql_fetch_array to read data from a query to a php array so i can then use it on my webpage. Everything was going fine until now...
I cant see the problem with my... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2007 |
| Replies: 3 Views: 1,782 nope, im only using standard print dialogue box thing in IE or firefox. I just need to know how to amend my code to allow eithr landscape printing so the graphics wont mess up, or alternatively, how... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2007 |
| Replies: 3 Views: 1,782 Hello all,
I know this has already been talked about on this forum, so dont get angry!
I cant seem to get my webpage to print off correctly. Basically i have a main page with an iframe within... |
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007 |
| Replies: 2 Views: 7,669 ok i will do. im still stuck though! |
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007 |
| Replies: 2 Views: 7,669 I have been working on a questionnaire results page which takes the values from the questionaire on the previous page, calculates a score then plots their results on a grid. this all works fine, what... |
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007 |
| Replies: 2 Views: 2,498 Cheers Matt,
I am fairly new to the world of javascript, so the print() function seemed like an easy way to do things. I will re-code a lot of bits to try get rid of the print statements. Also it... |
Forum: JavaScript / DHTML / AJAX Jan 25th, 2007 |
| Replies: 2 Views: 2,498 Hello there,
basically i have 3 problems that have been driving me crazy all day long!
firstly the div layers that i have set to dynamically display depending on input from a previous page will... |