
thenature4u
Members-
Posts
54 -
Joined
-
Last visited
Never
Profile Information
-
Gender
Not Telling
thenature4u's Achievements

Member (2/5)
0
Reputation
-
Hi, I am using phpbb_foums in my site. One table is giving me headache. I am not able to repair the table phpbb_forums. Even the following query also not showing up. select count(*) as cnt from phpbb_forums. i tried this from command line. Its not showing any error also. This command is taking infinite time. Help me please. Other tables are working properly. Thanks in advance
-
Hi, Light box is working properly when the images are static. But for my application images loads dynamically from another php page using ajax. But this light box is not working for these images. Please help me. this is my code. try1.php code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>jQuery lightbox clone - prettyPhoto - by Stephane Caron</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript" charset="utf-8"> google.load("jquery", "1.3"); </script> <link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" /> <script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script> <style type="text/css" media="screen"> * { margin: 0; padding: 0; } body { font: 62.5%/1.2 Arial, Verdana, Sans-Serif; padding: 0 20px; } h4 { margin: 15px 0 5px 0; } h4, p { font-size: 1.2em; } ul li { display: inline; } </style> <script src="js/ajax.js" type="text/javascript" charset="utf-8"></script> </head> <body onload="testajax();"> <div id="naren"></div> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $(".gallery a[rel^=prettyPhoto]").prettyPhoto({theme:'dark_rounded'}); }); </script> </body> </html> try2.php (ajax response page) <h4>Gallery 2</h4> <ul class="gallery clearfix"> <li><a href="images/fullscreen/3.jpg" rel="prettyPhoto[gallery2]"><img src="images/thumbnails/t_3.jpg" width="60" height="60" alt="Lol" /></a></li> <li><a href="images/fullscreen/4.jpg" rel="prettyPhoto[gallery2]"><img src="images/thumbnails/t_4.jpg" width="60" height="60" alt="" /></a></li> <li><a href="images/fullscreen/5.jpg" rel="prettyPhoto[gallery2]"><img src="images/thumbnails/t_5.jpg" width="60" height="60" alt="" /></a></li> <li><a href="images/fullscreen/1.jpg" rel="prettyPhoto[gallery2]"><img src="images/thumbnails/t_1.jpg" width="60" height="60" alt="" /></a></li> <li><a href="images/fullscreen/2.jpg" rel="prettyPhoto[gallery2]"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="" /></a></li> </ul> I hope you understand the problem. Thanks, Naren
-
sorry not framework, i was taking about abstraction layer. Which is the best one to use? ADODB or PDO?
-
sorry not framework, i was taking about abstraction layer. Which is the best one to use? ADODB or PDO?
-
I am using php with smarty template engine and mysql. I want to use some framework for mysql database. That is a social networking site. Please suggest me any best framework with advantages. Thanks Naren
-
I am using php with smarty template engine and mysql. I want to use some framework for mysql database. That is a social networking site. Please suggest me any best framework with advantages. Thanks Naren
-
Hi, Can you give me some useful links or script, to create avatars. I tried, but unable to find in google. Plz help me... Thanks in advance.... Naren
-
Thanks for your help. I got it. This is the query for that one. SELECT * FROM tbluserdetails WHERE STRCMP( HEX( LOWER( username ) ) , HEX( username ) ) =1 Thanks once again.
-
thanks for your response, SELECT * FROM tablename WHERE HEX( LOWER( username ) ) = HEX( username ) By using this query i am able to retrieve user records who are not having capital letters in their username. how to make not eqval to for the above query. So that i can get required output.
-
Thanks for your response. I am new to mysql. Can you explain me in a clear way. If you done mind, can you tell the query for this. Thanks in advance.
-
I have a table tbluserdetails. username Joindate email kElvin 2008-10-9 [email protected] alex 2008-10-9 [email protected] Austin 2008-10-9 [email protected] john 2008-10-9 [email protected] With mysql query, i want to retrieve the user records, who has capital letter in their username. My required output is: username Joindate email kElvin 2008-10-9 [email protected] Austin 2008-10-9 [email protected] Help me... Thanks in advance.....
-
Hi, In my site i have one link, when i click that link it display some images. I am using Ajax. Images are loading one by one to the page. Every image has one link on down to it. When page is loading with images, If i click on any link of the image which is loaded to the page, then the remaining images are not loading to the page. Sorry for my bad english. Thanks in advance. Naren
-
Thanks for your response. I am using Ajax to display the images. Images are loading one by one. When images are loading if i click the already loaded images, remaining images are not loading to the page.
-
Hi, In my site, i have one link named images. After clicking the link it calls some Javascript functions(Ajax).And I get response(images) using ajax.when i click that link its displays some 20 images(using ajax). The page is loading image by image. when the page is loading if i click on 1st image remaining images are not loading to the site. Its working fine in FireFox but not in IE. Help me in this. Thanks in advance. Naren
-
its not animated. if you know how to do....help me to convert swf file to jpg using php.