No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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"; ?> <? …
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 …
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(): …
The End.
Boronia