Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~4K People Reached
About Me

IT university student

Interests
Reading computer magazines and books, watching movies which features computer geniuses or hackers,playing…
PC Specs
compaq presrio SRAP -ntel pentium processor 515: 2.93 GHz,i MB L2 ache,533MHZ FSB,90nm -memory :512MB…
Favorite Tags
php x 19
c x 10
asp x 1
Member Avatar for njagi

Hi Is there anyone who know How to capute a whole HTML file and convert itto Excel for example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="description" content=""> <title>Fourth Year Computer Technology Time Table</title> </head> <body> <p>&nbsp;</p> <p>&nbsp;</p> <table cellspacing='4' cellpadding='4' border="1" align="center"> <tr> <td>Day</td> <td>Time</td> …

Member Avatar for ddellostritto
0
851
Member Avatar for tirivamwe

i am doing my final year at university and i am supposed to do a project dissertation. Can someone help me with a project topic. I would prefer a project that is inclined to php or web development

0
105
Member Avatar for tirivamwe

i joined a new organisation and was given a Total Control Enterprise Network Hub. which have the following : [U]NIC[/U] [LIST] [*]10/100 NMC NIC [*]Dual 10/100 PC Ethernet NIC [*]Dual 10/100 PC Ethernet NIC [*]Hiper DSP T1/E1 NIC [*]Hiper DSP T1/E1 NIC [/LIST] [U]NAC[/U] [LIST] [*]Hiper DSP Card [*]Hiper DSP …

0
82
Member Avatar for r_sathya

Hai i am sathiya please help me to display my database tables in the grid manner through php code. give some example to me.......... i display the databse tables in the normal table manner via PHP code ........ but i am trying to display that tables in the grid manner …

Member Avatar for jack239
0
146
Member Avatar for tirivamwe

Hie everyone. Its been a year now using PHP and i think i do understand it now but dont understand what a PHP framework is and what it is used for, how it works, and if its necessary to use it. please help

Member Avatar for mexabet
0
102
Member Avatar for bihartourism

Dear members how i can delete a record from a table in php?Give me the code plz...

Member Avatar for tirivamwe
0
104
Member Avatar for gopi kannan

iam designing a login page..while validating the login ..i have to check whether the user is ordinary user or administrator...i have to display different page for each one..i did the validation process..but how to switch to administrator.php say if the user is an administrator..can i use <form> for this..

Member Avatar for tirivamwe
0
97
Member Avatar for carobee

hi there, i have started session in my first page(login page). on fulfilling the validations the user is taken to the next page. in the second page, first i check whether session is set or not, and if it is not set the flash an error message to the user …

Member Avatar for carobee
0
139
Member Avatar for tirivamwe

i have a website and it have a flash banner. the problem is that every time i open a link the banner will have to reload again. is there any way that i can use on my links so that when the link is clicked it will include a page …

Member Avatar for carobee
0
135
Member Avatar for AbdullahKhatri

Hi, I was searching for the code to set a cookie at the start of the website like you can see at [url]http://www.apniisp.com[/url] , they have given the cookie at the start of the website which automatically popups. plz send me as soon as possible

Member Avatar for tirivamwe
0
294
Member Avatar for rickarro

Good Morning, I have a script that is working just fine as it stands, thanks to ya'll :) I wanted to make a change to it but am having trouble making this change work. The scripts says to "select * from my databases", using "Where" three data inputs. This tells …

Member Avatar for rickarro
0
199
Member Avatar for jyshr

How can i pass a value from one webpage to another without using form,plz explain with example

Member Avatar for ryan_vietnow
0
81
Member Avatar for lydia21

hi how to polute my drop down using the database content...........

Member Avatar for lydia21
0
135
Member Avatar for tirivamwe

i have this code which is supposed to increment a counter on page [CODE] <?php //create a file called counter.txt and upload it to your server //now open the file $fp = fopen("counter.txt" , "r"); //read in the current count $count = (int)fread($fp, 1024); //increment the count by 1 $count++; …

Member Avatar for somedude3488
0
98
Member Avatar for tirivamwe

i have this code: include('DB_connection.php'); $result = mysql_query('select * from login'); $count = mysql_num_fields($result); for ($i = 0; $i < $count; $i++){ $header .= mysql_field_name($result, $i)."\t"; } while($row = mysql_fetch_row($result)){ $line = ''; foreach($row as $value){ if(!isset($value) || $value == ""){ $value = "\t"; }else{ # important to escape any …

Member Avatar for JeniF
0
156
Member Avatar for tirivamwe

code in login page is: [CODE]header("Location: index.php?$page");[/CODE] how do i get the data from the variable in index page after redirect from login page

Member Avatar for Ezzaral
0
137
Member Avatar for tirivamwe

How do you provide email service on mobile phones.I want a system that sends email from cell to cell and also from computer to cell and cell to computer without limiting the file size.What infrastructures and things need to be put in place.

0
55
Member Avatar for tirivamwe
Member Avatar for kaykays
0
71
Member Avatar for tirivamwe

i have a problem when i am running asp files on linux server running apache. The pages wont open or process the data

Member Avatar for hollystyles
0
108
Member Avatar for tirivamwe

the function first search a word from the linked list. if found it then increment the numWords (number of words in listfor that word) and if not found it shoud create a new node for the word. the code is: [CODE]void AddWords( char text[30]) { check=head; while (check!=NULL) { if …

Member Avatar for Nick Evan
0
126
Member Avatar for tirivamwe

i have this line of code and want to compare the word from the linked list with the one supplied by user. the code is: [CODE] if (strcmp(p->word,word)==0)[/CODE] and i am having this error: [COLOR="Red"]passing `char' to argument 2 of `strcmp(const char *, const char *)' lacks a cast[/COLOR]

Member Avatar for tirivamwe
0
567
Member Avatar for tirivamwe

can someone please help me to write a code in c to do the following: 1)read words from a file 2)store the words in a linked list 3)read the words and display 4)count the number of words in list

Member Avatar for tirivamwe
0
121
Member Avatar for michaelbenson

Well i had always heard good things about this forum so i thought i should finally join the bandwagon and see what it is all about :) Looking good so far ;)

Member Avatar for Lightninghawk
0
121
Member Avatar for tirivamwe

my name is collins tirivamwe.i am a zimbabwean.iam currently a university student studying IT.i love programming very much.hope and promise to contribute and share what i know with you.

Member Avatar for tirivamwe
0
135