Hi - I have 2 problems with a new website - homeswapvacations.com, which I need help solving.
The first problem -
In the left column (on all pages) is "Featured Listing" column (in the admin panel, a listing can be selected to be featured in that column).
When you click the thumbnail there, it should take you to the full listing for that house, but instead it returns multiple PHP errors. I can't figure out the problem.
The second problem -
When you view an individual full listing for a house (Browse Listings--->then click the thumbnail for a house), there is a GHOST at the top of the listing that I need to remove. I call it a ghost because it looks like an image but I can't right click view image to see the file name. It's a blue button that says "SAVED THIS". How can I remove it? it has no working function.
Hope I can get good help here fast, I really need it, thank you.
rand() function
just a general question guys a girls, is the rand() function 100% random or is it based on time?
weird problem
last time, i did post a topic concerning why my page sometime will load as blank page when using IE. someone has told me that it might be my hosting server problem, too slow...but, now after testing
tell csv import script to ignore blank rows?
Hi i have the below script but i get an error if a row is blank ie a return in the csv file at the end i need to somehow tell it to skip the rows that have nothing on them:Code: <?php // define
session_destroy();
new to phpI have a simple login and am trying to write a logout.I set a $_SESSION var to 1 if they are logged in:if(isset($_POST['logname'])){ $UserArr = chk_lgn($_POST['logname'],$_POST['passwd']);
Comparing Values
HiI'm reading data from a database and this seems to work OK.Each system has an associated series of references..Code:Code: $dn = "cn=System"; $filter="(objectclass=*)";
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_map() to do the job. Unfortunately, passing an array results in the original, unescaped array being
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in. Moderators: Please excuse me if this is in the wrong category.The problem is that I am assigned with the task of
Need help/w Page: 1,2,3,4 function!
So I have this code im working on where it's ment to display seperate pages having 20 logs eachI'm having SOOOOOOOOO much trouble with it... it's supposed to work! >,<I get the right
PHP Function Page Advice
Hi All, I am quite new to PHP and Javascript but have written an Online Shop (Mainly for Fun and education) It uses MySQL for the Shop Item Data and a 'Username.txt' file for each users cart.
php calculate
this code echoes correctly the sum but the inserted result is 0??Code: