Hello,
I am working on my script, and figured instead of storing things like URL and such in a configure document where they can be exploited, I would hide it in the database where only the owner can access and inline edit the details or through the Admin Control Panel. But, I know how to find a certain row with the entered data from somewhere, but I was wondering how to extract it without knowing its exact data.
Can anyone help…?
I know of:
[php]$query = mysql_query(“SELECT * FROM members WHERE url=’’”);[/php]
But how do I find it if its contents are unknown…?
Thanks!