Jump to content

Pawan_Agarwal

Members
  • Posts

    102
  • Joined

  • Last visited

About Pawan_Agarwal

  • Birthday 12/26/1988

Profile Information

  • Gender
    Male
  • Location
    India

Pawan_Agarwal's Achievements

Member

Member (2/5)

0

Reputation

  1. Restarting "xampp" can't find process "c:\xampp\mysql\bin\mysqld.exe". I have checked mysql\bin\ and the file mysqld.exe exits but the xampp server is not showing, after the error , mysql deactivates itself .... It is available again at restart only ..
  2. #2003 - Can't connect to MySQL server on 'localhost' (10048) Connection for controluser as defined in your configuration failed. phpMyAdmin - Error, Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. -------------------------------------------- I have installed and un-installed xampp but I get the same error I have also changed settings of my anti-virus, but I get the same error
  3. can anyone help me ?? I am facing this error and from last one year, I was not facing any error , it has started appearing from last 3-4 days !! Can't connect to MySQL server on 'localhost' (10048)
  4. I am working on xampp from last 1 year and it never created a problem for me , but , now this is showing error , I have already rebooted the machine !!
  5. yes, in last few days, the code has been running fine !! But now it is providing error, I do not why it is saying the the xampp is not installed correctly !!
  6. Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10048) in C:\xampp\htdocs\chat\admin_logout.php on line 22 Could not connect: Can't connect to MySQL server on 'localhost' (10048) can anyone help me in finding the error ?? Thanks for your help !!
  7. when I try to import JS File , no function works, but when I write the code in <script> tag and does not import JS File, function executes !! Can you suggest something ?? Thanks for your reply !
  8. css link is not creating problem, when I try to import JS File , it does not work, but when I write the code in <script> tag and does not import JS File, it works !! Can you suggest something ?? Thanks for your reply !
  9. I have created website and posted it on PHP server BUT, JavaScript is not working ============================================================= <?php error_reporting(E_ALL); date_default_timezone_set('Asia/Kolkata'); ?> <script type="text/javascript" src='images/js1.js'></script> // WHEN I AM TRYING TO IMPORT THE FILE THEN IT IS NOT WORKING <link rel="stylesheet" href="images/mycss.css" type="text/css" /> ============================================================= I have written the above line and the page is not detecting any javascript file ============================================================= <script type="text/javascript" > function display(){ alert("this is text"); } </script> // THIS CODE IS WORKING ============================================================= but if I write, code like this then it is working, can some one tell me why is this happening ??
  10. we have already see the facility in website gmail and facebook that when user log-in successfully then its redirects the page to another page automatically, can someone tell me how to redirect the page when log-in becomes successful ? User tries to Log-in -> create session variable -> now redirect the page I can verify user account details and set the session variable at the same time, but how to reload the page so that it finds the session and reload itself and then redirect the page to new page ?? Thanks for sparing your time here !!
  11. Hi bsmither, You have guessed the right problem that I am facing. There are 8 different fruits and 8 different gadgets. when user click on button then with the help of javascript. it shows the count for all the 16 things.. it is causing higher flow of database query..I want to count each of them...on one button click, 16 query get executed and display count infront of each item like apple : x banana : y cherry : z pine-apple : z1 and this has to be completed for all 16 items
  12. the query has to be executed again and again, there is no fix duration in which database has to remain static , it will be updated at any point of time and 16-20 queries has to be executed in my website I understand the point to display the static data using a file, but, what I want to do is to provide functionality to user to alter the choice and fetch database as much as he want , that;s why I am saying that one user will be using 16-20 database related queries at a time, so, when I host the website, will it cause some problem with server or not !!
  13. yes, my website is 16 queries on a single page, what I am providing to user is to count 16 parameters with one click I am transferring data with AJAX and it provides the total count of all Suppose, you have 8 types of fruits and 8 types of electronic gadgets and you just want to know the total number of count of each item, so I am doing that..........we have already discussed the error message in the above section Suppose the user clicks too often on the button, and it will execute the page again and again, what is the best way to design the page so that I face no problem in fetching the record from database...... what can the maximum value that can be set inplace of 999 ??? Suppose I have more that 100,000 user on the website and about 20%-25% are using the website at a time and they want to know the total number of fruits and electronic gadgets available at the store and they are clicking on the button, not it is clear between you and me that 16 queries are going to be executed at one time by more that 2000 people, will the database handle the flow or it will provide some error ?? Is there comes role of bandwidth as the website will be going to post on the web ??
  14. Warning: mysql_connect() [function.mysql-connect]: User 'admini' has exceeded the 'max_connections_per_hour' resource (current value: 999) in C:\xampp\htdocs\page\verify_total_count.php on line 12 Could not connect: User 'admini' has exceeded the 'max_connections_per_hour' resource (current value: 999)
  15. Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\page\verify_security.php on line 170 earlier the code has been running fine and now it is showing error to me , can you tell something more about it ???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.