PDA

View Full Version : Coders please help!


zardos
17 Apr 2007, 18:25
Hi, when i insert this code into member.php the page becomes blank :/ why?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Btw, is there a VB variable for getting the userID or nickname from the profile you are watching?

Marco van Herwaarden
17 Apr 2007, 19:57
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


^^^ That is why maybe?

Also that code will very likely lead to SQL-Injection vulnerabilities.

What are you trying to do that you need a code-edit?

zardos
17 Apr 2007, 20:16
Am trying to create a guestbook in member profile page .

SirAdrian
17 Apr 2007, 20:36
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

You had various syntax errors, typos, etc. Someone else can look at the various logical errors and see if they can make sense of it.