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
~3K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Boronia

Hi If anyone could help with below code as I am new to php [code]<?php $result = mysql_query("SELECT * FROM hotels ORDER BY city"); while($row = mysql_fetch_array($result)) { echo $row['city'] . " " ; echo "<br />"; } ?>[/code] above code list all cities as below newyork newyork newyork newyork …

Member Avatar for wrivera
0
70
Member Avatar for Boronia

Hi I am new to php coding and trying list products by country - my code are as below . I want to list tours by country say tours from x country listed one page from y listed on another page. Thanks for your help [CODE]<? include "config.php"; ?> <? …

Member Avatar for sDJh
0
103
Member Avatar for Boronia

Hi I got a online reservation website and I am having a problems with reservation forms. Forms were ok until couple of months ago. When you submit the reservation form it doesn't go to the admin e-mails but all reservation are kept in the database. it's a php/ mysql database …

Member Avatar for Boronia
0
176
Member Avatar for Killer_Typo

Hi everyone, I have same problem as above described. I have tried to repair table via phpmyadmin there seems ok .I have not touch php code either but this morning i received below message.Any help appreciated. Warning: mysql_query(): Unable to save result set in C:\Inetpub\vhosts\mydm.com\httpdocs\Eyl\admin\update_tours.php on line 309 Warning: mysql_numrows(): …

Member Avatar for michael.mckee
0
3K

The End.