Jump to content

sandeepm

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by sandeepm

  1. $('#uploadimgdiv').html(''); this statement execute working in all browsers but in IE not accepting displaying error like Unable to get property 'call' of undefined or null reference please help me
  2. Remove length and use height and width than check it once and give exact path and file name in the src
  3. HTML 5 is better than html 4 because the features are different
  4. use function like window.print();
  5. i need a code for delete option for the uploaded files please
  6. please give an example because i have large data to cancat
  7. Yes, But i need while fetching the data from database, based on size of records automatically increasing size... is it possible......
  8. i read one article, what says is the id store in temparary location so you need to re-create the table is it correct.... or not
  9. How to write GROUP_CONCAT_MAX_LEN Increasing as per requriement in perticuar select query in php.....
  10. how to increase group caoncat length in sql quaries.....? please give me suggestions........
  11. I am very new to this i have a doubt i am trying a query in php the actual concept is i have data of one user in users table and the same users doing some transactions in transaction table so i need to display the data from two different tables in single view file how can join both tables in single query Note: users id is forgien key of transaction created_by please suggest me
  12. use this query for unique <?php $query = "SELECT name,email,phone FROM users WHERE email =".$_SESSION["email"] ; ?>
  13. I am very new to mvc field in PHP, so i am going to start cakePhP so i need some tutorials or videos, materials like can any one give suggestions and easy tips to learn cake php...
  14. sandeepm

    image scaling

    in bootstrap image-circle it gives image circle
  15. while submitting values into db the read-only field also inserted into db or not
  16. if we are using sanitize we are facing some problems, is there any alternate for this
  17. I am waiting from many years it's working in local system, can you tell me how to work in local system
  18. if you are using the dynamic data you can use php
  19. sandeepm

    Unknown column id

    i deleted one(id) column in mysql when i am opening that table the error was showing like unknown column why this error showing and how to solve this ??
  20. is_numeric($string) by using this we can find the string contain string or numeric
  21. sandeepm

    php string bold

    use <?php echo "<strong>" . $string. "</strong>"; ?>
  22. sandeepm

    Array in Objects

    My array is [deta] => Array ( [asfasf] => stdClass Object ( [fname] => Mark [lname] => Json [password] => @#$% ) [egtadrgaer] => stdClass Object ( [fname] => Fill [lname] => Stiv [password] => @#$% ) ) i need fname and lname from this array how can i print two values i am very new to this field
  23. till now we are getting the data from ajax by using jquery i didn't try using php is it really posible ???
  24. Can i use two databases for a single website? can any one give me suggestioins please
  25. both are arrays so display in same format
×
×
  • Create New...