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
~248 People Reached
Favorite Tags
Member Avatar for ashwinnaidu

[code]<?php require_once('includes/connection.php') ?> <?php require_once('includes/functions.php') ?> <?php include('includes/header.php') ?> <?php include('includes/sidebar.php') ?> <div id="contentnorightbar"> <h2 id="Intro"><a href="#">Registered Partners</a></h2> <?php if(isset($_POST['firstname'])) { echo "form submitted"; [B] // I Want the $edituser variable to be available here[/B] } ?> <?php include('includes/topnav.php'); if ($result) { //If the Query succeed print "<br /><table class='partners' …

Member Avatar for rm_daniweb
0
109
Member Avatar for Zeithgeist

Hallo! New in Java, and asking a very stupid question: Can i change the icon "?" in showInputDialog? `cause in JOptionPane.X i can do it, like JOptionPane.ERROR_MESSAGE, or JOptionPane.WARNING_MESSAGE. :mrgreen:

Member Avatar for Zeithgeist
0
139