Which open source is doing high end facilities or admin panel features available for link exchange script or reciprocal link exchange script ,
Refer some open source name....
Thanks
Hi ,
Am using this
jquery plugin]1
How to change the click mode to automatically run mode ,
Present scenario , When u click NEXt it show the next three image,
When u click BACK It shows the previous three images ,
I want to change this scenario to
Whe loads , the plugin should start running(image) , Also i need the NEXT and BCK button , When user click the back button , then it show show previous three image and run image toward back,
Is it possible in this ?
Thanks
Show image very slowly ... after page is completely loaded....
That is ,
fade in Effect for the image, but this image should show very slowly page load is completed....
Hi ,
taken accordian menu in some open source site,
my accordian url
But i want to change this static width to dynamic ,
That is height need to change as AUTO for inside accordian view...
Hi ,
I have country table,
i fetch all values and moved into array ,
these value i like to populate into combo/dropdown list ,
here i want to do some magic things,
that is , for my site most of the users coming from uk,us,Australia,Romain and few,
So i like to populate by my preference ,
is there any array will do this magic work, else is it possible mysql query ,
So final question is ,
Populate country name into combo based on my prefernce ,
Thanks
Hi ,
in my database i have phone numbers with country code , which look somthing like
0044-123456
0044-123456
0014-123456
0014-123456
0024-123456
0024-123456
0034-123456
0044-123456
0044-123456
0024-123456
0034-123456
084-123456
084-123456
i want to total up the numbers by country, something like this output
0044 (2)
0024 (2)
0034 (1)
084 (2)
064 (5)
Is it possible to do this with a SQL query?
am i using the wamp,
For phpmyadmin Database username is root and no password, and host is localhost
i downloaded the mysql query browser from mysql.com ,
i have downloaded this mysql-gui-tools-noinstall-5.0-r17-win32 ,
when i try to connect the query browser ,
it through the error like,
what i do now ?
where is the step by step sol for my prob..
Hi ,
Am working in the classes and object class structure , but not extream level ,
Just class and function , then in one place instantiation . that's it , not much big functions
like __construct etc ,
Please tell me very simply ,
1.what is th purpose of constructor ad destructor ,
But i know theoretical explanation school level ,
But i am expecting something like in real time , which situation we have to use, and is
there any example for that please tell me,
Regards
Hi,
I am working with classes and object class structure, but not at a complex level – just classes and functions, then, in one place, instantiation.
As to __construct and __destruct, please tell me very simply: what is the purpose of constructors and destructors?
I know the school level theoretical explanation, but i am expecting something like in real world, as in which situations we have to use them.
Provide also an example, please.
Regards
i have user table, i have 5 records ,
i delete two records , then executed the rollback command, rollback command executed successfully.
But that deleted two records not recovered ,
user table engine is innodb...
Hi i have div ,
<div id=refer_friends><input type='text' name='refer1'>
<input type='text' name='refer2'>
<input type='text' name='refer3'></div>
How to check, how many input element between DIV refer_friend ,
Using jquery