1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

all scripts work in notepad ?????

Discussion in 'HTML & Website Design' started by rabi_nawaz, Jul 29, 2012.

  1. #1
    I have a question please.Are all the scripts java, php, html, dhtml, mysql, jquery etc work in the notepad. and all are work in one script together.? ???????????
     
    Solved! View solution.
    rabi_nawaz, Jul 29, 2012 IP
  2. #2
    oh, No. scripts do not work in notepad .. they work in their respective environments ..
    I'd suggest to use notepad ++ and xampp server to initially practice the coding ..
     
    mnmani, Jul 29, 2012 IP
  3. rabi_nawaz

    rabi_nawaz Greenhorn

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thanks mnmani. I download and install XAMPP server in my pc. but i dont have any of idea to use it. Please send me some instructions to use XAMPP. I so thanks full to you.
     
    rabi_nawaz, Jul 30, 2012 IP
  4. kanike

    kanike Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    kanike, Jul 30, 2012 IP
  5. SamedMermer

    SamedMermer Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    Well for those: php, html, dhtml, mysql, jquery you can use Notepad to edit the codes ...
    But the best one is Notepad++(It has a feature of autocomplete)
     
    SamedMermer, Jul 31, 2012 IP
  6. cesurasean

    cesurasean Active Member

    Messages:
    269
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #6
    You can use Notepad to edit a script, but then you must upload it to the server and render through a web browser for it to work.
     
    cesurasean, Aug 1, 2012 IP
  7. RankViper

    RankViper Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I would also suggest to use xampp server initially.
     
    RankViper, Aug 5, 2012 IP
  8. QualityBanners

    QualityBanners Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Crimson Editor is also good for writing code.
    I don't know about the regular XAMPP, I use the portable version of XAMPP (you can google it).

    With the portable version, you run the "setup_xampp.bat" file on the first time and then
    the "xampp-control.exe"

    Click the start button to the right of "Apache" text and then you can put your site files in the "htdocs" folder and you can see your site at http://localhost/[folder-name_or_file-name].
     
    QualityBanners, Aug 5, 2012 IP
  9. richardm55

    richardm55 Active Member

    Messages:
    762
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    65
    #9
    Of course, as someone has already mentioned, you can write all those script in any text editor, including notepad, but you must run each of them in their environment; html, css and Javascript on any browser and all other scripts which may run only on server side, you must use for example very popular packet XAMPP for PHP and MySQL.
     
    richardm55, Aug 6, 2012 IP
  10. iisbetoq

    iisbetoq Active Member

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #10
    after you finish install xampp, you can access with your browser, type on address bar localhost, to access your phpmyadmin you can type localhost/phpmyadmin

    regards
     
    iisbetoq, Aug 6, 2012 IP