User Profile
Collapse
-
The question is not constructed enough to be answer. What ordering mechanism are you talking about? Try to be more specific to achieve quicker solution. -
-
-
First of all, whether you need it or not, you will have declare main as
Code:public static void main(String []args)
example:
Code:${JAVA_HOME}/bin/java your.package.TheClass value_1 valu_2
Code:args[0] = value_1 args[1] = value_2
Leave a comment:
-
Go for it. If you face any trouble then update your question and notify usLeave a comment:
-
johny10151981 replied to retrieve multiple record data from mysql database and store it on separate dynamic crin PHPNot an elegant solution, but you should learn to dig around:
Code:while($row=mysql_fetch_array($query)) { ?> <FORM href='somepage.php' method='POST|GET'> <INPUT name="id" value="<?=$row['id']?>"> <INPUT name="name" value="<?=$row['name']?>"> <INPUT type="SUBMIT" value="Submit Change"> </FORM> }
Leave a comment:
-
-
-
-
to clear the screen. run cls on your command window you will seeeLeave a comment:
-
Code:<html> <style> .line { display:inline-block; border: 1px solid #ccc; margin: 10px; padding: 10px; background:url(APNGImageWithWhiteBackgroundAndASingleDiagonalLineInTheMiddle.png); background-size:100% 100%; } </style> <body> <div class="line"> <TABLE> <TR> <TD width='50%'>Text</TD>
Leave a comment:
-
I will suggest you to at least sort out how would you do it by yourself as a human being not as a computerLeave a comment:
-
johny10151981 replied to PHP echo string not showing up in my HTML form page nor is PHP page working?in PHPHave to remove my last comment, cause i didnt see the entire codeLeave a comment:
-
-
Hard to answer without seeing the code. But my suggestion would be dont send email when admin add a block. There is lots of issue to fail. Instead write a mailing code and schedule to mail periodically. It will save time a lot and reduce failure that might occure due to short of resourceLeave a comment:
-
open your httpd.conf file
go to the line
<Directory "c:/wamp/www/">
#use the below .....
AllowOverride all
Order Allow,Deny
Deny from none
Allow from allLeave a comment:
-
-
I will give you a hint,
You can get the day for a particular date
Code:$dayofweek=date("w", mktime(0, 0, 0, 7, 1, 2000));
Leave a comment:
No activity results to display
Show More
Leave a comment: