- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 5
- Downvoting Members
- 4
34 Posted Topics
Re: Before this I wasn't new about python. But here I learn much more about this... | |
Re: Python can help you in making your every work possible from coding to designing. | |
Re: cgi just want to know how it works....... | |
Re: » Prologue « I guess this is one of the threads everyone here has been waiting for. There was a thread created sometime back but due to been diluted by off topic posts couldn't be made into a sticky. I would request the OP to post the same links here … | |
Re: The Assembly language would be a binary language..as far i got to knew about this.... | |
| |
Re: [QUOTE=rpv_sen;1549979]Hi Pls try this code [CODE] <?php $con = mysql_connect("localhost","root","yourpassword"); if (!$con) { die('Could not connect: ' . mysql_error()); } $description = $_POST["description"]; $price = $_POST["price"]; $quantity = $_POST["quantity"]; mysql_select_db("table_name", $con); mysql_query ("INSERT INTO Products (Description, Price, Quantity) VALUES ('$description', '$price', '$quantity')"); $q="select * from Products"; $result=mysql_query($q,$con); while($row = mysql_fetch_array($result)) … | |
| |
Re: Hi... Pearl is a very interesting language to learn. Through your link i got to know much more thing about this...... | |
Re: Can you guys will help me in getting the resource please... | |
| |
Re: Stored procedure are mainly use in many ways....To Execute it....... | |
Re: I am not getting the correct way to find it. | |
![]() | Re: It Seems of making the code in sequence order to match the condition...... ![]() |
Re: My JavaScripts is really week. It getting really hard to find it..... | |
Re: That could make the things goes well with healthy way of treating it with configuring all the tags.... | |
Re: I am also having the same problem in regex match to a pattern OR another pattern what should be done..... | |
Hey guys first time i heard about pascal. So if you guys help me knowing what is pascal and how its work. | |
Re: Hi Guys welcome to daniweb....its being nice to be here Regards, Jack. | |
| |
Re: I haven't understand about PHP popup can anyone help in this..... | |
Re: But In which language you want to add a frames........ | |
Re: yaa his code is absolutely write because i tried it....... | |
Re: The combination is of both PHP and My SQL...is Perfect | |
Re: Hyperlink are made for linking one page with another...but the code which you have shown is really wonderful to refer. | |
Re: The code which you shows is helpful in making the mini projects..... | |
Re: 26 down vote accepted You can use strtotime() to convert two dates to unix time and then calculate the number of seconds between them. From this it's rather easy to calculate different time periods. $date1 = "2007-03-24"; $date2 = "2009-06-26"; $diff = abs(strtotime($date2) - strtotime($date1)); $years = floor($diff / (365*60*60*24)); … | |
Re: w3schools is better for biginners to learn PHP... Its a very useful site for basic.... | |
Re: Hey...As far as i know i think this is not possible because image is getting downloaded directly so it does not print your site name.... | |
Re: Can You Show me by Example Because like this it wont be Understand... | |
Re: [QUOTE=sidoe;1516890]Hello everyone lately I have been getting many registry errors. The most recent and most troublesome happens whenever I try to access itunes. The error states "itunes.exe unable to locate component This application has failed to start because d3d8thk.dll was not found Re-installing the application may fix this problem". I … | |
Re: [QUOTE=Tumbleweedracef;1515310]Hi Daniwebb family. I have a Dell Inspiron laptop with Windows 7 on it. I am having a disk space problem. A warnning states [COLOR="Red"]Drive E:\ has only 14MB of free disk space. To prevent information loss and performance problems, youneed to free up disk space.[/COLOR] There are 3 disks … | |
Re: ok here is my code. //import javax.swing.SwingUtilities; //import javax.swing.JFrame; //import javax.swing.JPanel; import javax.swing.*; //import javax.swing.BorderFactory; //import java.awt.Color; //import java.awt.Dimension; //import java.awt.Graphics; import java.awt.*; import java.awt.event.*; public class BasicApplication { public static void addComponentsToPane(Container pane) { //pane.setLayout(new GridBagLayout ()); } public static void main (String[] args) { SwingUtilities.invokeLater (new Runnable () … |
The End.