- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
22 Posted Topics
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? | |
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. | |
hi everyone, i have some files in the cpanel that i want to edit. how do i unhide this files? | |
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? | |
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 … | |
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. … | |
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) … | |
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 … | |
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'] … | |
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. | |
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 … | |
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. | |
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? | |
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 … | |
am new to webdesign .can someone guide me on how to implement imap using php,on a web based system.please. | |
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 … | |
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 | |
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 | |
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 … | |
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 | |
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)? … | |
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 … |
The End.