Forum: PHP Mar 14th, 2007 |
| Replies: 1 Views: 5,337 Hi
I have a website that can search for journal article and display it page by page. when you search, the results are displayed with check boxes and people can select items by ticking the check... |
Forum: PHP Jul 24th, 2006 |
| Replies: 2 Views: 9,508 Hi Garry
Thank you very much for your reply. I tried it but doesn't work. Can you please change it in my script and post it.
thank you in advance |
Forum: PHP Jul 23rd, 2006 |
| Replies: 2 Views: 9,508 I have a script to query mysql database and display search result on split pages. Every data sets have check boxes, I want to select some data sets from my search result by clicking check boxes and... |
Forum: PHP Jul 8th, 2006 |
| Replies: 4 Views: 1,544 thank you manish. I will try it. |
Forum: PHP Jul 6th, 2006 |
| Replies: 4 Views: 1,544 can you please edit the above code like you did in your blog? |
Forum: PHP Jun 9th, 2005 |
| Replies: 4 Views: 2,649 If your server is supporting php you can do it easily with PHP and mysql. |
Forum: PHP May 7th, 2005 |
| Replies: 5 Views: 2,484 Hi Gary
Thanks its working. Actually that was not the only problem. When i select "books" it didnt pass to the PHP page because of case sensitivity of option. thanks a lot for your kind help. |
Forum: PHP May 7th, 2005 |
| Replies: 5 Views: 2,484 Thank you very much Gary. I will try this today and let u know.I didnt aware of php tags. I am very new here. You are realy very helpful. |
Forum: PHP May 6th, 2005 |
| Replies: 5 Views: 2,484 Hello Experts !!!
I have two databases to select from my web page. In this script i can search one database(if ($choice=="staff publication") it works. I dont know how to write the script if I... |
Forum: PHP May 6th, 2005 |
| Replies: 2 Views: 1,684 Dear Paradox
I am sorry i made a mistake. it is not two databases. it should be two tables. i will rectify it. |
Forum: PHP May 6th, 2005 |
| Replies: 2 Views: 1,684 Hello Experts !!!
I have two databases to select from my web page. In this script i can search one database(if ($choice=="staff publication") it works. I dont know how to write the script if I... |
Forum: PHP Apr 11th, 2005 |
| Replies: 7 Views: 3,135 Dear Sir
You are greate!! I am very hapy. It is working. but I have a small problem. When i search for " terry bouchard" my result will display all the articles contain both words like below. It... |
Forum: PHP Apr 11th, 2005 |
| Replies: 7 Views: 3,135 Dear Sir
I tried this. When i search for "vipula php" i get an error messege like this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in... |
Forum: PHP Apr 10th, 2005 |
| Replies: 7 Views: 3,135 Dear Dance Instructor
I tried this but it is not working. when i try to search it is hanging and not responding. is there any other easy way to do this. I am a beginner to PHP. if you can give me... |
Forum: PHP Apr 9th, 2005 |
| Replies: 7 Views: 3,135 I am very new to php & mysql. i have made a webste with a database in mysql. i have developed a search engine to search my database.
I just discovered a weakness in my current search engine. It... |