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
~150 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for QuiltedAnger

SendMail() should delay before if ($query->execute()) { So that it is run prior to running if ($query->execute()) { <?php // I solved the // Redo, until it works! include('db/db.php'); $userName=$_POST['userName'] ?? ''; $emailVerify=$_POST['emailVerify'] ?? ''; $pass=$_POST['pass'] ?? ''; while (@isset($userName, $pass) and $_POST['submit'] AND !empty($emailVerify)) { if (@strlen($userName) >= 22) …

Member Avatar for Biiim
0
22
Member Avatar for QuiltedAnger

This is how I'd do it in PHP. Is there an equivalent of count() in JS? You should iterate through 10 numbers, one by one. AND, place this within a while-loop because it runs forever. A Game loop NEEDS TO run forever, otherwise itd' not be a game loop. This …

Member Avatar for Biiim
0
27
Member Avatar for QuiltedAnger

This is my current code (JS-style, you add as you learn): <?= print "Your items: ". $loot['item_name']; I want to display all of the items from the db-table "game_items"

Member Avatar for Biiim
0
18
Member Avatar for Miyazaki

I can tell you that its important that you use own content, that you do not borrow from others peoples "work"

Member Avatar for Anderson Will
3
82

The End.