Recent content by Chris Y

  1. C

    Can I use my Nexus S in Korea?

    Can I use my Nexus S - Quad-band (850, 900, 1800, and 1900 MHz) in South Korea? http://en.wikipedia.org/wiki/Nexus_S 1. Please provide supporting links for hardware compatibility 2. If possible any experience on where to sign up for native service / SIM card, etc
  2. C

    1999 chrysler cirrus smoking under the hood?

    i have a 1999 chrysler cirrus. i was driving home today and it started making like a quite belt squeal than kinda like a boil over of coolant sound. once it stopped i could hear a kind of grind sound that went faster and faster as the car gained speed. than it all stopped so i drove rest of way...
  3. C

    How do I see what my PHP script does?

    I heard that PHP can only be viewed from a server. But I do not own a server or have the time to set one up. Is there a website I can upload my script to to view what it does and looks like exactly? It would save me quite a bit of time. Thanks!
  4. C

    How do you insert into ASP.NET database using C#?

    Basically what it says in the question!
  5. C

    PHP Calculation - Simple But Annoying!?

    Righty Then...I have 3 Values; (Which are...&Currently equal to:) $Available_Balance = 3539.16; $Amount = 50.50; $users_New_Balance = 3488.663488.66; Naturally I'm sure you can see what I'm trying to do here. Simply take the amount off the available balance.....But I'm getting this long...
  6. C

    PHP Password display?

    I'm building an application, and once the user has inputted there details...I then display them back to the user to confirm... However, i dont want to show the users full password (for security purposes)... how would i go about displaying it like this; Actual Password: 123456 Displayed...
  7. C

    HTML Input form - Simple question?

    I was wondering how to have permanent symbols in a form field... For example a sort code on a bank card is; xx-xx-xx how could i keep the hypens in the field, and once the user has inputted the first 2 numbers, it skips past the hyphen to putting the next 2 numbers in... Im thinking javascript?
  8. C

    HTML Input form - Simple question?

    I was wondering how to have permanent symbols in a form field... For example a sort code on a bank card is; xx-xx-xx how could i keep the hypens in the field, and once the user has inputted the first 2 numbers, it skips past the hyphen to putting the next 2 numbers in... Im thinking javascript?
  9. C

    PHP Array & strpos Question?

    Normally I'm quite good with PHP...However I'm stuck..... All I'm trying to re-create is the HSBC Online Banking Login Form... For those who don't know who this works.... It will ask you for a security number (In this case 123456) BUT it won't ask you for the exact string, it'll ask for a...
  10. C

    What is the difference between Fafsa / Financial Aid / and Direct Loan?

    Do i need to fill in another fafsa application to get a loan?
  11. C

    What is the Deadline for Financial Aid for CUNY schools like Baruch for SPRING 2011?

    What is the Deadline to apply fro financial aid, OR renew one because i already had financial aid and currently paying it off
  12. C

    Can people access your banking account if they have your, Card number and...

    ...verification number? Well i lost my wallet and i found it at the restaurant, the manager held it until i got it. I was curious if they have my License (name and address) and my card number( card number and verification number) can they access my banking account or even buy things online or...
  13. C

    how do you code voting in html?

    HTML - Hypertext markup language is used for the GUI (Graphical user interface) of a website, Simply it handles everything the user sees, what you're trying to do here is get the user to click a radio button and submit. This is easy in HTML it would just be: <form id="form1" name="form1"...
  14. C

    How do i make a corrupt HTML file?

    Hmmm, Not something i would normally do, so im not too sure Personally id change the file extention to something random like 'filename.hgfs' and the browser won't recognize it?
  15. C

    In need of help with MySQL & PHP!?

    Right here's the low down I've outputted information from a MySQL table, but now i need to make it so that when the table column headers are clicked, it sorts the data into ascending order...here's my current code; (Code does connect to database & select table ect ect....) $result =...
Back
Top