Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~602 People Reached
Favorite Forums
Favorite Tags
php x 8
Member Avatar for garyy

Hi, I'm getting the following errors in my php code. Notice: Undefined variable: page in C:\wamp\www\testsite\pagination.php on line 18 Notice: Undefined variable: page in C:\wamp\www\testsite\pagination.php on line 27 Any help much appreciated. Here is my PHP code: [code] <?php include("connect.php"); // How many adjacent pages should be shown on each …

Member Avatar for garyy
0
484
Member Avatar for garyy

Please can someone help, I'm new to PHP and I need to know how to display the data from mysql database using PHP in a format like so ProductA(image) - ProductB(image) - ProductC(image) ProdAName - ProdBName - ProdCName ProdAPrice - ProdBPrice - ProdCPrice I've managed to get the Product images …

Member Avatar for garyy
0
118