Forum: PHP Apr 22nd, 2009 |
| Replies: 0 Views: 1,061 Hi, I am having a problem using the curl lib with php. What I want to accomplish is to make multiple request pulling xml returned from two different url's that are called with curl. Here is the code:... |
Forum: HTML and CSS Feb 20th, 2009 |
| Replies: 2 Views: 2,221 Hi, I have a fieldset and I am styling the legend tag within that fieldset with css. I got the text to overlay over the image, but it only works in IE, Chrome and firefox didn't like it. The end... |
Forum: MS SQL Jan 3rd, 2009 |
| Replies: 6 Views: 877 Hey thanks for trying to help me but I decided to write a script in java to read in the city names of each state from a text file then put them in the correct sql procedure format and writes them to... |
Forum: MS SQL Jan 3rd, 2009 |
| Replies: 6 Views: 877 Doesn't hurt to look at them, what are the sites and thanks!!! |
Forum: MS SQL Jan 2nd, 2009 |
| Replies: 6 Views: 877 Yea I looked on google, I really don't want to do this by hand any help would be appreciated.
Thanks |
Forum: MS SQL Jan 2nd, 2009 |
| Replies: 6 Views: 877 I wanted to ask this before I tried to build these two large tables myself. Does anyone know where or if I can find an MS Sql table of the United States, Cites and States. Possibly with the... |
Forum: ASP.NET Aug 1st, 2008 |
| Replies: 2 Views: 3,491 I found the answer.
I set Session.Timeout = 10 in the Session_Start Method in my global.asax file and I also used these settings
<sessionState
cookieless="false"
timeout="10">
... |
Forum: ASP.NET Jul 31st, 2008 |
| Replies: 2 Views: 3,491 My goal is to set a session variable and have it timeout after 10 min. I tried to do this with cookieless="false":
<sessionState
cookieless="false"
timeout="10">
... |
Forum: ASP.NET Jul 23rd, 2008 |
| Replies: 0 Views: 487 I have a paypal business account and I am using paypals subscription service. I have read and searched learning about paypals ipn service but could not understand the actual implementation. I have... |
Forum: ASP.NET Jul 12th, 2008 |
| Replies: 5 Views: 1,137 Thanks for trying to help but I don't understand anything that you posted, I have no idea what your code has to do with my problem. BUT I found the solution. I needed to add one line of code, I... |
Forum: ASP.NET Jul 10th, 2008 |
| Replies: 5 Views: 1,137 |
Forum: ASP.NET Jul 9th, 2008 |
| Replies: 5 Views: 1,137 I am using asp.net 3.5 and a sql server database. My host is godaddy. I was able to login before I deployed my website but now I am just getting the failure text of the login control. Can someone... |
Forum: ASP.NET Jul 8th, 2008 |
| Replies: 0 Views: 428 I'm new to deploying asp.net 3.5 websites. Is there a way to access the website admin tool after deploying a website. If not is there a way to allow the admin to add new admin users when using the... |
Forum: ASP.NET May 29th, 2008 |
| Replies: 3 Views: 1,184 Hey thanks for responding. I will have the image name and alot more other information stored with the image, But to understand the process of storing an image in a database the other information is... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 3 Views: 1,184 Cool that worked, maybe you could help me with the overall problem also. I am trying to insert a picture into my database. Now that I have the invalid column name solved I have another error. The... |
Forum: ASP.NET May 27th, 2008 |
| Replies: 9 Views: 2,790 That didnt work as expected, try this. |
Forum: ASP.NET May 27th, 2008 |
| Replies: 9 Views: 2,790 |
Forum: ASP.NET May 27th, 2008 |
| Replies: 9 Views: 2,790 Hey thanks for responding. The spelling is correct thats why I don't understand the error and I ran the query you suggested, I also ran an update query and in both cases the application did not crash... |
Forum: ASP.NET May 26th, 2008 |
| Replies: 9 Views: 2,790 Having trouble with a simple database command I keep getting the error invalid column name and I cant seem to figure it out. Please help me figure out some possible problems Thanks.
... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 603 Hey that did it!!! I told you I was new to web development. I replace my current css file w/the original and everything went back to normal thanks man. That little hint fix alot of frustration.
... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 603 Thanks for responding,
Im using two css sheets, it wasn't doing this earlier every form was working independently but not now. As far as know I did not set a master page, but I set a start page but... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 5 Views: 603 This might be a simple fix but I am developing an asp.net website in vs 2008 for some strange reason all of my separate aspx files are now formating at the same time. When I change something in... |
Forum: ASP.NET May 21st, 2008 |
| Replies: 10 Views: 1,163 Hey thanks for all your help I re-designed my application to use visual studios built in login tools for now. Thanks for all your help. |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 Hey majestic0110 thanks for all your help. I really want to get this solved but I have to go but I will be back in a couple of hours. I really appreciate all of your help and and help to come. When I... |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 The way my code is setup if I change Session to 1 then the session would not end unless I delete the cookie(correct me if I am wrong) using FormsAuthendicated.SignOut() which is what I want to do but... |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 No since the admin is going to be static I stored the user name and password in my web.config file and used FormsAuthentication to test the user name and password for validity.
Stored username and... |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 There is only an admin(It's a personal Web App). Once I've gotten the admin login to work I was going to develop a admin UI page and they would be able to update certain dynamic info, there blog(That... |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 I removed the line but I got the same result. I will explain what im trying to do. I was just trying to create a simple admin login for my application. when the user logs in I set Session(LoggedIn) =... |
Forum: ASP.NET May 18th, 2008 |
| Replies: 10 Views: 1,163 I am trying to run a script when a button is pressed on my Login.aspx page in Visual Studio 2008. I have set the Sub routine which is located within the script to redirect me to a certain page when... |
Forum: VB.NET Mar 21st, 2008 |
| Replies: 0 Views: 611 Hey I have been trying to figure out the code that would allow me to retrieve the system configuration startup list. So far I have found the registry location of the list, but have not figured out... |
Forum: Java Feb 11th, 2008 |
| Replies: 6 Views: 875 If the method is static then you need to use the class name ex:
Server.instanceMethod(); |
Forum: Java Feb 11th, 2008 |
| Replies: 3 Views: 3,041 Well it would be easy to check if a word is a palindrome using recursion. I will show you how to use recursion to find a palindrome, since you are new to this and since recursion is not an easy... |
Forum: Java Feb 11th, 2008 |
| Replies: 6 Views: 875 It looks like you created an Server object and used a method from Server.java, is that not what you want?????? |
Forum: Java Feb 10th, 2008 |
| Replies: 6 Views: 10,282 Well if you use the replace method you will have to hard code your code. Which is ok if you know what the string variable contains, In a case where you don't know, this will not be good. So It is... |
Forum: Java Feb 10th, 2008 |
| Replies: 6 Views: 10,282 Check out the java API: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Character.html
If you still can't figure it out let me know. |
Forum: Java Feb 10th, 2008 |
| Replies: 9 Views: 1,069 Correct me if im wrong, but for what your trying to do I don't think you need a while loop.
You want to add up the total amount of money that was choosen from each menu choice.
All you need is to... |
Forum: Java Feb 10th, 2008 |
| Replies: 9 Views: 1,069 WELLLL, one of your major problems in your code is that you have an infinite loop.
Translation --- Your telling your code to add price to your sum until cho equals zero, which it never does because... |
Forum: Java Feb 8th, 2008 |
| Replies: 3 Views: 6,883 Here is some simple code that will show you how to access private variables in a class, If this is not what your looking for let me know.
public class myClass{
private int[] myArray... |
Forum: Java Feb 7th, 2008 |
| Replies: 3 Views: 6,883 Yes its possible to create an array in a class and multiple ways to return it depending on what your trying to do, So what are you trying to do? |
Forum: C++ Aug 28th, 2007 |
| Replies: 3 Views: 2,626 What if I created a function that has the parameters hours and minutes, and lets say I had a prompt saying: What is the hour etc. Whcih will then give the variable hour the new initialization. Then I... |