Recent content by super_saiyan_alazar

  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

    Help with adding percentage values to a Checklist in HTML?

    I'm master in PHP and HTML... you can talk to me in my email address uhmmm kinda give me your target of this project? what do you mean by this statement you mentioned "How would I go about changing the value for each box, say checkbox 1 with a 13% value, checkbox 2 with 27% value, checkbox 3...
  12. S

    PLEASE HELP ME I AM GETTING THE ERROR IN ASP.NET CODE?

    hey dude try to register at daniweb.com it will help you alot if you post this on daniweb.. there's a forum section for asp.net. I know that because I'm a master poster for Java section
  13. 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...
  14. S

    Can I web host php without sql?

    if possible how to do that???? I have wamp here as my software
  15. 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
Back
Top