- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 2
"A dreamer" || "Hungry for valuable informations."
- Interests
- Programming, drawing (Japanese anime characters and aspiring to be a part-time Mangaka), listening to…
10 Posted Topics
Re: Did you mean that... ahm... How can PHP and JavaScript act like they are friends and communicate to each other like they can share their variables at anytime they want? I mean ahm, pass the data from PHP to Javascript and Javascript to PHP? Is that what you meant? If … | |
Re: [CODE]<body> <center> <form method="post"> <table> <tr> <td>Username: </td> <td><input type="text" name="username" /></td> </tr> <tr> <td>Password: </td> <td><input type="password" name="password" /></td> </tr> <tr> <td></td> <td><input type="submit" name="login" value="Login" /></td> </tr> </table> </form> </center> </body> </html> <?php if(isset($_POST['login'])) { include("includes/opendatabase_connection.php"); $query = "SELECT * FROM users WHERE username='".$_POST['username']. "' AND password='".$_POST['password']."'"; $result … | |
Re: [QUOTE]Yes, thank you. But how can my site know if the user submitted the second form or not. [/QUOTE] ANS: You could always check all the variables while your still on that same web page. All you need to do is this... i.e. [CODE]if($_POST['data1'] == "" || $_POST['data2'] == "") … | |
Many decades ago, time travel has been intriguing for most scientists. Many have gone through different articles about time travel. Einstein's theory was very intriguing for us as well for myself. Now its time, to ask some intriguing questions... Is time travel really possible through the use of programming? If … | |
Hello everyone, I'm still having a problem about saving the [I][B]data values[/B][/I] of an array variable or any variable. You know, every time we run a program the values of the variables can change anytime by means of looping or other inputs that a user might do. All I want … | |
Hello everyone! I'm having a problem about creating different kinds of styles and arrangements of navigation menu in creating a real website. Using Adobe Photoshop, creating a website will become much more stylish... so I would like to receive suggestions of different arrangements of navigation menus from different web professionals … | |
Hello everyone, I really want to know what should I do first in making games using c++. We all know that c++ is the most widely used programming language in making games. But, there is still things which are not clear to me as of now. I'm still a newbie … | |
I'm having a problem on how to create a program on c++ that creates its own file and storage capabilities. I'm planning to have an interface like this so I put a little detail about the program just to give you the idea of what I actually mean... it goes … | |
Hello everyone, I'm having a problem of creating a program that provides a functionality of creating its own file, saving its own file, and reopening its own file just like the functionality of the other windows application like MSWord, MSExcel, etc., Please everyone, I really need to know about it... … | |
Re: Could someone give as the answers? After all, we are aspiring to be one of them, to be a part of a game developers' world so let's just give the answers for us to help each other. Though we have different point of views, we still share a common dreams … |
The End.