Jump to content

man12_patil3

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by man12_patil3

  1. i want to fetch 25 Product from table then apply on that pagination ....... and i don't now the how many record in table....
  2. I think this is not my solution. i already implicated pagination in my script. i want to fetch 25 Product from table then apply on that pagination .......
  3. Select * from tabName Limit 25 by above query i get 25 rows than i want to add Limit in this result for pagination 5 record per page . How it is possible ??
  4. $showCountSql = "select cad_count from counteraccountdtl WHERE cad_userid =".$_SESSION['UID']." LIMIT 1"; $showCountresult = mysql_query($showCountSql); $showCountrow = mysql_fetch_array($showCountresult); $newCount = $showCountrow[cad_count]; if(is_int($newCount)) echo "Value is Integer"; else echo "Value not Integer"; i m fetching value by Mysql "cad_count integer(5)" and feild then i cheak this value is interger or not it show the "Value not Integer". What is wrong in it ???
  5. Dear All I want to Regular Expresssion for text box validation It may be contant Null Value or Valid Domain URL Like (www.google.com, www.sausar.com ). Thx
  6. Hi all, I have PDF file online i want to edit dynamic footer and page no. at the end of page. Can anyone help me ? Thx in Advance. Manoj
  7. I have table with 3 Columns id(Primary), name, percent , i want to know the missing id from Column id and repeated percent with No. of count . For e.g. id(primary) = 1, 4, 5, 7, 8, 12, 13, 14, 15, 16 (missing id is 2,3,6,9,10,11) Percent = 88, 75, 88, 65, 55, 88, 88, 64, 65, 70 (repeated percent is 88(4), 65(2) ) i want to Sql Query for above output.
  8. hi all, My prob. is that i am feacthing record from DB by while loop (Mysql fetch Arry) and print it row by row. id Begnning Stage Ending Stage Active 1 Begnner Intermidiate "No" 2 Intermidiate Uppper intermidiate "Yes" 3 Begnner Intermidiate "Yes" . . . . . . . . . . . . . . . . n . . . as above mention i want to Active is "NO" IF first Records Ending stage is same as next record "Begnning Stage".
  9. Pooja u need to submit array for selected cities which user select and store it in Db after that in next page fetch it and explode the array u will get the value of selected city..
  10. CREATE TRIGGER ins_trig AFTER INSERT ON test FOR EACH ROW BEGIN INSERT INTO test2 (id, Name, address, ph ) (SELECT * FROM `test` ORDER BY id desc LIMIT 0 , 1); END; this is my query when i try it show the following error- "#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near " on MySQL client version: 5.0.45 Plz help me Thx in Advance.....
  11. i doing this thing first time but i dont find any suitable solution for it. On the demand of user. I want to change my web site pages in user's language without without google translater. Can anybudy guide me. Thx
  12. Find address book friends Check if any of your hotmail/gmail/yahoo or AOL friends are already on compilations, and if not invite them by email for this i want to guide from u experts.
  13. i seen that at many site the user submit the email address and password and fetch all email address from email account to send friend invitation. can i use this in my website and what is the step of that.
  14. hi, <%@ Page Language="C#" MasterPageFile=" " AutoEventWireup="true" EnableEventValidation="false" ValidateRequest="false" CodeFile=" " Inherits=" " Title=" " %> i want to add meta tag in above c# asp script how it possible.
  15. Can i submit the form on two action if it is possible,plz send me the discription of it
  16. i want to add youtube video in my web page which will not redirect . i find more code example but that is very complex. can u guide me where can i get solution of this prob. Thx. ???
  17. hi all i know php but i want to learn joomla. i read Documentation of joomla and installed sussesfully but i have use more afford but i can't change the home page of sample template. can u guide me the easy and simple temp to edit and understand joomla ?? can to send me joomla related link which will be beneficial for me to learn joomla? thanks
  18. hi all i know php but i want to learn joomla. i read Documentation of joomla and installed sussesfully but i have use more afford but i can't change the home page of sample template. can u guide me the easy and simple temp to edit and understand joomla ?? can to send me joomla related link which will be beneficial for me to learn joomla? Thx
  19. my problem same as u brother if find it plz send also.....
  20. I m new for php some buddy ask me this question during the interview and i m anable to anwer them ? can any one help me ...........
  21. php is new lang. for me. i have 2000 record which is dispaly on web page(10 record each page) by pagination. but problem is that i get 200 links of pages on webpage which take large space. I want to display it in a grop of 10-10 pages. where is the code for it. can anybudy help me ??
  22. php is new lang. for me. i have 2000 record which is dispaly on web page(10 record each page) by pagination. but problem is that i get 200 links of pages on webpage which take large space. I want to display it in a grop of 10-10 pages. where is the code for it. can anybudy help me ?? Thx
  23. first of all i think join php by www.w3schools.com and after that u can join php OOPs.
×
×
  • 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.