A table displays records , i added alphabetical order for it. A |B |C |like.
if i click on any letter, it has to display records statrting with that letter.And i have other search fields also, i write code for alphabets. but if i select any search condition it doent works. why?
Search found 3 matches
- Mon Jun 16, 2008 2:41 am
- Forum: PHP - Code
- Topic: Alphabetical ordering
- Replies: 1
- Views: 156
- Mon Jun 16, 2008 2:19 am
- Forum: PHP - Code
- Topic: to send mails using smtp in php
- Replies: 3
- Views: 117
to send mails using smtp in php
i want to send mail from php script using smtp server.i set configurations in php.ini file. and i used the php mail() function to send mails.but i am getting error. can anyone please tell me how to send mails?
- Thu Jun 12, 2008 2:41 am
- Forum: PHP - Code
- Topic: page navigation
- Replies: 1
- Views: 89
page navigation
i have so many records in a page. so i want them to display in a page wise.but i could not get the page navigation .can any one give right way to do it?