Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~11.7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for rime

The file is called test.php, It takes username and check if it is blank in the same page and show a message.. I wrote the code but its not working.. please help. test.php: <html> <form method="post" action="test.php"> User Name : <input name="UserName" type="text" id="UserName" value="User Name" size="20" maxlength="30" /> <input …

Member Avatar for Borzoi
0
207
Member Avatar for rime

Is it possible to copy a mysql database to an excel worksheet writting PHP code.. please help with code.

Member Avatar for rahulb310
0
133
Member Avatar for rime
Member Avatar for rstill1
1
10K
Member Avatar for rime

i've installed joomla in my machine..and now trying to add a new article..but each time i try to save the article, the page is not submitted..its showing 'done but with errors'..what to do? is it a browser problem or anything else? i've tried both in IE and Mozilla..Please guide what …

Member Avatar for navi17
0
109
Member Avatar for rime

I have written the following image upload code: image_upload.html: <html> <head> </head> <body> <form method="post" action="check_image.php" enctype="multipart/form-data"> <table border="0" cellpadding="5"> <tr> <td>Image title or caption</td> <td><input name="image_caption" type="text" id="image_caption" size="55" maxlength="255" /></td> </tr> <tr> <td>Your user name:</td> <td><input name="image_username" type="text" id="image_username" size="55" maxlength="255" /></td> </tr> <tr> <td>Upload image:</td> <input type="hidden" …

Member Avatar for fedderico10
0
102
Member Avatar for rime

I am trying to write a code to get IP of a computer. I have written the following code : <?php $ip=@$REMOTE_ADDR; echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>"; ?> But the output I am getting is : IP Address= 127.0.0.1 i.e the common IP for all machines, what is the …

Member Avatar for nav33n
0
117
Member Avatar for rime

I have written the following code to retrieve image from mysql database: <?php include('dbinfo.inc.php'); include('../functions.php'); mysql_connect("localhost","username","password") or die("Failure to communicate"); mysql_select_db("db") or die("Could not connect to Database"); $query = "SELECT content,size,type FROM upload WHERE id=1;"; $result=mysql_query($query); mysql_close(); $content=mysql_result($result,0,"content"); $size=mysql_result($result,0,"size"); $type=mysql_result($result,0,"type"); header('Content-Type: '.$type); print $content; ?> It is working.. Now I …

Member Avatar for ryan_vietnow
0
128
Member Avatar for rime

please help with a java script that will not allow a textbox to enter any characters while typing.. It will only allow digits

0
78
Member Avatar for rime

I am making a form which will take inputs such as email, password etc. And the form checks whether it is a valid email id or password, if not an alert is being shown such as invalid email-id.. I have done this with java script.. Now I would like to …

Member Avatar for ~s.o.s~
0
105
Member Avatar for rime

How can I disable the submit button with JAVA Script untill all the mandatory fieleds are filled? if any body can help.. its urgent please

Member Avatar for world_weapon
0
249
Member Avatar for rime

I have written the following code and I want that when a user doesn't fill his first name and mothertongue then it'll show the error message. But whats happening is that after showing the alert for the FirstName alert its directly going to the MotherTongue box. Its not even allowing …

Member Avatar for martin5211
0
80