Jump to content

man12_patil3

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

man12_patil3's Achievements

Member

Member (2/5)

0

Reputation

  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.
×
×
  • 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.