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
~13.2K People Reached
Favorite Forums
Member Avatar for dhairyaguptha

I use following code to Upload images to Web Server. But it shows successfully uploaded and even it shows image exists when i try to reload the same. But i cant see those in my Document root. I use Godaddy Windows hosting. Please Help me. Thanks. [CODE]if ((($_FILES["file"]["type"] == "image/gif") …

Member Avatar for dhairyaguptha
0
125
Member Avatar for dhairyaguptha

To an Iframe, I have called a html page with form and have some Javascript functions inside the that page (child page). But no single function work within that page. The child pages javascript work when it called alone with direct URL. How i overcome this? Thank you!

0
100
Member Avatar for dhairyaguptha

I have a form loaded with table values from database. The form is embedded in php page because it is coming as result of AJAX request. I want to update the data in the same form and return to the table in database. the process is working overall. But when …

Member Avatar for dhairyaguptha
0
13K
Member Avatar for dhairyaguptha

[CODE]xmlhttp.open("GET","tablebase.php?q="+str,true);[/CODE] I can get value to the [COLOR="Green"]$q[/COLOR] variable in tablebase.php by above method. But how i can get a value to [COLOR="Green"]$q2[/COLOR] by using the above method. Thank you!

Member Avatar for dhairyaguptha
0
84
Member Avatar for dhairyaguptha

<html> <body> <div align="center"> <form name="imageTest"> <input type="file" name="myImage" size="30"/> <input type="button" value="Preview!" onClick="previewImage(document.imageTest.myImage,'replaceMe')"/><br> <img src="MyImg.jpg" name="replaceMe" id="replaceMe"/> </form> </div> </body> </html> <script language="javascript"> var imgRe = /^.+\.(jpg|jpeg|gif|png)$/i; function previewImage(pathField, previewName) { var path = pathField.value; if (path.search(imgRe) != -1) { //document[previewName].src = document.imageTest.myImage.value; document.getElementById("replaceMe").src = document.imageTest.myImage.value; } else { …

Member Avatar for Agarsia
0
168
Member Avatar for dhairyaguptha

Remember to Do never update the Software! [QUOTE]Click to Download[URL="http://www.fileserve.com/file/Upm4HWJ"][B]Link[/B][/URL][/QUOTE]

0
130
Member Avatar for dhairyaguptha

I have tree Iframes loaded with three different PHP files. I want to store them in a single mysql table after i click a button on main page. Need to display all details on the iframes till i click the main pages button. Please Help me how can i do …

Member Avatar for matthewl
0
47