Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reverse Problem
03-30-2013, 06:17 PM
Post: #1
Reverse Problem
Hello,

My decoder is Ready,my output unfortunately with a syntax errors.

My Example output
PHP Code:
    foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                [
0];
                
$row = ;
                
$row['topic'];
                
$topic = ;
                
$row['priority'];
                
$priority = ; 

to
PHP Code:
foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                
$row = [0];
                
$topic $row['topic'];
                
$priority $row['priority']; 


Tutorial, and help ti fix the Problem?

and still have a question
how do I get a php fixer is there a way or an example

Greetz
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Reverse Problem - Sq77z - 03-30-2013 06:17 PM
RE: Reverse Problem - CREATiVE - 03-30-2013, 06:37 PM
RE: Reverse Problem - Sq77z - 03-31-2013, 06:08 AM
RE: Reverse Problem - CREATiVE - 03-31-2013, 01:32 PM
RE: Reverse Problem - CREATiVE - 03-31-2013, 07:08 PM
RE: Reverse Problem - Sq77z - 03-31-2013, 07:20 PM
RE: Reverse Problem - PLuToNiuM - 07-04-2013, 06:03 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication