Jump to content

loveamit

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by loveamit

  1. how can we send message to other mobile numbers using our website setup..? please help..?
  2. and i want to use javascript only to opend divs
  3. help me... suppose some data is fetched from database using while(mysql_fetch_array(**) and i want that on click of each fetched data from database one div must be opened up ..please somebody tell me help please
  4. sorry but i didnt think that while loop is causing any problem the problem is occuring due to the select query when i used mysql_error() then it is giving error of query is empty now tell me what to do
  5. sorry bt i didnt think tat while loop is causing any prob the prob is occuring due to the select query when i used mysql_error() then it is giving error of query is empty now tell me wat to do
  6. i knw how to record the time but as u said use js truely i dnt knw after calculating time how to use js for getting info will u please elaborate
  7. u have written that means that the actual sql query statement supplied as a parameter to the mysql_query() statement was empty. i nt able to understand these lines wat does it mean
  8. jst tell me wat to do if it is giving this kind of error wat will u suggest
  9. yes js and php plese help me or u cn say that how to reload different online user in a box
  10. please i dont want to listen anythng i m so sad just please if u cn write the correct code of two lines i will be haapy then
  11. common u r acting like child .....i have already checked and echoed the value of session variable and it is working .....i just wanted to know why is it giving error that query is empty although all fields are correct
  12. i am working on a proj i want that if someone else logged in then i want a dilog box should open for a while it shows the user is online and then dilog box dissappers after that please somebody help me..
  13. i have used this code in diff 2 ways everywwhere but the result is same
  14. i am sure there is no prob with this one i have use select queries with while($row=mysql_fetch_array($result)) { each time its giving same error and said query is empty please help me i got so irritated of it
  15. please write code of mysqli and where should i write down and how here is my code...... $result = mysql_query("SELECT * FROM friendlist WHERE firstname='".$_SESSION['SESS_FIRST_NAME'] ."' and status='pending' ORDER BY firstname ASC"); while($row=mysql_fetch_array($result)) { $add=$row['addby']; } $numberOfRows = MYSQL_NUMROWS($result);
  16. i guess it means there is no value returning through select query but database is correct and also columns are correct
  17. okk bro the error after including mysql_error is query is empty
  18. i got an error said Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in and my code is $result = mysql_query("SELECT * FROM friendlist WHERE firstname='".$_SESSION['SESS_FIRST_NAME'] ."' and status='pending' ORDER BY firstname ASC"); while($row=mysql_fetch_array($result)) please somebody help me
×
×
  • 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.