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
~14.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for mithesh

<?php printf("This is the first line. \n"); printf("This is the second line"); ?> This is the code but it isnt printing in new line.

Member Avatar for prabhjots226
0
5K
Member Avatar for mithesh

Hi All, I have a query now i need to integrate my outlook calendar with external web portal to add events so that the outlook calendar can remind me , Could anyone suggest open source libraries to do this . Thnx in advance Thnx & Regards, mithesh.

Member Avatar for dskanth
0
162
Member Avatar for mithesh

hi I need to display date which is stored in database and need to format and display on web page the current format is (Y-m-d) I need to display as (d-m-Y); On the web page pls anybody help me with the php script I will paste my code: [CODE]<?php $d=$_POST['sdd']; …

Member Avatar for antonyruban
0
8K
Member Avatar for mithesh

Hi can anybody help me wth whats the diff b/w php and a cake PHP ? Plsssssssssssss

Member Avatar for theausum
0
92
Member Avatar for mithesh

Hi anybody can suggest me the way to start learning cakePHP, Online resources , Different online links , Different books available for cakePHP

Member Avatar for qualitybrains
0
147
Member Avatar for mithesh

Hello EveryBody, I have large file (CSV) to be downloaded typically 20 mb which picks data from database while downloading the file it blocks all the resources on the server and no user can browse the website . Could anybody tell me a way where the server resources are not …

0
56
Member Avatar for mithesh

Hi All, I need to parse CSV file header in order to know the Fields present in the CSV file How can i do this in php, Pls help me Thnx in advance Thnx & Regards, mithesh

Member Avatar for nav33n
0
102
Member Avatar for mithesh

Hi All, I want to display the string captured by using onkeypress event now my problem is i am able to display the string in the text box but i want to display it using <span> or <div> as a string i am attaching the code also : <html> <head> …

Member Avatar for ~s.o.s~
0
80
Member Avatar for mithesh

hi i want to read the whole URL passing through the address bar and asssign it to a variable .Please help me

Member Avatar for MitkOK
0
93
Member Avatar for mithesh

hi i have inserted the date value into the database but its showing as 0000-00-00 why like this can anybody help me whats the correct format to insert date from a drop down list to the database ; heres my code to handle this : <?php include("dmy.php"); echo "<Html><Head></Head>"; $setdate …

Member Avatar for stymiee
0
340
Member Avatar for mithesh

hi i just have a drop down menu which consists of date i need to submit the values and parse those values into date is it possible to do that my code is as <html> <head> <title>TESTING THE DATE</title> </head> <body> <form action="insert10.php" method="post"> <select name="day"> //<option value="null" selected="selected"> </option> …

Member Avatar for Fungus1487
0
83
Member Avatar for mithesh

hi can anybody help me i need to get the data from db through php script my code is : <?php $con=mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("poll",$con); echo "DB SELECTED<br>"; $result=mysql_query("select question from pollquestions",$con); echo "QUERY EXECUTED<br>"; echo $result ; echo "<br>DATA DISPLAYED<br>"; mysql_close($con); …

Member Avatar for Rhyan
0
79
Member Avatar for mithesh

Pls help me how to insert new line character in php i have used \n but it isnt working can anybody help me

Member Avatar for stymiee
0
79