hi,
how to create a BIRT line chart programmaticall y in php?
I want the BIRT reports in php.
I have installed the php-java bride but i need to have the BIRT Line graph through the program or is there any other way to do it?
plz help..?
:(
User Profile
Collapse
-
how to create a BIRT line chart programmatically +php?
-
javax.servlet.ServletException: Servlet.init() for servlet PhpJavaServ
I m trying to installed php-java Bridge...
i have done it with tomact.
but m getting such error
javax.servlet.S ervletException : Servlet.init() for servlet PhpJavaServ
Here is the code:
Code:require_once("http://localhost:8080/JavaBridge/java/Java.inc"); $System = java("java.lang.System"); echo $System->getProperties(); -
I have created the excel file using ExcelWriter, and i want the logo of the site to be embed into the excel file.
please help????? -
How to embed image while genrating excel report in php?
how to embed image while generating excel report in php?...Code:$excel=new ExcelWriter("report_'$date'.xls"); if($excel==false) echo $excel->error; // this will create heading of each column in excel file //$myArr=array("Enquiry ID.","Enquiry Title","Enquiry History","Enquiry Keywords","Enquiry Start Date //","Enquiry -
how to do pdf file as email attachement in php?
how to do pdf file as email attachement in php? -
-
How to do password expiry in php or mysql?
How to do password expiry in php or mysql? -
PDF won't open using PHP
...Code:<?php include 'includes/configenquirer.php'; include 'includes/variables.php'; include 'lib/functions.php'; require('fpdf.php'); $e_dtl_id = $_REQUEST['e_dtl_id']; class PDF extends FPDF { //Load data function SetWidths($w) { //Set the array of column widths $this->widths=$w; } function SetAligns($a) { //Set -
-
-
How to pass array to javascript function in php?
...Code:if($uploadval['upload_type']==0) { $url = 'diacomviewer.php'; print '<a style="cursor:pointer ;font-size:11px; font-weight:lighter; font-family:Arial;" onclick="popitup(\'' .$url. '\',\'' .$uploadimg. '\',\''.$file_name.'\',\''.$count.'\',\''.$images[].'\')" >View</a>'; } else if($uploadval['upload_type']==2) { -
ajax response getting null from the remote server?
Actually i have central database in mysql and i am trying to insert form data from remote server to central server by using ajax.
But i am getting response as null ,but data get inserted into database. -
how to include remote server database in php ?
I want to connect to central database like
for example I am having central database which is used by all orgnization. -
Access denied for user 'www-data'@'localhost' (using password: NO)
Code:$hostname='localhost'; $dbuser='root'; $dbpass='mysql_root'; $dbname='GlobalDx'; $db = mysql_connect("$hostname","$dbuser","$dbpass","$dbname") or die("Error connecting to db"); mysql_select_db("$dbname",$db) or die(mysql_error()); echo $db;
No activity results to display
Show More
Leave a comment: