RE: [PHP] PHP code problem with pages

2012-01-22 Thread HallMarc Websites
Maybe my subject line is not descriptive as I wish, but I just did not know how to put on it. I have the following problem, I'm using jQuery to make a slide effect (horizontal), everything seems to be working find, but I have to add a mask with a white color background, I did this by CSS,

[PHP] PHP code problem with pages

2012-01-21 Thread Carlos Sura
Hello Mates, Maybe my subject line is not descriptive as I wish, but I just did not know how to put on it. I have the following problem, I'm using jQuery to make a slide effect (horizontal), everything seems to be working find, but I have to add a mask with a white color background, I did this

Re: [PHP] PHP code problem with pages

2012-01-21 Thread Daniel Brown
On Sat, Jan 21, 2012 at 20:07, Carlos Sura carlos.su...@googlemail.com wrote: Hello Mates, Maybe my subject line is not descriptive as I wish, but I just did not know how to put on it. I have the following problem, I'm using jQuery to make a slide effect (horizontal), everything seems to be

[PHP] code problem

2004-10-31 Thread Ross Hulford
This is my code... ?php require_once('Connections/ross.php'); ? ?php $maxRows_Recordset1 = 10; $pageNum_Recordset1 = 0; if (isset($_GET['pageNum_Recordset1'])) { $pageNum_Recordset1 = $_GET['pageNum_Recordset1']; } $startRow_Recordset1 = $pageNum_Recordset1 *

Re: [PHP] code problem

2004-10-31 Thread John Holmes
Ross Hulford wrote: This is my code... [snip] mysql_free_result($Recordset1); ... ?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ? It displays one result then thows up the following error Warning: mysql_fetch_assoc(): 3 is not a valid MySQL result