Search results

  1. S

    can some one help me in this code PHP syntax?

    this is the area where I got the problem file: index_web_page2.php <?php //get the value of the selected radio value from index_web_page1.html $n=$_POST['company']; $dbhost="localhost"; $dbuser="root"; $dbpass=""; $dbname; ?> <html><head><title>web page1</title></head><body> <?php // logical...
  2. S

    problems in connecting sql in php?

    how to connect my MySQL database in php? the scenario is the php is in a free webhost server. not in my localhost server.... I have a problem with that. I know my own localhost IP address but not free webhost IP address.
  3. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  4. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  5. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  6. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  7. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  8. S

    how to restore the lost symbian OS for nokia 5300?

    Scenario that happened: Iwas on the middle of updating my symbian OS for nokia 5300 until such a time that it was disconnectd in the middle of updating. my USB is working and every split of second I hear the sound of connected and disconnected USB cable. what should I do??
  9. S

    Java convert to PHP masters please Help!!!!?

    import java.awt.*; import javax.swing.*; public class gradesArray extends JApplet{ int grades[][]={{77,68,86,}, {96,87,89},{70,90,86}}; int students,exams; String output; JTextArea outputArea; public void init(){ students=grades.length; exams=grades[0].length; outputArea=new JTextArea()...
  10. S

    help me in my PHP please?

    I want a table that is auto computing like the ability of the microsoft excel that when I input a data in cell B1, C1 and D1( just an example on the features of excel ) it will compute an average in cell E1 which does not need to press any button to compute and tells whether if it is passing...
  11. S

    conditional statements in php?

    Is it possible to have this scenario... there are many buttons those buttons are the functions in the scientific calculator whereas the numbers are also included in the buttons.... just like the scientific calculator... the numbers must be placed in one text area and the result in another text...
  12. S

    Can I web host php without sql?

    if possible how to do that???? I have wamp here as my software
  13. S

    how to web host php using wampp?

    I have a software named wampp and I have php files but I do not know how to web host php using wampp
  14. S

    Please help me in my html.?

    My text area is always below the statement line.... example here is... Place you comment here: -------------------- but the result is Place your comment here: --------------------------- where dashes represents the starting line of text area can I also have a table onside of another...
Back
Top