Results 1 to 4 of 4

Thread: Call Function -[Resolved]-

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    129

    Resolved Call Function -[Resolved]-

    Hi ya guys, recenly finished college course on PHP and cant remeber a thing!!

    So I need your help, This is what I have.

    PHP Code:
    function del_entrie($text){
        
    $link "DELETE " $text " FROM Brochures"
        
    $result mysql_query($link);
        echo 
    mysql_error();

    Now I want $text to inclue something when someone clicks on a link
    kind of like this
    HTML Code:
    <a href="thisfile.php?text=this">Delete</a>
    I hope you understand what I mean and if so please help...

    Thankyou
    Last edited by DanDanDan1; Dec 21st, 2004 at 09:06 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width