Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for chichi
Member Avatar for Free_Man

I got a strange database connection after I deployed the software. I print crystal reports with [code]CrystalReportViewer1.PrintReport()[/code] It asks which printer I want to use, if I print by default printer(which is an actual printer) everything is fine but when I change the printer to Microsoft Image Printer(or called something …

0
66
Member Avatar for demissew

or easier just download xampp,it'll install apache/php/mysql all in once, not headache what so ever. :)

Member Avatar for peter_budo
0
132
Member Avatar for mcx76

Fore register global: If you have access to php.ini file, you can change register_globals = 0 to register_globals = 1 or in a .htaccess file put php_flag register_globals 1 Instead of numbers you can use On and Off as well, 0->Off and 1->On For file permission, you can set configure.php …

Member Avatar for Free_Man
0
156
Member Avatar for ryy705

I'm very sleepy and tired right now, so if i say something silly in the following lines please excuse me in advance... I read the question and answers and i think you guys are missing the actual point. Because I understand, he actually asks why there are more than one …

Member Avatar for ryy705
0
309
Member Avatar for forzadraco
Member Avatar for littlegreen

Try the following code; [CODE] $title= $_POST['Title']; $desc= $_POST['Desc']; mysql_query("insert into post(title, description)values ('$title[$counter]', '$desc[$counter]')")or die (mysql_error()); [/CODE] if i'm not wrong, you can't transfer $_post array values directly to a variable, you have to assign all the array to a variable and then process on that assigned variable.

Member Avatar for Free_Man
0
249
Member Avatar for Free_Man

Hi, I try to take data from mysql and insert into xls. I achieve that but I cannot sort out the char problem. Turkish characters are displayed in a weird shape in the file but everything seems fine when i display them in a web page. I tried ISO-8859-9(which is …

Member Avatar for Free_Man
0
88
Member Avatar for Free_Man

I use [CODE]report.PrintToPrinter(2, False, 0, 0)[/CODE] to print 2 copies of the report, but it comes out 3 copies...i changed the PrintToPrinter copy parameter to 1 but i still get 3 copies!!! any idea?!

0
58

The End.