97 Posted Topics
Re: [COLOR=Blue]Go to: [URL="http://php.net/printer_open"]http://php.net/printer_open [/URL] Maybe this will help you.[/COLOR] | |
Re: There is nothing wrong with this code. Read the first line of the exception: [B][COLOR=red]Exception in thread "main" java.net.ConnectException: Connection timed out: connect[/COLOR][/B] [B][COLOR=#ff0000]Your connection timed out. That's all. [/COLOR][/B] [B][COLOR=#ff0000][/COLOR][/B] [URL]http://www.ecst.csuchico.edu/~tlopez/javas/telneter/Telnet/Documentation/Source/socket.TimedOutException.html[/URL][URL="http://www.ecst.csuchico.edu/~tlopez/javas/telneter/Telnet/Documentation/Source/socket.TimedOutException.html"][/URL] | |
Re: [COLOR=Blue][FONT=Comic Sans MS]Hi mystique. Personally, I recommend [/COLOR][URL=http://smartftp.com/][COLOR=Red]SmartFTP[/COLOR][/URL] [/FONT] :rolleyes: ![]() | |
Re: [COLOR=Blue][FONT=Comic Sans MS]Hi Saaski, I am not familiar with your system, but you can try this. It might work. When you re-boot hit F8. Choose the Safe Mode with Command Prompt Option. After you log in you should see the command prompt window. In this window type: C:\Windows\system32\Restore When you … | |
Re: Both ways you mentioned will cause indexing at the approximately the same speed, but a 301 redirect will cause the page rank to follow from the old domain. If you put a link on the old domain, the page rank will eventually drop off the old domain and will not … | |
Re: [B]First try wrapping your codes in code tags when you post. It makes it easier to sort. [/B] You need a [B]value[/B] for your radio boxes. The [B]value[/B] is [B]returned[/B], not the radio box name. I could probably tell you more about your code, but as I said before it … | |
Re: [QUOTE=angelicakirana;1149051]Hello, i'am newbie. I don't know about programming language,in each language, i only know "hello world". Javascript is spend more expensive bandhwidth. Especially for Limited Account of hosting. Is it possible to convert javascript to php or html ???[/QUOTE] Ther are online tools, such as, [URL="http://www.yellowpipe.com/yis/tools/HTML_converter/"]yellowpipe.com[/URL] that convert HTML to … | |
Re: This error sounds like your server is not running. If your running Apache go to your Apache installation folder >> bin/ApacheMonitor.exe With ApacheMonitor.exe you can start your server. ![]() | |
Re: [QUOTE=tryphy;1149271]Hey Thanks, For ur reply.. That was the same idea i was thinking...when i worked it out it gives me a Duplicate error...[/QUOTE] What is the duplicate error? Are you auto incrementing as previously stated? Echo your error to screen with : [CODE]echo mysql_error (); [/CODE] | |
Re: Well, firstly a login form is never secure unless the submitted data is encrypted on the server and even then it is not 100% protected. Secondly, how about posting a start of your code ( IE : Anything to show some heart!) Then after this I am sure one of … | |
Re: [QUOTE=Jabga;1145752]Hi there, I am creating an ecommerce web site and I am using magento. Payments will be inside in our country and local banks will give me payment forms and I will have to integrate it with my web, but I need some help, how can I integrate their form … | |
Re: [QUOTE=network18;1147488]Hi, The dynamically created rows are appended at the end of the table i.e. after the last row of the table (found by table.rows.length) and those individual <tr> contains 8 more <td>s carrying some texts and their respective text fields. Now we have one such default <tr> , which also … | |
Re: I haven't used C in years, but if I remember correctly you need to use [CODE]@@IDENTITY[/CODE] to retrieve the Last ID. Anyone more familiar, correct me if I'm wrong. | |
Re: [QUOTE=DaughterOfHades;1142464]I don't know much about computers and how to protect them (probably why I got these viruses in the first place), but I do know a virus is preventing me from going on any virus removal sites such as McAfee. What should I do?[/QUOTE] [B]Boot in safe mode with networking.[/B] | |
Hi, This will show you how to create a login form using swing. Please be aware that this form does not connect to anything. ( eg. A URL or a database) This is just a little advanced example of one of the many things you can do in swing. A … | |
Re: :mrgreen: [COLOR=Blue]hmmm. Interesting concept aniseed.[/COLOR] | |
[COLOR=Blue] Ever since PHP turned register_globals_off I have had problems here and there in my codes. I searched hard and long for a simple fix while keeping globals turned off. Fortunately, I found one! I have posted it below for your convenience and it is also described [URL=http://www.nasatech.com/PHP-DOCS/faq.misc.html#faq.misc.registerglobals]Here[/URL]. I'm not … | |
Here is a code to sort numbers instead of strings using the BubbleSort method. The difference here is you don't use compareTo() for numbers as you do with strings. | |
Re: In Apache your httpd.conf file Be sure that php module is enabled. Take out the [B][COLOR="red"]#[/COLOR][/B] in front of the line if it is there. If your using PHP version 5 Look for the following lines LoadModule php5_module "YOUR FULL DIR PATH TO/php5apache2_2.dll" or substitute 5 for your PHP version. … | |
Re: It looks like your sending the wrong header in your output script. Change the header type in your output by putting [CODE]header("Content-type: image/png");[/CODE] in the top of your script. | |
Re: Yes curl can fetch data from other websites on localhost if it is enabled. | |
Re: Be sure that session_start(); is the first line in each of your codes without spaces or blank lines. [CODE]<?php session_start(); ............................ ?>[/CODE] | |
Re: Right click on the loaded page and view source, copy and paste the header info down to the body tag here. Then tell me what is the full path to your template files if your using a template system. When pasting please use the code tags | |
Re: Look at your file path : [CODE]D:\wamp\www\codeigniter\admin/system/codeigniter/CodeIgniter.php [/CODE] Your slashes are going the wrong way aren't they? Shouldn't the path be forward slashes? >>>> "\" [QUOTE=praveen_dusari;925631]hi all, i am using codeigniter for a shopping cart for my admin panel i created a first method mentioned [URL="http://philsturgeon.co.uk/news/2009/07/Create-an-Admin-panel-with-CodeIgniter"]here [/URL] for this iam … | |
Re: If you get an error make sure it is not an [COLOR="Red"]access denied[/COLOR]. An access denied is pretty common if your on a windows server. Because your requesting xmlhttp.open("GET",url,true); and windows is funny about those things. Try this: [B]here is the ajax/javascript[/B] [CODE] var xmlhttp; function showCD(str, div) { xmlhttp=GetXmlHttpObject(); … | |
Re: One way is to use the [B]$_GET[/B] reserved variable. eg: [CODE]index.php?page=$_GET['title'];[/CODE] You can read more about it at [URL="http://us3.php.net/manual/en/reserved.variables.get.php"]php.net[/URL] | |
Re: Could you not put the link in the array like: [CODE] <?php if(!empty($a1[image])) { $im_array = explode("|", $a1[image]); $FirstImage = "<a href=\"link_to_your_image\" target=\"_blank\"><img src=\"re_images/$im_array[0]\" width=100 height=100 border=1></a>"; $SecondImage = "<a href=\"link_to_your_image\" target=\"_blank\"><img src=\"re_images/$im_array[1]\" width=100 height=100 border=1></a>"; $ThirdImage = "<a href=\"link_to_your_image\" target=\"_blank\"><img src=\"re_images/$im_array[2]\" width=100 height=100 border=1></a>"; $FourthImage = "<a href=\"link_to_your_image\" target=\"_blank\"><img … | |
Re: [QUOTE=mohammed2raja;693960]Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after execution of php file.Please help.[/QUOTE] Add .htaccess file to … | |
Re: [quote=JakeCourtney;255672]Hey, I've recently started to learn Java with a little prior experince in C++. Only the basics. I was just wondering if there any pointers for getting this language down. I'm talking about stuff that I won't pick up from some book or exercise. Something you've all come across in … | |
Re: [COLOR=Blue][FONT=Comic Sans MS]Hi Noahsson, Here is a link to some software that will do what you are wanting to do. Be sure to have windows recovery disk because it deletes your operating system too. [B][URL=http://dban.sourceforge.net/]DBan[/URL][/FONT][/COLOR][/B] | |
Re: [COLOR=Blue]I think I am getting shorter and my wife is getting taller :lol: [/COLOR] [CENTER][COLOR=Blue] I am 5' 10"[/COLOR][/CENTER] | |
Re: [QUOTE=Brandon-J]I have internet explorer and Windows Me. I've set the security settings and privacy settings to default. And then when I go to the install Macromedia Player page nothing happens. It's just a empty box with a small multi colored box in the left top corner. I don't have the … | |
Re: [COLOR=Blue][B]Nice to meet you Trevor. Welcome to the community.[/B][/COLOR] | |
Re: [COLOR=blue]I recommend [B]XAMPP [/B]if you're a beginner. [/COLOR] [COLOR=blue]It will install Apache Server, PERL, MYSQL, PHP, PHPAdmin and other software to aid you in development. [/COLOR] [COLOR=blue]I would also recommend installing APACHE and MYSQL as a Service. [/COLOR] [COLOR=blue]XAMPP will ask you about this during installation. [/COLOR] [COLOR=blue]Check to see … | |
Re: [COLOR=red][B]Look in the manual for checkdate[COLOR=red]();[/COLOR][/B][/COLOR] [B][COLOR=#ff0000]Maybe this will help you. [/COLOR][/B] | |
Re: [B][COLOR=red]Your Form Below:[/COLOR][/B] [html] <html> <head> <title>TAEKWONDO WEBSITE - Membership Form</title> </head> <body> <font face="arial" size="4"> <p align="center"><big>Membership Form</big></p> Please Fill In Your Details And Click Submit: <br /> <fieldset><legend align="center">Personal Information</legend> <form action="membership_form2.php" method="get"> First Name:<input type="text" name="name" size="10"/> </fieldset> <input type="submit" name ="submit" value="Send"> </form> </body> </html> [/html] … | |
Re: Hi, if your getting an error with `drawOval` then I would try `drawRect();` In my opinion the `while(true)` and `repaint();` should be in the `run();` method since you should create a Thread and implement the Runnable interface. When you call repaint in Java it automatically calls another method called update(); … | |
Re: [COLOR=Blue][FONT=Comic Sans MS]Hi dncloud, nanosani has put you on track pretty good. You use equals to compare strings. If you do not care whether or not the case of the two strings are identical you can use the equalsIgnoreCase() method. [/FONT][/COLOR] | |
Re: Oh my, how many times must this be repeated? | |
Re: [COLOR=Blue][FONT=Comic Sans MS]Hi eboney. I know this is a late post, but this can be used for future reference. I'm not going to go in big detail on this, but maybe this will get you started. This code will take user input convert it into an integer. If the input … | |
Re: [FONT=Comic Sans MS][COLOR=Red]Here I will create a class named StringClass and build constructors.....[/COLOR][/FONT] [CODE] public class StringClass { public static String StringAsObject; // Defining the new Value of s when calling this method StringClass() { StringAsObject = "sani"; } // Building Constructors public static String getStringAsObject() { return StringAsObject; } … | |
Re: [COLOR=Blue][FONT=Comic Sans MS] Hi L. Shelby, JAVA contains a pre-built class named Math. To use it insert this statement at the top of your program => import java.lang.Math.*; This class is static which means it is class variables and class methods. This class is very useful to caculate simple mathematical … | |
Re: [FONT=Comic Sans MS] [COLOR=Blue]Hello johnroach1985, The error deprecated API is nothing to worry about. Your codes will compile and run fine. API stands for application programming interface. This simply means the way you are accessing the behaviors of your classes or objects. [/FONT][/COLOR] | |
Re: [FONT=Comic Sans MS] [COLOR=Blue]Hello Firsttimer, I think I have the program working the way you needed it too. I usually don't complete homework projects, but you was pretty close. I changed your variable float comparison to boolean and instead of [CODE]if ( number1 == number2 ) if ( number1 > … | |
Re: [FONT=Comic Sans MS] [COLOR=Blue]I'm not sure of what your coding? An applet or an application. If it is an applet this will get you on the right path to adding an actionListener, however, I'm not gonna code it all. Gotta have a little drama right? [CODE]public class yourClassName extends Applet … | |
Re: [FONT=Times New Roman][COLOR=Blue]I'm not sure if I understand correctly, but here it goes anyway. I think your saying that you want to call a method into your main method which is in the tempcalc.class. If this is what you want then say your method that you want to call is … | |
Re: [FONT=Comic Sans MS][COLOR=DarkSlateBlue]Follow the link above and get Mysql . Install it to C:\mysql just to make it simple. Then download Apache at [url]http://apache.org/[/url] . After you install apache server create a shortcut to your Command Prompt on your desktop. Right click and choose properties. In the properties box Start … |
The End.