No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: better if you contact to your service provider | |
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 … | |
Re: or easier just download xampp,it'll install apache/php/mysql all in once, not headache what so ever. :) | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
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 … | |
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?! |
The End.