Type: Posts; User: prosportal
Thanks.
Can anyone tell me how to character out part of a field like below... Thank you for registering. Your ID is - userid Your Password is ***sword
table1.column1 AND table2.column1 = table1.column1,table2.column1
I'm fairly new to PHP so bare with me. I know in MySQL, you can SELECT table1.column1 AND table2.column1 WHERE table1.column1 = table2.column1, but how would you go about doing that in PHP using. ...
This is my first post here so HELLO. Forgive me if I'm going about this the wrong way and feel free to move my thread to the appropriate forum. I'm trying to setup a voting system for web project...