Search results

  1. E

    Is this possible <?php echo $row["payment"];?> to 2,000.00?

    <?php echo $row["payment"];?> having the output 2000 What is the format using <?php echo $row["payment"];?> to output 2,000.00?
  2. E

    What software will I use to make a downloaded flv videos become more clear?

    I do have a family video which was uploaded to a web... The original copy was destroyed... I want to retrieve that video from the uploaded one. But the problem is, can I also retrieve its clearness? How? and How to make a copy video to become more clear? What software will I use to record a...
  3. E

    What is the wrong with this syntax using php to make an image output on pdf format?

    What is the wrong with this syntax using php to make an image output on pdf format? The pict is a mysql fieldname which content images such as image1.jpg and so on... while thumbmark thumb1.jpg and so on.. both were saved on the same directory where the php codes were saved. It works on...
  4. E

    How? What is the syntax in PHP MYSQL?

    I want a loginform.php which directly open a Adminform.php when called on its "Status" on MYSQL Database which is "Admin", AND directly to the Clientform.php when its "Status" is "client"... "admin" and "client" were both data with a field name "Status" stored on the database called...
  5. E

    What is the syntax format using PHP Mysql?

    I had already made or encoded 1,000 records... but I forgot to add field with values = 40... How can I add the value 40 without encoding on each record? What is the the short cut method or syntax format using the update on the PHP with the single record and automatically update all 1,000...
  6. E

    What is the complete PHP syntax on making a select option by calling a

    certain field from MYSQL Database? host = localhost username = root password = passwd Mysql database = clients table = names fields idcode, name It will call idcode to be used in Select Option....
  7. E

    What is the complete PHP syntax on making a select option by calling a

    certain field from MYSQL Database? host = localhost username = root password = passwd Mysql database = clients table = names fields idcode, name It will call idcode to be used in Select Option....
  8. E

    How can I make a printer icon on a web page using php and after pressing it will

    automatically send to printer? How can we make an icon (printer) on a webpae to be printed and after clicking it will directly send to a printer and make an output on a coupon bond? Without printing the icon...
  9. E

    How can we link the web cam device to a php mysql code to include a field...

    ...called picture? What is the syntax on how to capture picture with PHP MYSQL using a webcam device?
  10. E

    how to call data from database1 and save it to database2? PLease show me the...

    ...syntax using PHP MySql.? Having database1 as the source to retrieve then upon viewing on a form and after submission it will directly saved to database2...
  11. E

    What site can I find tutorial for GIS/Mapping in php mysql programming?

    I made a system of customer billing. BUt I want to make a program using PHP MYSQL and search them through maps. I want also that all unpaid bills it will appear on the maps the desired color coding. For example, if unpaid, the map will appear a color red... if all clients were paid.. to...
  12. E

    What site can I find tutorial for GIS/Mapping in php mysql programming?

    I made a system of customer billing. BUt I want to make a program using PHP MYSQL and search them through maps. I want also that all unpaid bills it will appear on the maps the desired color coding. For example, if unpaid, the map will appear a color red... if all clients were paid.. to...
  13. E

    How to display 2 different database having the same table format and record

    format using PHP Mysql? 2 database called Database2009 and Database2010, How to display both with same record in one line having the same ID Name, Address but different columns in Year2009 & Year2010 in one row as comparative report using PHP MySql....
  14. E

    How far does Kawasaki Bajaj CT100 can travel?

    I bought a Bajaj CT100, my concern is how far does it travel without stopping or continuously until it will reach the overheat period. I was curious if in a distance of 100 KM, it will overheat?
Back
Top