Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for vidhyaponnusamy

Hi, I have a folder with ten photos and i want to give link for that photo.when i click the link first photo will only display and the remaining photos will be viewed by clicking next button or previous how to do that using PHP. [CODE] <a href="photo/dec1209"><font color="#0000FF">Click Here …

Member Avatar for paulrajj
0
79
Member Avatar for vidhyaponnusamy

Hi How to create table of contents with section and subsection indentation in latex please help me out thanks in advance

0
59
Member Avatar for vidhyaponnusamy

Hi Have anyone have idea about how to work in Lyx ,if you know lyx means please help me to do in lyx. thanks in advance

0
43
Member Avatar for vidhyaponnusamy

Hi Have anyone have the idea about Lyx its a word processing document if you have any idea please help me thanks in advance

0
65
Member Avatar for vidhyaponnusamy

hi i have created one simple page using ajax ,my index page contains menus page1 page2 page3 page4 if i click the page2 menu means my page2.html is opening in the same window index.html itself ,but in my page three i have a link if i click that link it …

Member Avatar for vidhyaponnusamy
0
100
Member Avatar for vidhyaponnusamy

Hi I am new to ajax but i have done one simple menu program using ajax i created one index page with menus if i click each menu i want that linked page in the same window now i am getting as a separate window that is i want to …

Member Avatar for Thirusha
0
213
Member Avatar for vidhyaponnusamy

Hi i am new to ajax but i want to do one small concept in ajax i have all the menus designed in html if i click the menus i want to go to the particular page but that page should not open as a separate window i want my …

Member Avatar for Thirusha
0
53
Member Avatar for vidhyaponnusamy

Hi I got the current time as follows $time=date("h:i:s") i got the result as 02:38:05 i want to add 10 mins with this time how can i add that,help me out Regards, Vidhya

Member Avatar for network18
0
88
Member Avatar for vidhyaponnusamy

Hi, I want to add 1 hour with current time,i done this using following method date('h:i:s',strtotime('+10 minutes') but i want to take the current time in a variable and add that time with 1 hour,but that value could not change as the time changes. help me out to solve this …

Member Avatar for diafol
0
95
Member Avatar for vidhyaponnusamy

Hi When i use time() function in php,i got the value as follows, [B] 1242104663[/B] i retrieved thelogin time for ,but i want to get the current system time in hours,mins ,seconds Regards, Vidhya

Member Avatar for BzzBee
0
58
Member Avatar for vidhyaponnusamy

Hi I am creating session for my website,i want to expire the session after particular time for the user logged in,i want to retrieve current time in PHP,i used a time() function in php to get current time,but i got sequence of number.can oyu help me how to get current …

Member Avatar for BzzBee
0
89
Member Avatar for vidhyaponnusamy

Hi, I want to take a range value from mysql and store that in php. ugid sfidfrom sfidto 7 03010101 03010105 I want to take inbetween values from the column sfidfrom and sfidto and want to store that in php as a array,please help me out Regards, Vidhya

Member Avatar for nav33n
0
48
Member Avatar for vidhyaponnusamy

Hi, I am retrieving the below values from the table and use the values in drop down box in php,i don't want to retrieve [B]"All"[/B] value from the table,i tried with except keyword queries, but i din't got the value,please help me out 01 Dean 02 HOD 03 Students 04 …

Member Avatar for vidhyaponnusamy
0
82
Member Avatar for vidhyaponnusamy

Hi, I am creating a website in php,i want my login page with only username and password,i don't want to display any default bars on the top of the form like menu bar,tool bar etc..I don't know how to remove this in php,please help me out with correct coding Regards, …

Member Avatar for cwarn23
0
110
Member Avatar for vidhyaponnusamy

Hi, I want to create tree like menus in php,but the values will be retrieved from mysql,i want menus with submenus which means tree structure,i don't know how to display the mysql value in a menu tree structure,please help me out for this problem.

Member Avatar for vidhyaponnusamy
0
89
Member Avatar for vidhyaponnusamy

Hi, I want to retrieve a key value for the option selected in the drop down box,and i also want to you to tell me how to use that key value [code=php]<select name="role" style="width: 145px">'; $result=selecttbl("ugname","ugroup"); while($nt=mysql_fetch_array($result)) { print'<option>'.$nt[ugname].''; print'</option>'; } print'</select></td>[/code]

Member Avatar for rm_daniweb
0
166
Member Avatar for vidhyaponnusamy

Hi, I'am new to PHP but i'am currently doing the project in PHP only,i want to use function return values in another form,the return value is a value retrieved from MYSQL,just see my code ------------------------------------------------ form1//where i calling my function [code=php]selecttbl("user"); while($row=mysql_fetch_array($result)) { for ($i=0; $i<mysql_num_fields($result); $i++) echo $row[$i] . …

Member Avatar for vidhyaponnusamy
0
82