Recent content by edwinbiasbas

  1. E

    Is there a syntax which will make use of biometrics fingerprinter as an

    identification using PHP MySql? I'm making a system which will be used as an identification of a certain student using the devices biometric fingerprinting and swipe card scanning using PHP Mysql? Please someone give the syntax.. Thank you.
  2. E

    How can I include a background on a pdf file on viewing but will not be included

    when printing using php mysql? PDF Output format (using php mysql) - with background when viewing and without background when printing
  3. E

    how can insert a page inside a page to view as one page then scroll the inserted...

    ...page using html?"? how can insert a page inside a page to view as one page then scroll the inserted page using html / php?"
  4. E

    how to monitor IP addresses or record an IP Address who accessed on a certain php page..

    ...or webpage.? What syntax will I use to monitor an IP Address which I will put on that certain php page or html page?
  5. E

    In a webpage browser, what syntax will I use to automatically open or display a php

    file using the index.html? I programmed a php file but I need to be be opened or to be displayed automatically without copying the content of the php to the index.html.... What syntax will I insert to the index.html because most index.html upn opening a browser to that directory it...
  6. E

    I programmed codes using php and mysql and upload on a server. It is a success.?

    What syntax will I'll use to protect the "display" to be browsed by IPAddress1 & not to be browsed by IPAddress? Some display page are tend to be browsed by IPAddress1 and IPAddress2 but not a certain page that only IPAddress1 are allowable to access... Without editing the HTTP config.
  7. E

    What syntax will I'll use to protect my php codes to be browsed by

    IPAddress1 & not to be browsed by IPAddress? Some php codes can be browsed by IPAddress1 and IPAddress2 but not a cetain PHP codes that only IPAddress1 can accessed without touching the HTTP config. What syntax will I insert inside the PHP code that can be accessed by IPAddress1?
  8. E

    What syntax will I use to display 2 databases using php and mysql aligned to each...

    ...other in the same page? For example: <td width="235"><p> <?php $host="localhost"; // Host name $username="root"; // Mysql username $password="1003"; // Mysql password $db_name="permanent2008"; // Database name $tbl_name="customer"; // Table name // Connect to server and select...
Back
Top