Jump to content

rajmohan

Members
  • Posts

    169
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rajmohan's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. Hi All, Do any one aware of UNO framework. I came to know that Uno stopped supporting when I gone through this link http://unophp.com/. Pls let me know where I can get the framework help material.
  2. Hi Friends, I am having a .flv file. Now I have to find how long the user has viewed the video. For example: abc.flv file total duration is 30 sec. Now if the user is viewing the video for 10 sec. I want to get this 10 sec.. I want to do using PHP or javascript.. Any one know how to do this.
  3. I am using the storage engine "MYISAM".. Whether because of this may occur some problem...
  4. Hi All, I am having one table which is having more then 100 millions of records... I have written a query like this.. for example.. SELECT COUNT(*) FROM tbl_name where user_id='XXXX' (The use of this query is to count how many hit happen by this users. ) When I execute this query it crashes my database.. please help me. Now I need a very best solution to solve this problem..
  5. Can you please give some Manual options rather then using some third part tool to find it.
  6. As i'm a web developer, the biggest problem to me always is to test the website i coded, test its security and how much is it safe. Please let me know how to hack my site. I tried with few of the things such as ' or 1=1 -- in the username area. I am most welcoming the peoples to share the SQL injection as well as how to hack the site to secure more my site.
  7. Ok fine. I will try with this and let you know but I have to request my client to check it because it is working fine for me. Thanks kratsg.
  8. From that page he needs to process further. In that site there is an option called send mail to all. When they click that link it will ask them to enter the message then submit it. I will collect the users from database and loop those users and send the message for all that time this problem occured. If it is time out problem then can you please suggest me some code to check this condition. So that if the condition is true it will through the massage that time is out.
  9. I've noticed this occasionally and think it must be a server issue, as other pages from the same server load fine
  10. Yes it is installed. One of my client using mac system there he is facing this problem. When I tried with mac system it is working fine for me. I have tried with windows as well as in Linux. In all the places it is working fine.
  11. Actually I am not facing this problem in online, it is working fine for me. But one of my client is facing this problem when he try to submit the form. Sorry to say this I should not mention the site name. Please let me know if you have any Idea.
  12. I am seeing the download php files instead of loading those files as web pages. Can any on suggest me what is the problem in php code. One of my client told me that he is facing this problem. For me it is loading correctly. Please let me know if any one have any Idea.
  13. Hi All, I am using MAC System. When I try to send a mail it is showing me the script file (index.php) for download. In Windows, Linux it is working fine. Any Idea?
  14. ------------------------- price name --------------------------- aa one bb two cc one dd two ee two ff two ---------------------------- I want out put as --------- sample ---------- one aa cc two bb dd ee ff -------- Any one guess it with
×
×
  • 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.