Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~1K People Reached
About Me

still discovering

Favorite Forums
Favorite Tags
Member Avatar for rholdbataller

I've been a discussion reader of daniweb and have found all of the thread I've seen here very helpful. Finally I got myself an account to know more about web development and to help others as well. :)

Member Avatar for oasisofhealing
0
58
Member Avatar for Amicallef1991

Hi, I have a mysql database with some student info records. I am trying to Update a record in the db using a html form and a php script however it wont update. It doesnt give me any errors. Can anyone assit me please. Here is the code. **editingRecord.php** <?php …

Member Avatar for Amicallef1991
0
598
Member Avatar for Kullercode

This script is supposed to show an alert if the text is longer than eight characters, what is wrong with it? <!DOCTYPE html> <html> <body> <input id="input"><button onclick="myFunction()">Click me</button> <script> function myFunction() { var x=document.getElementById("input").value if (x = > 8) { alert("Text must be lower than 8 letters") return false; …

Member Avatar for rholdbataller
0
175
Member Avatar for Zaina jee

I have made a form and want to get values in form.php when Submit button is clicked.These values are write on a file form.txt.How can I do this?? <html> <form action="form.php" method="post"> Name:<input type="text" name="Name" ><br/> Address:<input type="text" name="Address"><br/> Email:<input type="text" name="Email"><br/> Why do you want to learn Javascript? <input …

Member Avatar for rholdbataller
0
215