thanks boys .. solved it.
@jshpro2 i just did a select with the postet data and if theres a similar one allready existing ERROR =)
Search found 99 matches
- Wed Jan 11, 2006 12:38 am
- Forum: PHP - Code
- Topic: avoid multible similar datasets
- Replies: 7
- Views: 333
- Tue Jan 10, 2006 9:56 pm
- Forum: PHP - Code
- Topic: avoid multible similar datasets
- Replies: 7
- Views: 333
- Tue Jan 10, 2006 9:33 pm
- Forum: PHP - Code
- Topic: avoid multible similar datasets
- Replies: 7
- Views: 333
- Tue Jan 10, 2006 9:18 pm
- Forum: PHP - Code
- Topic: avoid multible similar datasets
- Replies: 7
- Views: 333
avoid multible similar datasets
hi i have a big problem, i have a table where a datadset is clearly identified by three fields (project no, customer no and contract date). Now how do i tell my sql database that it is not allowed to put a exact second one with these same three fields in it. Should i make all three fields unique. Be...
- Wed Dec 21, 2005 9:10 pm
- Forum: PHP - Code
- Topic: usermanagement?
- Replies: 2
- Views: 192
- Wed Dec 21, 2005 7:29 pm
- Forum: PHP - Code
- Topic: usermanagement?
- Replies: 2
- Views: 192
usermanagement?
i think this will be a very simple prob for you guys
i define a variable on one page, that includes another page.
on the included page i want to have a if function with that variable.
i tried it with $GET.... buts that didnt work...!!!///
i define a variable on one page, that includes another page.
on the included page i want to have a if function with that variable.
i tried it with $GET.... buts that didnt work...!!!///
- Tue Dec 13, 2005 12:53 am
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Tue Dec 13, 2005 12:23 am
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Mon Dec 12, 2005 8:19 pm
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Mon Dec 12, 2005 1:26 am
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Sun Dec 11, 2005 11:30 pm
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Sun Dec 11, 2005 9:31 pm
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Sun Dec 11, 2005 8:47 pm
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
- Sun Dec 11, 2005 8:12 pm
- Forum: PHP - Code
- Topic: [Solved] chech user session problem!!!
- Replies: 14
- Views: 776
[Solved] chech user session problem!!!
i did a login script that is working pretty good. but now i want to have something that checks if a user is logged in or not - and if the user is NOT then i want him to go to the login page. so i thought about somethig like this: <?php function CheckUserSession ($session) { $result = mysql_query(&qu...
- Wed Dec 07, 2005 7:33 pm
- Forum: PHP - Code
- Topic: structured table output
- Replies: 0
- Views: 205
structured table output
hi i would like to create a table where i select a huge number of projects, and have the project specific turnover shown by month. so in the first column there would be the projekt-nr. in the second culumn a value is only shown if - something like: ....... WHERE turnover BETWEEN '2005-01-01' AND '20...