[PHP-DB] PHP Help with pagination

2010-01-28 Thread Karl DeSaulniers
Hey nagendra, I tried to post this a while ago, but it may be too long for the list. //we give the value of the starting row to 1 because this is the first page $pg = 1; //otherwise we take the value from the URL } else { $pg = $_GET['pg']; } ?> selection from the previous page that cal

Re: [PHP-DB] PHP help question

2008-02-13 Thread Daniel Brown
On Feb 13, 2008 10:52 AM, Rudy sleiman <[EMAIL PROTECTED]> wrote: > To whom it may concern > > I'm working on a network, i don't have internet access and the > application i'm working on is not published online. > > Platform used: PHP with MySQL. > > The Database is created on PC A... I'm working o

RE: [PHP-DB] PHP help question

2008-02-13 Thread Miguel Guirao
age- --> From: Rudy sleiman [mailto:[EMAIL PROTECTED] --> Sent: Miércoles, 13 de Febrero de 2008 09:53 a.m. --> To: php-db@lists.php.net --> Subject: [PHP-DB] PHP help question --> --> To whom it may concern --> --> I'm working on a network, i don't have internet acces

RE: [PHP-DB] PHP help question

2008-02-13 Thread Miguel Guirao
age- --> From: Rudy sleiman [mailto:[EMAIL PROTECTED] --> Sent: Miércoles, 13 de Febrero de 2008 09:53 a.m. --> To: php-db@lists.php.net --> Subject: [PHP-DB] PHP help question --> --> To whom it may concern --> --> I'm working on a network, i don't have internet acces

RE: [PHP-DB] PHP help question

2008-02-13 Thread Miguel Guirao
age- --> From: Rudy sleiman [mailto:[EMAIL PROTECTED] --> Sent: Miércoles, 13 de Febrero de 2008 09:53 a.m. --> To: php-db@lists.php.net --> Subject: [PHP-DB] PHP help question --> --> To whom it may concern --> --> I'm working on a network, i don't have internet acces

Re: [PHP-DB] PHP help question

2008-02-13 Thread Hasse R. Hansen
Rudy sleiman wrote: To whom it may concern I'm working on a network, i don't have internet access and the application i'm working on is not published online. Platform used: PHP with MySQL. The Database is created on PC A... I'm working on PC B... and my problem is that i am not able to conne

[PHP-DB] PHP help question

2008-02-13 Thread Rudy sleiman
To whom it may concern I'm working on a network, i don't have internet access and the application i'm working on is not published online. Platform used: PHP with MySQL. The Database is created on PC A... I'm working on PC B... and my problem is that i am not able to connect to the PC A Database

[PHP-DB] PHP help

2003-06-29 Thread Bill Pilgrim
My System: Windows 98 Apache 1.3.27 PHP 4 mysql Hello all, I am a PHP beginner and was wondering if I could get some help from some of the more experienced on this list. I have been trying to use an html form (with textboxes, radio buttons, and textareas) to input data into a mysql database.