Jump to content

sanlove

New Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

sanlove's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. if possible please give code. thanks in advance.
  2. thanks . my problem is not with the query. if one user has different services and each service has multiple images. example id user-1 has 2 services, service-1 and service-3. output willbe output from query service1 userid1 image1 service1 userid1 image2 service1 userid1 image3 service3 userid1 image1 service3 userid1 image2 service3 userid1 image3 etc. using php code i need to display service1 userid1 (image1,image2,image3) then service3 userid1 (image1,image2,image3) please help.
  3. please help me to code image album with thumbnail. attached image for help.
  4. After printing the paper will be rolled out few more inches so that the user can tear off. then for printing the second time, i have to roll the paper back.. how is this possible ? my current code: <?php $handle=printer_open("Epson LX-300+"); $font=printer_create_font("Draft Condensed",25,6,PRINTER_FW_THIN,false,false,false,0); printer_set_option($handle, PRINTER_MODE, "RAW"); printer_set_option($handle,PRINTER_PAPER_FORMAT, PRINTER_FORMAT_CUSTOM); printer_set_option($handle, PRINTER_TEXT_ALIGN, PRINTER_TA_LEFT); printer_set_option($handle, PRINTER_PAPER_WIDTH, 10); printer_set_option($handle, PRINTER_PAPER_LENGTH, 200); printer_select_font($handle,$font); printer_write($handle,"$int_tape_id\n\n\n\n\n\n"); printer_close($handle); ?>
  5. Iam a fresher in PHP . i tried but cant get output.. please help
  6. <html > <head> <title>Test Document</title> </head> <body> <img src="/test.jpg" width="640" height="480" alt="test" /> </body> </html> after reading html, I want to output <img src="/test.jpg" width="640" height="480" alt="test" /> please help
  7. i want to read a html page using php code and print content inside <embed>tag of the html page
  8. if i submit a url address how to get <embed> tag string in that URL address. for eg. if i submit www.google.com code must return <embed src=""> if embed tag is there please help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.