Aylık Arşivler: Eylül 2011

tam ekran kodu

1   1 2 $img = imagegrabscreen(); imagepng($img, ‘screenshot.png’);  $Browser = new COM(’InternetExplorer.Application’); $Browserhandle = $Browser->HWND; $Browser->Visible = true; $Browser->Fullscreen = true; $Browser->Navigate(’http://localhost/aysi’);  while($Browser->Busy){   com_message_pump(40000); }  $img = imagegrabwindow($Browserhandle, 0); $Browser->Quit(); imagepng($img, ‘screenshot.png’); ?>$img = imagegrabscreen(); imagepng($img, ‘screenshot.png’);  $Browser =

PHP kategorisine gönderildi

php ile ekran görüntüsü almak get screenshot with php

php ile ekran görüntüsü almak get screenshot with php

PHP kategorisine gönderildi

php ile oracle veritabanı bağlantı scriptleri kodları

Oracle Database Connection Strings in PHP By Alison Holloway on Apr 20, 2006 It’s easy to get confused as to how to specificy your Oracle database connection string, and there’s a handy new feature in Oracle 10g that makes this

Related Posts Plugin for WordPress, Blogger...
PHP kategorisine gönderildi Etiketler:

Son Yazılar

doraglass