Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: phpMyEdit Login Failed?

  1. #21
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by ApacheTech View Post
    Sorry if I do seem biased in this ...
    no problem. I hope it doesn't seem like I'm attacking your position; just discussing.

    If you're specifically looking for something that looks/acts like Access, then I completely agree.

    And you're right about phpMyAdmin not being ideal for mass data entry; I usually write INSERTS and run them via the [SQL] tab... But, as Daniel says, if I need a data entry mechanism, I usually write something myself. That way, I can streamline things as much as possible, and I can incorporate basic validation into the process.

  2. The Following User Says Thank You to traq For This Useful Post:

    F0u4d (05-30-2012)

  3. #22
    Join Date
    May 2012
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Hey guys, i downloaded and tried the free version of http://www.mysqlajaxtableeditor.com/ its nice and exactly what i want... but im facing a problem and i can't really get it fixed :/

    in table i have a field with html codes they are working fine in editing them using the script and work good on the database (phpmyadmin) ... but where the codes appearing in the script in the main page before i click edit.. they are being transformed to html and i want to see them as codes...

    the main page that i edit it to put my table rows looks like that http://pastebin.com/CLY3r1nL
    i think should add htmlspecialchars somewhere but i dont know where :/
    can i get some help here ? Thanks.

    PS: I don't think i could write my own script :P i'm still new in php and i only know some basic stuff, wishing one day i can be able to write my own script like you guys do
    Last edited by F0u4d; 05-30-2012 at 06:18 PM.

  4. #23
    Join Date
    May 2012
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    so frustrating i can't get it fixed :/
    any help guys? please.

  5. #24
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    htmlspecialchars() should go right before you print - where, exactly, depends on how that script is written. Have a look and see if you can figure it out. Make sure you keep an un-altered copy in case you break things. I'll check it out if I have time later this afternoon.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •