A következő címkéjű bejegyzések mutatása: php. Összes bejegyzés megjelenítése
A következő címkéjű bejegyzések mutatása: php. Összes bejegyzés megjelenítése
2010. február 27., szombat
2009. október 24., szombat
Grid példák
- http://codethat.com/grid/grid_examples.html
- http://www.zapatec.com/website/main/products/grid/demo.jsp
- http://www.nitobi.com/products/grid
- http://www.nitobi.com/products/treegrid/basic
- http://www.treegrid.com/treegrid/www/
- http://www.petala-azul.com/grid/default/site/filters
- http://www.apphp.com/php-datagrid/index.php?page=examples
- http://www.phpgrid.com/grid/ss/
- http://www.activewidgets.com/
- http://dhtmlx.com/docs/products/dhtmlxGrid/
- http://stefangabos.blogspot.com/search/label/Data%20Grid%20PHP%20Class%20Download/
- http://www.eyesis.ca/projects/datagrid.html
2009. október 18., vasárnap
Diagramok a weben
Visifire
Visifire is a set of data visualization components powered by Microsoft Silverlight. It lets you create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails, or just simple HTML. Visifire's unique features are visually stunning animated charts, the ability to be embedded into any Web page in minutes, a tiny footprint (140 KB), and enterprise grade features.
http://freshmeat.net/projects/visifire
FusionCharts
FusionCharts v3 helps you create animated and interactive Flash charts for web and desktop applications. It livens up your applications by converting monotonous data into exciting visuals.
FusionCharts can be integrated with a myriad of web technologies like ASP, ASP.NET, PHP, JSP, ColdFusion, Ruby on Rails, Python or even simple HTML pages. It works with all databases including MS SQL, Oracle, MySQL, PostgreSQL, CSV or even legacy data storage.
FusionCharts offers over 45 types of 2D/3D charts including line, area, bar, column, pie, doughnut (donut), combination, scatter, bubble, scroll charts etc. The functional and cosmetic aspects of each chart can be extensively customized using the XML API exposed by FusionCharts. You do not need to know anything about Flash™ to use FusionCharts.
http://www.fusioncharts.com/
Visifire is a set of data visualization components powered by Microsoft Silverlight. It lets you create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails, or just simple HTML. Visifire's unique features are visually stunning animated charts, the ability to be embedded into any Web page in minutes, a tiny footprint (140 KB), and enterprise grade features.
http://freshmeat.net/projects/visifire
FusionCharts
FusionCharts v3 helps you create animated and interactive Flash charts for web and desktop applications. It livens up your applications by converting monotonous data into exciting visuals.
FusionCharts can be integrated with a myriad of web technologies like ASP, ASP.NET, PHP, JSP, ColdFusion, Ruby on Rails, Python or even simple HTML pages. It works with all databases including MS SQL, Oracle, MySQL, PostgreSQL, CSV or even legacy data storage.
FusionCharts offers over 45 types of 2D/3D charts including line, area, bar, column, pie, doughnut (donut), combination, scatter, bubble, scroll charts etc. The functional and cosmetic aspects of each chart can be extensively customized using the XML API exposed by FusionCharts. You do not need to know anything about Flash™ to use FusionCharts.
http://www.fusioncharts.com/
2009. szeptember 7., hétfő
php Call to undefined function mssql_connect() hiba kezelése
PHP script parancssorból nem éri el az mssql adatbázist.
Megoldás:
apt-get update
apt-cache search php | grep "MS SQL"
A következő modult kell feltenni:
php5-sybase - Sybase / MS SQL Server module for php5
apt-get install php5-sybase
Apache reload:
/etc/init.d/apache2 reload
Megoldás:
apt-get update
apt-cache search php | grep "MS SQL"
A következő modult kell feltenni:
php5-sybase - Sybase / MS SQL Server module for php5
apt-get install php5-sybase
Apache reload:
/etc/init.d/apache2 reload
2009. augusztus 20., csütörtök
PHP: Adatbekérés parancssorból
fwrite(STDOUT, "Hello...\nWhat is your name? ");
$name = trim(fgets(STDIN));
$name = trim(fgets(STDIN));
Feliratkozás:
Bejegyzések (Atom)