Recent content by Wanpo

  1. W

    How to convert html table to php array?

    Please provide some sample codes on converting an html table to php array... Please don't just give links to other sites because I already tried using scripts from many websites that don't work... Please please provide a short working code that is easy to understand... thanks...
  2. W

    How can I get data from an html table using php?

    I have an html table and I need to get its data because I need to save them in my database... Is it possible to get its data using php...? I already know how to get the data using javascript but I need to save them in my database so I'm wondering if I could use php to get the data... If it is...
  3. W

    How can I convert an html page to pdf programmatically?

    Is it possible to convert an html page to pdf programmatically? Like when I click on a button, a new pdf window will open... If it is possilbe, please provide some sample codes... Please make your samples easy to understand... thanks in advance...
  4. W

    How can I convert an html page to pdf programmatically?

    Is it possible to convert an html page to pdf programmatically? Like when I click on a button, a new pdf window will open... If it is possilbe, please provide some sample codes... Please make your samples easy to understand... thanks in advance...
  5. W

    How can I convert an html table to xls using javascript?

    I have already tried using codes I've searched from the internet and all don't work... Can someone please provide me a working code...? thanks...
  6. W

    Why does my php code show in my browser?

    I use Apache 2.2 and I save all my php files inside the htdocs folder. Even if I create very simple codes like <html> <body> <?php echo "Hello World"; ?> </body> </html> and save it as try.php, it still doesn't work. My browser just shows the code I made. I also use dreamweaver or notepad to...
  7. W

    Why does my php code show in my browser?

    I use Apache 2.2 and I save all my php files inside the htdocs folder. Even if I create very simple codes like <html> <body> <?php echo "Hello World"; ?> </body> </html> and save it as try.php, it still doesn't work. My browser just shows the code I made. I also use dreamweaver or notepad to...
Back
Top