Current location: Hot Scripts Forums » Advertising Forums » Job Offers & Assistance » PHP Paging function needed - paid task


PHP Paging function needed - paid task

Reply
  #1 (permalink)  
Old 02-09-04, 06:37 PM
developer developer is offline
New Member
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Smile PHP Paging function needed - paid task

Hello!

I need a paging function for this search page: http://www.ghostcar.com/search.php

So it shows 5 results at a time. So it looks like this paging:
http://www.phpnoise.com/tutorials/9/1
or this one:
http://www.phpfreaks.com/tutorials/43/0.php

I would be happy to pay a a few dollars for this.

Please do PM me qoute and time needed if you are intrested.

Thanks,

( Here is the working code for the result page search2.php( without any paging) if anyone wants to have a look. )

PHP Code:

<html>

<head>
<title>Search</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<?php include "head.html"?>
</head>
<body>
<div align="center">
<b>Company directory search results</b>
<p>
<A HREF="search.php"><b>Search again</b></A>
<p>

<TABLE>
<TR>
    <TD>
<font size="2">

<?
include 'settings1.php';

if (
$category=="allcats")  
    
$strCategory "";  
else  
    
$strCategory " AND category = '" $category "' ";  

if (
$town=="alltowns")  
    
$strTown "";  
else  
    
$strTown " AND town = '" $town "' ";  

$Query="SELECT * FROM companies WHERE name LIKE '%" $companyname "%' " $strCategory $strTown;

include 
'settings2.php';

if( 
mysql_num_rows($Result) == ) echo("No results."); 
else { 
        while(
$row=mysql_fetch_array($Result)){
            echo 
"<b>";
            echo 
$row['name'];
            echo 
"</b>";
            echo 
"<br>Contact person:";
            echo 
$row['contactperson'];
            echo 
"<br>";
            echo 
$row['address'];
            echo 
"<br>";
            echo 
$row['areacode'];
            echo 
" ";
            echo 
$row['town'];
            echo 
"<br>Phone number:";
            echo 
$row['phonenumber'];
            echo 
"<br>Email:";
            echo 
$row['email'];
            echo 
"<br>Web site:";
            echo 
"<a href=\"".$row['website']."\" target=\"_blank\">".$row['website']."</a>";
            echo 
"<p>";
        }
}
?>

</TD>
</TR>
</TABLE>

</body>
</html>

Last edited by developer; 02-09-04 at 06:40 PM.
Reply With Quote
  #2 (permalink)  
Old 02-09-04, 06:41 PM
superprogrammer superprogrammer is offline
Newbie Coder
 
Join Date: Nov 2003
Location: INDIA
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
I am interested
Reply With Quote
  #3 (permalink)  
Old 02-09-04, 07:33 PM
developer developer is offline
New Member
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Position filled.
Reply With Quote
  #4 (permalink)  
Old 02-09-04, 09:13 PM
developer developer is offline
New Member
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
werfew did this task for me in less than an hour at a very fair rate, very professional and excellent coder.

I will look for help here again for sure.

Thanks,
Reply With Quote
  #5 (permalink)  
Old 02-16-04, 06:26 AM
prabhash prabhash is offline
New Member
 
Join Date: Feb 2004
Location: Delhi, India
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Well its a matters of a couple of hours. The taskof paging definition to your search page can be done satisfactory.
Reply With Quote
  #6 (permalink)  
Old 03-06-04, 07:31 AM
werfew werfew is offline
Newbie Coder
 
Join Date: Jan 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Talking *** werfew completed the job ***

*** werfew completed the job ***

----------------------------
DESCRIPTION OF THE JOB: Create a paging class and implemented in an already exisiting search page. The paging class doesn't fetch all the results from the database and then displays a few of them: This class fetches as many results from the database as needed.
THE JOB INCLUDED: Create the class, implement it in the search function and intall it on the remote sever.
TIME FRAME: Done within an hour.
DEVELOPED UNDER: PHP and MySQL
----------------------------

Thanks Klas,
hope we can work together in the future too.

I remember i had a good time working with you.

See you,
- Werfew
__________________
Email : werfew {at} gmx [dot] net
MSN: werfew {at} gmx [dot] net
AOL IM: werfew2004
ICQ: 213209986

Last edited by werfew; 03-06-04 at 07:56 AM.
Reply With Quote
  #7 (permalink)  
Old 03-06-04, 10:57 AM
nefariousphp nefariousphp is offline
Banned
 
Join Date: Aug 2003
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
lol wow, he obsessed... I could have done it in less than 10 minutes... but I don't do small paying jobs. If I simply had the time I would do it for free.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
execute php into javascript function Hagoromo PHP 3 05-23-07 02:19 AM
accessing existing ISP email with a PHP webmail script. nlancaster PHP 1 01-07-04 03:28 AM
Help trim code down TheLaughingBandit JavaScript 0 09-02-03 09:50 AM
PHP Mail Form Needed dudeman248 Script Requests 7 08-22-03 05:17 PM
edit php in Squirrelmail jrcortrightiii PHP 1 07-10-03 02:08 PM


All times are GMT -5. The time now is 01:26 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.