• hello,
    i create my plugin that add, delete and edit row in html table then save this changes into wordpress database and when clicking in edit link this error appear “Cannot load wp_plugin?actionName=edit.

    i’ll be grateful if anyone help me
    thanks,

Viewing 1 replies (of 1 total)
  • Thread Starter ola-hashem

    (@ola-hashem)

    sorry i forget to put screenshot from my code :::
    else if(isset($_GET[“actionName”]) && ($_GET[“actionName”] ==”edit”))
    {
    include(“my_config.php”);
    $upd = “update url set title= ‘”.$_GET[‘new_title’].”‘ and myurl='”.$_GET[‘new_url’].”‘
    where title = ‘”.$_GET[‘old_title’].”‘”;
    mysql_query($upd);
    echo “ur record is updated”;
    } //end-if-edit
    } //end-of-function

Viewing 1 replies (of 1 total)

The topic ‘wordpress -> error’ is closed to new replies.