Search found 128 matches

Actual Results

Post Posted: August 19th, 2009, 10:38 am

this is my sample page ...! http://tutioninn.com/wallpaper.php in which images in a table show in a vertical direction but i want to show it horizontal way..! like this page: http://neosmart.net/gallery/v/wallpapers/Vista/official/Textures/ this is my code of selecting record...! if u have better co...

Post Posted: March 24th, 2009, 3:19 am

this is my page : http://jugnoo.tv/category_story.php in which list of videos is exist...! click on the thumbnail video will be started..! now i want to display that how many viewers visit the videos like on youtube and the no. visits shows on that page when after clicking on the thumbnail...! for e...

Post Posted: March 10th, 2009, 2:59 am

thankx for reply my problem has been solved by define the width of the image cell...!

Post Posted: March 8th, 2009, 11:47 pm

hi, i have problem in following page: http://jugnoo.tv/category_activity.php you will see on the first page with correct format of table without any spacing..! now when click on the last from paging http://jugnoo.tv/category_activity.php?currentpage=4&q= it shows blank space in the image coloum....

Post Posted: February 25th, 2009, 11:34 pm

if($numrows == 0){
echo "NO RECORDS FOUND";
}

em using above code..!

but its shows also
paging at the bottom of the page...!

Post Posted: February 25th, 2009, 11:05 pm

I am new in PHP and this is my search code noW i want to display "NO RECORDS FOUND" when no record match with search string..! this is my code: [code]<?php $var = @$_GET['q'] ; $trimmed = trim($var); // database connection info $conn = mysql_connect('localhost','asad','asad') or trigger...

Post Posted: February 19th, 2009, 11:03 pm

Hi, this is my website which is in progress...! http://jugnoo.tv on first page em using XML playlist which is not retrieve from the database. for searching videos em using PHP and MySQL database which contain following fields..! id link (it is use for the when click on any thumbnail then go its page...

Post Posted: February 18th, 2009, 3:37 am

my problem is i was create the search page in which user enter the key word then shows the record in paging form by using the following the code. actual problem is that after seraching the record when i click on the NEXT button paging shows also those records which is not match by keywords this is m...

Post Posted: February 15th, 2009, 10:13 pm

my problem has been solved...!


thankx

Post Posted: February 13th, 2009, 10:16 pm

whatz this?

em using cute FTP software for uploading.

Post Posted: February 13th, 2009, 9:48 pm

hi i complete my project on PHP now i want to upload it on internet...!
i have a domain...!

and i want to upload on this site http://jugnoo.tv

my project running on localhost succesfully.

Project contain xml file and database of MySQL .


Kindly reply me as soon as possible.

Post Posted: February 13th, 2009, 12:49 am

This is my website http://jugnoo.tv/demo3 website contain rss playlist...! recently i complete the search function in this website by using PHP and database of MySQL...! now i want, when user search any video and click on it then go to its video and play it whatever his search and also show playlist...

Post Posted: February 12th, 2009, 2:53 am

<?php Header("Content-type: image/jpeg"); $var = @$_GET['q'] ; $trimmed = trim($var); $con = mysql_connect("localhost","sample","sample"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("sample", $con); $sql = mysql_que...

Post Posted: February 11th, 2009, 10:07 pm

my last problem has been solved but now my another problem is i want to display the title of the image as well as the description of the image. <?php Header("Content-type: image/jpeg"); $con = mysql_connect("localhost","sample","sample"); if (!$con) { die('...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.