User Profile
Collapse
-
I tried to find in google but I don't find anything. Nevertheless , thanks for your reply.... -
php-reporting tool
Hi,
I have a problem about reporting in php. Other program languages have reporting tools like Java --> ireport, .NET --> crystal report but I don't know how to do in php. -
html printing problem
Hi,
I have a html table. Iwant to print but if html table size is bigger than A4 paper then it is printing half of the row and another half part is printing other pages. So I want to print that table without overflow. -
Join sum sql statement
Hi,
I have two tables.One of them is used only in run time( like temporary table). While I 'm passing from page to another, I'm using two table.
Temporary table have fields:
stok_no miktar dusulen_id
Real Table have fields;
id stok_no kalan
we assume that user inserted some data
Real table
[code=text]
id stok_no kalan
393 1375 10
394 1375 8 ... -
My english isn't good but I'll try to explain the problem.
You think that I have two pages and I'm passing three times or four times from page1 to page2 (from page2 to page1). We assume that Page2 have a lot of variables and I'm using them in page1. When transition generates then I don't store variables. That variables store in SESSION variables I have to a lot of control. I think They may store in temprorary table.Which one you prefer?Leave a comment:
-
Temporary Table
Hi,
I don't know How to create temproray table or Heap table and between difference.
I'm happy If you help me. -
store session variable data
Hi,
I have a problem. When The page refresh, I don't store variable value. I'm using SESSION variables but a lot of transition then I don't control SESSION variable. I may use Temprorary Table but I don't know How to use it. -
-
I have already done it. My code sample;
Submit buton definition
<input type="submit" name="kaydet" value="Kaydet">
insertion side
if($_POST['kaydet'] )
{
// I'm taking POST variables and inserting to database
}Leave a comment:
-
Refresh problem
Hi,
I have refresh problem.When user does refresh or clicks F5 then form variables again posting. It crates same a lot of inserts. I don't know How to solve it. -
Hi,
I didn't understand what you said. "We get one record.bcz 1st and last records have the same data." If you explain, I am happy....Leave a comment:
-
Group by problem
I have a problem about group by. My database name ayniyat_x and it has 6 fields.
FIELDS
hesap_kodu duzey_1 duzey_2 duzey_3 duzey_4 duzey_5
150 01 01 01 25 null
150 02 01 05
150 01 01 24
253 01 01 19
150 02 ... -
-
date difference calculation in PHP
hi,
I don't know how to subtract two date. Date format is (Y.m.d). -
I solved the problem while I'm changing Mysql-Jdbc Driver URL...Leave a comment:
-
-
I don't understand this url. I have problem Turkish characters inserting and updating to Mysql via JSP but If I want to insert manually inserting there is no problem.I think problem should be Mysql-Jdbc driver but I don't know how to configure this driver. If you know this please help me................Leave a comment:
-
Turkish character problem
Hi,
I have a two pade html,jsp.I make inserting form(text,buton ) in html and I send jsp form(<form method="Post" action="ekleme. jsp">) but sending variable (turkish character) don't show well. Static pade don't have problem -
ActionMappings or ActionFormBeans
I have Problem:
javax.servlet.S ervletException : Cannot find ActionMappings or ActionFormBeans collection
I'm using My eclipse and struts-config.xml but I didn't solve it. -
No activity results to display
Show More
Leave a comment: