Jump to content

ashish4172

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ashish4172's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi! there is a table with 4 columns.I would like to implement sorting asc and desc on click of col headers using php. how can i do it???? any idea most welcome thanks ashish
  2. hi gurus i would like to implement delete operation using image.It should pop up window asking to delete the record with yes no option.if yes record is deleted. how can i go about it. thanks Ashish
  3. Hello, How can i get duplicate records thru query. Finally how can i remove them thru query. Pl reply...
  4. hi I have a problem in query.I'm implementing the last posted reply of threads.How can i get the recent replier of thread without using subquery as i have mysql4 which doesn't support subquery... please help.. table:thread_reply fields: thread_id,thread_reply_date,thread_replier i have tried select thread_replier,max(thread_reply_date) from thread_reply group by thread_id; datetime is stored in date field... Pl help Ashish Sharma
×
×
  • 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.