Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9
Actual Results
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: show images horizntally by extracting records from database?
- Subject: show images horizntally by extracting records from database?
- Replies: 3
- Views: 153
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: how to count that how many visitors view the videos...
- Subject: how to count that how many visitors view the videos...
- Replies: 2
- Views: 216
Posted: March 25th, 2009, 12:38 am
thank you so much sir
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: how to count that how many visitors view the videos...
- Subject: how to count that how many visitors view the videos...
- Replies: 2
- Views: 216
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Spacing Problem in table when using Paging...!
- Subject: Spacing Problem in table when using Paging...!
- Replies: 3
- Views: 197
Posted: March 10th, 2009, 2:59 am
thankx for reply my problem has been solved by define the width of the image cell...!
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Spacing Problem in table when using Paging...!
- Subject: Spacing Problem in table when using Paging...!
- Replies: 3
- Views: 197
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....
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: how to show "no record found" when searching record..!
- Subject: how to show "no record found" when searching record..!
- Replies: 3
- Views: 387
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...!
echo "NO RECORDS FOUND";
}
em using above code..!
but its shows also
paging at the bottom of the page...!
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: how to show "no record found" when searching record..!
- Subject: how to show "no record found" when searching record..!
- Replies: 3
- Views: 387
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: how to create playlist of related videos after search video
- Subject: how to create playlist of related videos after search video
- Replies: 0
- Views: 269
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Problem in paging...!
- Subject: Problem in paging...!
- Replies: 0
- Views: 183
- Subject: Problem in paging...!
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Problem in Retreiveng images from database...!
- Subject: Problem in Retreiveng images from database...!
- Replies: 2
- Views: 214
Posted: February 15th, 2009, 10:13 pm
my problem has been solved...!
thankx
thankx
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: How to deploy the project of PHP on internet...!
- Subject: How to deploy the project of PHP on internet...!
- Replies: 3
- Views: 230
Posted: February 13th, 2009, 10:16 pm
whatz this?
em using cute FTP software for uploading.
em using cute FTP software for uploading.
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: How to deploy the project of PHP on internet...!
- Subject: How to deploy the project of PHP on internet...!
- Replies: 3
- Views: 230
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.
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.
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Search image click on it then open its video with playlist..
- Subject: Search image click on it then open its video with playlist..
- Replies: 0
- Views: 186
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Retrieve images from database not shown in firefox.
- Subject: Retrieve images from database not shown in firefox.
- Replies: 0
- Views: 206
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...
- asad_black
- Forum: Programming / Scripting / Coding Forum
- Topic: Problem in View image from database...!
- Subject: Problem in View image from database...!
- Replies: 5
- Views: 248
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('...

