CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: coding_student

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    9,268

    PHP Why mysqli_stmt_bind_result Fails ?

    Php Gurus,

    I have a mysql tbl "searching_histories".
    It's columns are:
    id|date_and_time |searched_keywords|browsed_page_url |browsed_page_type|referral_page|visitor_username|visitor_type

    It's...
  2. PHP Re: Is Not BigInt Or VARCHAR (40) Not Big Enough To House sha1?

    Here is the full script registration.php.
    And the account_activation.php

    registration.php.


    <?php

    /*
    ERROR HANDLING
  3. PHP Is Not BigInt Or VARCHAR (40) Not Big Enough To House sha1?

    I want to know if BigInt is enough in size. I have created a registration.php where the user gets emailed an account activation link to click to verify his email so his account gets activated.
    ...
  4. Recommend A Webhost To Run Open Public Proxy-What To Look-out For When Running One ?

    Folks,

    I am looking for a free or a paid webhost that will allow me to run my own web proxy for the public to use. I am not looking to use a third party service. No! I want to provide the proxy...
  5. Replies
    3
    Views
    14,111

    PHP Re: Mysql Row Deletion Fails

    Thanks! :thumb:
    But, you answered my 1st post and missed the 2nd.
  6. Replies
    3
    Views
    14,111

    PHP Re: Mysql Row Deletion Fails

    I corrected this:

    mysqli_query($conn,"DELETE FROM users WHERE id='$val'");

    to this:

    mysqli_query($conn,"DELETE FROM users WHERE ids='$val'");

    And this code is working:
  7. Replies
    3
    Views
    14,111

    PHP Mysql Row Deletion Fails

    Folks,

    Here is a php code that lists all the rows and columns in your mysql tbl for you to select the rows (via check boxes) you want to delete and then delete them by clicking the appropriate...
  8. PHP How To Grab Cookie Token From User Hdd ?

    Php Masters!

    Do you mind showing me an example of how to write the code to fetch the persistent cookie token from the user's hdd ? Because, If I do not know how to write code to do the fetching...
  9. Replies
    0
    Views
    6,859

    PHP Persistent Cookie Help Required!

    This is a login.php.

    The user is given a choice to either input his/her Username & Password or Email & Password. In short, either log-in inputting your Username or your Email.

    It is written in...
  10. PHP Which One To Use ? mysqli_stmt_fetch Or mysqli_fetch_array ?

    Php Folks,

    You will notice that, I have a question on my comments where I show confusion on how to proceed forward. I ask which 1 of the following 3 I should use which will suit the context of my...
  11. PHP Which Suits My Purpose get_result Or bind_result ?

    Php Folks,

    You will notice that, I have a question on my comments where I show confusion on how to proceed forward. I ask which 1 of the following 2 I should use which will suit the context of my...
  12. PHP How To Auto Type In Search Box And Click Search Button ?

    Hi,

    I want to build a cURL script that auto searches a keyword on any site's search feature.
    In this example, imagine I want it to search ****.com.
    How should I code it ?
    What is the code that:...
  13. PHP Re: Why Unable To Login With Password_Verify ?

    Folks,


    It seems the issue was the "passwords" column size was too small (50 chars). Switching it to 255 should have made a difference but it did not in my test last night due to me not...
  14. PHP Why str_replace Failing On "action =" ?

    Php Experts,

    Look at this cURL script and let me know what you think.

    The cURL fetches pages just like web proxies do.
    The script shows you an html form. It has a field: Url.
    You type a url...
  15. PHP Re: Why Unable To Login With Password_Verify ?

    Mod,

    It seems I got the coding format wrong.
    Within which tags do I put my php code so it looks ok in this forum for others to read my php code ?
  16. PHP Why Unable To Login With Password_Verify ?

    Php Programmers,

    Why is the password_verify failing on this script ?
    It fails to log me in to my account with the correct Username/Email and Password.
    Do check the script on your end in...
  17. Replies
    2
    Views
    33,751

    PHP Re: Empty Page

    Issue was solved, But I cannot remember how.
  18. Replies
    2
    Views
    33,751

    PHP Empty Page

    Folks,


    Why does my login.php show a complete blank page ?
    Error reporting is set in the config.php but no errors are shown! Strange!


    site_details.php
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured