Re: [PHP-DB] fulltext not for me/alternatives

2001-10-22 Thread Michiel_Lange
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...

Re: [PHP-DB] PHP and Oracle

2001-10-22 Thread Michiel_Lange
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

[PHP-DB] uploading and stuff

2001-09-19 Thread Michiel_Lange
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

Re: Antw: Re: [PHP-DB] sybase remote procedure ergebnis in variable

2001-09-19 Thread Michiel_Lange
Missed that... Try these: $VARIABLE = odbc_exec(...) or try what $@VARIABLE contains... Met vriendelijke groet, Michiel Lange ActuEra B.V. "S

Re: [PHP-DB] sybase remote procedure ergebnis in variable

2001-09-19 Thread Michiel_Lange
anyone who can translate this? Met vriendelijke groet, Michiel Lange ActuEra B.V. 7k

[PHP-DB] Repost: postgresql / groups and users

2001-09-14 Thread Michiel_Lange
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

[PHP-DB] Re: postgresql groups and users

2001-09-08 Thread Michiel_Lange
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

[PHP-DB] postgresql groups and users

2001-09-05 Thread Michiel_Lange
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