first off... how do you know you are a computer geek?
to look for s_e_x in your database, and if you can't find it,
recompile it *EEEK* :)
For the rest, I am afraid, I cannot really help you, as I don't really get
the problem at hand...
You use // to comment, that is quite fine, but it could be that I can't
see the layout of the file rightly, but when I opened the file it looked
like this:
// echo ("
"; // echo ...
etc...
that won't work if you want to comment a block out you can much better
use this kind of commenting ou
Hello there...
I want to upload textfiles and store them in my TEXT type field in my
postgres database.
So in my html form I have this entry:
(and whatever else I had to put
there)
the script I wanted to upload the file, but somehow it does not seem to do
that:
I use the rename() function, but
Missed that...
Try these:
$VARIABLE = odbc_exec(...)
or try what $@VARIABLE contains...
Met vriendelijke groet,
Michiel Lange
ActuEra B.V.
"S
anyone who can translate this?
Met vriendelijke groet,
Michiel Lange
ActuEra B.V.
7k
for my application in php I connect with a postgresql database.
In this database I have made users and groups, where 1 user can be the
member of many groups (n on m relation)
That works, but how do I let php find out if a user is a member of a
certain group?
I tried to get the relation out of the
I finally had the time to check it out, your solution should be really
close...
to clarify:
- one user can be the member of groups
- one group can have members
I thought that was n on m relation, but oh well :)
Anyways:
there's no relation groups, but instead a pg_group and pg_user (real
datab
for my application in php I connect with a postgresql database.
In this database I have made users and groups, where 1 user can be the
member of many groups (n on m relation)
That works, but how do I let php find out if a user is a member of a
certain group?
I tried to get the relation out of the