Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
Member Avatar for gikonyo

unfortunately my DVD ROM has stoped working (it cannot play cd or dvd but it can open). It is not recognized in my computer either. It is listed in the device manager with an excamation mark. What could be the cause of this problem and how can i nurse it?

Member Avatar for jamessmith
0
209
Member Avatar for gikonyo

when i was saving my word document, it sudenly changed to some languge i cannot understand i guess it is chinese language. I suspect it could be virus attack. please help on how to recover my document back to english.

Member Avatar for aVar++
0
330
Member Avatar for gikonyo

hi everyone, i have some files in the cpanel that i want to edit. how do i unhide this files?

Member Avatar for epicrevolt
0
127
Member Avatar for gikonyo

i want to edit my webpages in the Cpanel yet i con't locate them in the public html folder. how can i locate them?

Member Avatar for epicrevolt
0
118
Member Avatar for gikonyo

please help. i want pass variables from a php form to an online shopping payment systems this is the url i have [url]https://usd.swreg.org/cgi-bin/s.cgi?s=133537&p=133537-2&q=1&v=0&d=0&Variable[/url] Pricing=<?php echo"$price";?>" the url links the php form to the swreg.org but it doesn't transfer the price. how can i modify the code to transfer the price …

Member Avatar for gikonyo
0
214
Member Avatar for gikonyo

is there any one with an idea of how to link a php form where by a customer places an order when the click clicks submit order data is verified,sent to database and then linked to SWREG i have implemented the order form, verification and sending data to the database. …

Member Avatar for gikonyo
0
108
Member Avatar for gikonyo

I want 15% discount to be displayed automatically on the webpage once the user selects SE15 as the discount code(when the function is called) this is the code i have, its not working, what could be the problem <script type="text/javascript"> function getDiscount(){ var discount_code=document.orders.discount_code.options[document.orders.discount_code.selectedIndex].value; var discount=document.orders.discount.options[document.orders.discount.selectedIndex].value; var answer=document.orders.answer.value; if(discount_code=="SE15") discount=answer-(answer/100*15) …

Member Avatar for Airshow
0
83
Member Avatar for gikonyo

i want to display the auto increment field in mysql database no using php. using the code the output that am getting is zero in the $id field , what could i be missing echo"<table bordercolor='#CCFF99' bgcolor='#FFFFCC'>"; echo "<tr bgcolor='#CCFF99'><td>Order No:</td>"; echo"<td bgcolor='#FFCC66'>$id</td>"; echo "<tr bgcolor='#CCFF99'><td>Topic:</td>"; echo"<td bgcolor='#FFCC66'>$topic</td>"; echo "<tr …

Member Avatar for smantscheff
0
102
Member Avatar for gikonyo

am geting this error while testing the login panel of my website that am currently developing. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/smartie1/public_html/checklog.php on line 43 which is in red this is the php script used for login <?php session_start(); function session_defaults() { $_SESSION['logged'] …

Member Avatar for gikonyo
0
297
Member Avatar for gikonyo

am designing a database of which i want to increment no starting 70000 ever time a new record is updated in the table. i have the following columns order_no,urgency,cost_per_item,total_cost. therefore i want the order_no to be generated automatically starting from 70000. how do i set the database to auto increment.

Member Avatar for smantscheff
0
73
Member Avatar for gikonyo

Am designing the page where by the user is directed after loging in. am using php code to generate the profile of the user who is in session/logged in user. below is the code that i has come up with but its not working. the problem seems to be in …

Member Avatar for pritaeas
-1
93
Member Avatar for gikonyo

All the USB ports of my computer are not functioning not unless i use a USB cable to connect a particular usb device. what could be the problem with my computer.

Member Avatar for jingda
0
169
Member Avatar for gikonyo

am designing a website that it core function is to market architectural design(dispaly images of designs). it has a background of color blue and the menu options & headings are orange in color. is the color contrast okay (blue+orange)? if not which is the best color to contrast with blue?

Member Avatar for gikonyo
0
63
Member Avatar for gikonyo

hi there i want to upload an image into a webpage i have the following code which is not working .where is the problem or who have a better code. <?php //define a maxim size for the uploaded images in Kb define ("MAX_SIZE","100"); //This function reads the extension of the …

Member Avatar for pssubash
0
127
Member Avatar for gikonyo

am new to webdesign .can someone guide me on how to implement imap using php,on a web based system.please.

Member Avatar for wilch
0
73
Member Avatar for gikonyo

am writing an sql statement that can change the username and password but it is not working this is the code on line 19 $sql = "UPDATE login SET username= newusername('$_POST['newusername']'),password=newpassword('$_POST['newpassword']) WHERE username = '$_POST['username']',password='$_POST['password']"; this is the error Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in …

Member Avatar for gikonyo
0
114
Member Avatar for gikonyo

am getting this error after executing the select query. Notice: Undefined index: unit8_code in C:\wamp\www\ELIZA\viewresults.php on line 129 the following is line 129 $unit8_code=$row['unit8_code']; please help to troubleshoot

Member Avatar for gikonyo
0
65
Member Avatar for gikonyo

i am trying to submit a form to the mysql database using php the following error is resulting. Error: Unknown column 'unit1_code' in 'field list' what could be the problem

Member Avatar for pritaeas
0
80
Member Avatar for gikonyo

i am trying to connect a form to mysql database by using php code,but once a click submit button to submit the form this is the error am getting. Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the …

Member Avatar for gikonyo
0
123
Member Avatar for gikonyo

1. Write some JavaScript code that detects the user is running on either Netscape or Mozilla and greets with the appropriate message . 2.Name four browsers that can recognize JavaScript code

Member Avatar for Ezzaral
-1
54
Member Avatar for gikonyo

a Given the following code segment: [CODE]<html> <body> <script type=”text/JavaScript”> Var mypets=new Array () mypets [0] =”cat” mypets [1] =”dog” mypets [2] =”rabbit”[/CODE] b Use for statement to output the values of the array mypets c Explain the output of the following JavaScript statements [CODE] Var age =24 Var allowed=(age>18)? …

Member Avatar for Taywin
0
71
Member Avatar for gikonyo

please advise on how to go about implementing pop up messages on a web based system. where by a user logs in to the system using the email address and when logged in he/she can be notified on incoming emails. how can i capture incoming emails and implement a pop …

Member Avatar for gikonyo
0
62