Results 1 to 10 of 13

Thread: libcod dont working

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    use function, no alias as function
    EXAMPLE:
    PHP Code:
    mysql_query(){
    return 
    closer(1337); 
    //delete
    thread dir\scripts\_mysql::mysql_query("SELECT * FROM `table` WHERE `arg`='argvalue'"); //BAD]
    /////
    mysql_query("/*...*/"); //good,no more 

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

    Paho (23rd July 2016)

Posting Permissions

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