Shoutbox
latest posts
member list
search
rules
contact
login
|
register
|
shoutbox
What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox
»
MsgHelp Archive
»
Skype & Technology
»
Tech Talk
» [urgent] PHP isn't working
[urgent] PHP isn't working
Author:
Message:
WDZ
Former Admin
Posts: 7106
Reputation:
107
– /
/
Joined: Mar 2002
RE: [urgent] PHP isn't working
Replace...
code:
mysql_real_escape_string($code);
With...
code:
$code = mysql_real_escape_string($_POST['code']);
That's the first obvious problem I spotted.
01-30-2007 11:47 PM
«
Next Oldest
Return to Top
Next Newest
»
Messages In This Thread
[urgent] PHP isn't working
- by Baggins on 01-30-2007 at 11:33 PM
RE: [urgent] PHP isn't working
- by WDZ on 01-30-2007 at 11:47 PM
RE: [urgent] PHP isn't working
- by brian on 01-30-2007 at 11:48 PM
RE: [urgent] PHP isn't working
- by Baggins on 01-30-2007 at 11:49 PM
RE: [urgent] PHP isn't working
- by WDZ on 01-30-2007 at 11:54 PM
RE: [urgent] PHP isn't working
- by Baggins on 01-31-2007 at 12:07 AM
Threaded Mode
|
Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe
|
Add to Favorites
Rate This Thread:
Select Rating...
5 ... Best
4
3 ... Average
2
1 ... Worst
Forum Jump:
Please select one:
--------------------
Latest Posts
Private Messages
User Control Panel
Who's Online
Search
Forum Home
Open Forum
Forum Rules:
You
cannot
post new threads
You
cannot
post replies
You
cannot
post attachments
You
can
edit your posts
HTML is
Off
myCode is
On
Smilies are
On
[img] Code is
On