Jump to content

sadanmasroor

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sadanmasroor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have been developing applications for over 2 years now. In one of my domains I see some strange php files all created on 20th of April 2011 and named like this : IwA8ZSIhJ.php,QvDBnXYevm.php,LXgU1kf16y.php etc etc Any idea what could be the potential reason of creating such files in my hosting ? Thanks Sadan Masroor.
  2. Thank you very much for your reply. I guess I can now work on it to attain the functionality. Thank You. Sadan Masroor.
  3. Hi Guys, I have been contacted by a client who wants me to develop an application which performs the following functionality: Lets say the domain name is xyz.com . We provide an email of our domain to the person who signup on our website for our services. Lets say the email that is given to the customer is email@xyz.com The client wants to built PHP application in which if an email is sent to email@xyz.com it gets downloaded and is stored in the MySql Database. After the download there is going to be a set of algorithms which will decided whether to forward this email to the client or not on his email address. I have no idea how to accomplish this functionality. Any suggestions would be appreciated. Thanks Sadan Masroor.
  4. Well that is an issue I guess. The white spaces are creating the problem. Thanks for ur help.
  5. as mentinoned before I am not a new bie. I am actually a ruby on rails developer as well. The values and trim and sanitized before being entered in the database. And as far as form is concerned I am facing this problem even in PHPmyadmin not only in form. I am developing the application on live server and the hosting is with BlueHost.
  6. Hello Everyone, I am facing a problem and hope that you guys are going to be of any help. I am not a newbie but this is the first time ran into a problem like this and did not find a solution to it. Below is the description of the problem I am facing right now : I am trying to create an authentication page on the project I am working on. Now there are two variables : $username ; $password; I have a database table by the name of members. Now when I run the following sql query it returns empty results: $sql = "SELECT * FROM members WHERE username = '{$username}' AND password = '{$password}' LIMIT 1 "; Now if I run the query below it works just fine : $sql = "SELECT * FROM members WHERE username LIKE '%{$username}%' AND password LIKE '%{$password}%' LIMIT 1 "; I am using 5.1.47-community-log as my server. Before posting it here I have checked that there is a table by the name of 'members' in the the database and there are column names as username and password. Any help would be appreciated. Thanks in advance.
×
×
  • 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.