Search results

  1. N

    Nvu or Dreamweaver?

    If you go for open source then notepad++ is the best choice. But if you have enough to buy one then I suggest you to buy 'Blumentals WeBuilder'. It is the best. You will get html, php, css highlighting + Auto Inserts+ CSE(if you have) HTML Validator integration+ PHP server integration...
  2. N

    PHP, MySQL, and resources

    I think second option is not very secured. Try never to use it. Users of your script may messes everything up, if they have some knowledge about web programming. I think first option is more reliable. If you think the performance will be slower then you can use the following trick I use often...
  3. N

    STUDENT - Javascript problem

    Try this simple code: <script type="text/javascript"> $byc=prompt("How many hours have you been bycycling?"); $jog=prompt("How many hours have you been jogging?"); $swm=prompt("How many hours have you been swimming?"); $loses=($byc*200+$jog*475+$swm*275)/1600; $rloses=$loses.toFixed(2)...
  4. N

    Need help- Will pay

    Here is the corrected code <?php $con = mysql_connect("localhost","conmiro_conmiro","***** ***********"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("my_db", $con); mysql_query("INSERT INTO websites (sitename, description, email)...
  5. N

    TAFE STUDENT - PHP - Send mail - Verify feilds

    Is this your full script? Because header("Location: $url") never gives this kind of error if no html tag or contents generates b4 the header. This means your script generates html contents before sending this header. I've also tried this piece of code myself and it is working fine on my server.
  6. N

    Change the image text

    I can't access host-a-hosting.com but it seems they have used php and gd. But if only the info's(file name, file size, etc.) are selectable then they have used dynamic css a.k.a css with php. I could make you clear with code if I could access the site.
  7. N

    Hello

    thank you
  8. N

    Hello

    Hello, I'm nahid from Bangladesh. I'm new with x10hosting. Nice packages. Thank you. I'm using your adfree package for hosting my mobile wap 2.0 site http://wap24.co.cc
Top