Jump to content

chintansshah

Members
  • Posts

    244
  • Joined

  • Last visited

Everything posted by chintansshah

  1. make a habit to add (`) for table fields in queries, But before that you should understand the database designing. Because you should not take (from) as a field name. DO NOT USE reserve keyword as a field name.
  2. I think your id value is wrong, you may write it's name is button-input
  3. You can learn from wiki, open link http://en.wikipedia.org/wiki/Cron
  4. I think there is problem in action page, can you check where search.php located? if it is in same folder then write action="search.php" only or in parent folder then action = "../seach.php" or in different folder in parent folder then action = "../FOLDER_NAME/search.php" or in current folder with in a folder then action = "FOLDER_NAME/search.php"
  5. this error comes if you write } } twice or you missed to close it.
  6. Hey Marcel, try below query SELECT c.* FROM users u LEFT JOIN profiles p ON p.USER_ID = u.USER_ID LEFT JOIN comp c ON c.WORLD_ID = p.WORLD_ID LEFT JOIN comp_participants cp ON cp.COMP_ID = c.COMP_ID WHERE u.USER_ID = 44 Let me know the result of the query.
  7. Thanks AYKAY47 h1 { display: inline; } it works
  8. No, but I want <h1> tag only because of SEO.
  9. When I use H1 tag, then text will come in next line how I make it in same line.
  10. hello hno, Can you do file_put_contents operation offline, like as per your requirements, create a cron job and update your files using file_put_contents. So when client is trying to download, a file creation time get reduced and client should not wait for the time. I hope you are clear with above solutions.
  11. Your requirements are not 100% clear, can describe in details.
  12. Hi chandler, I am facing same problem then I have install xampp afterwards everything works smoothly and fast. Try xampp instead of wamp.
  13. just create new post, don't be edit to older one.
  14. Hello, I also believe that you have an error in mysql queries. I am guessing that your else{ mysql_query("INSERT INTO `users_2` (username, password, access, created, expired, days) VALUES('$username', '$password', '$access', '$created', '$expires', '$days')"); is wrong, please confirm that you have 'users_2' table is exist in to database!
  15. Hello Drodious, Please write error_reporting(E_ALL); at line number 2 and reply back with error. Regards, Chintan
  16. You can learn Mysql from http://dev.mysql.com/doc/refman/5.0/en/index.html http://www.tizag.com/mysqlTutorial/ http://www.mysqltutorial.org/ Regards, Chintan
  17. Hello Chander, For entering comments in db, you just create db connection on php page and then execute an query to save data to db. Write a query where you have write current file creation code. fwrite($fp, $comments);
  18. What is simple machine forum, is it plain text CMS? you can use adsense in any html based site.
  19. Hello Rampurearun, You should make changes in php.ini to exceed max_execution_time, I think it will help it.
  20. You should write your own, or you can maintain the session while login into both admin area, but first you should identified your session names and values.
  21. I think, your mysql port or port 80 gets busy, that's why it give such output, Can you run phpMyadmin without skype?
  22. yes, I have tried it. But finally I found a solution with CKForms. it's nice plugin and component. Thanks.
  23. Sorry, but problem is not solved yet, I am using RSForm not RSFormPro, because RSFormPro is paid version.
  24. thanks but it's not urgent.
×
×
  • 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.