- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
A simple ideea with multi dimensional array. <?php /* Static questions You could get dinamyc content from a database */ $questions = array( 'Where are located penguins' => array( 'Answers' => array( 'North Pole', 'South Africa', 'England', 'Moon' ) ), 'How do you find a street?' => array( 'Answers' => …
You have to do a fresh install, the old backup has missing files or corrupted files so next time when you will start ur computer will not pass the POST screen.Do it quick otherwise you will do some day. Windows 10 is way better than w7, first time i was …
Because your modal ID should be different, you are using one modal with one ID(which isn't unique) and that's why is not working.Create more modals with UNIQUE id for each page or action.
Not tested yet, if you can't manage to make it work just send me an private message and i'll help you. $sql = "SELECT uid, username, name, profile_pic FROM users"; $result = mysqli_query($db,$sql) or die(mysql_error()); $count_z = mysql_num_rows($result); if(mysqli_num_rows($result)) { echo '<ul class="list">'; while($row = mysqli_fetch_array($result)) { $str = strtolower($row['username']); …
It's logic to not work bcoz u are using a global and another global for what god knows. /* SHOUTBOX FUNCTIONS */ function getShouts( $limit ) { try { $stmt = $this->db->prepare("SELECT userid, shout FROM shouts WHERE userid=:userid AND shout=:shout id LIMIT ?"); $stmt->bind_param("i", $limit); $stmt->execute(array(':userid'=>$userid, ':shout'=>$shout)); $stmt->bind_result($userid, $shout); $userRow …
This is an example how to add it!!!Its my update page! [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro" lang="ro"> <head profile="http://www.w3.org/2005/10/profile"> <script src="ckeditor/_samples/sample.js" type="text/javascript"></script> <link href="ckeditor/_samples/sample.css" rel="stylesheet" type="text/css" /> <style type="text/css"> strong { font-family: Verdana; font-size: 12px; color: #000000; } .inputers { background: #f8f8f8; border: 1px …
So in my database "project" i have tables [B]courses[/B],[B]courses2[/B],[B]courses[/B] and [B]participants[/B],[B]participants2[/B],[B]participants3[/B] and [B]company[/B]. On page company.php i have a print link where he send me on a page named print.php ,where i can see the participants. Now on print.php i can see only participants from courses and participants ,i want …
The End.
quadmachine