Perl Vs Php - What's in your website?... and why?

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #14) by iGuest on Aug 31 2008, 11:06 AM. (Line Breaks Removed)
My PHP vs Perl Experience Perl Vs Php I first used Perl to write an AJAX chatroom back in 2006. Yep, people were doing AJAX even then, they just didn't know it was to be called that :)Anyway, With anything over 100 simultaneous connections to the server the server loads went through the roof anf file locking started to fail. I therefore rewrote the time critical sections in C which vastly improve... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Programming > Scripting

Perl Vs Php - What's in your website?... and why?

rantsh
Ok, so I've heard a lot of both languages, I've used php and I was learning Perl a while ago...

If you had to choose between these 2 languages to develop a website, which one would you use and why?

I'm attaching a poll in this message please vote

Reply

Trekkie101
Perl is a language that isnt based on just the web, Perl is a full command line language, and GUI can be added and tool kit is there and Perl can be used to program entire operating systems if it was needed to and infact is as a codebase on a Linux distrabution. Its pretty fast and can be as object oriented as you like which apparently makes it much easier to program in although im not in full agreement about that.

Perl has CPAN for its modules so theres modules for litteraly everything from checking disk speed to AI bots brains and RSS feed readers.

PHP is the new and upcoming language that more and more people seem to want to learn, its fast and optimised, logical and doesnt have as many pitfalls as perl. It was designed as web language but can be used elsehow but not very easily. The documentation for PHP is second to none its amazing.

PHP is my personal favourite as I like the way it works and flows although from what ive used of perl its very logical.

Reply

vizskywalker
They are both useful for various purpoese. I prefere CGI (through perl) for setting cookies, but PHP for dealing with MySQL databases. If I had to pick one for webpages, I'd probably go with PHP simply because it was designed for webpages, can be embedded in webpages, and has various webpage features that perl doesn't.

~Viz

Reply

mastercomputers
This has been discussed, quite intensively too.

Languages are made for a purpose, and they usually do their purpose quite effectively. Perl has been around for a long time, and languages have taken it's ideas and used them in their language.

PERL is in my opinion more powerful than PHP, it's string manipulation and ability to handle large amounts of data, file I/O, etc makes it very suitable for large scale applications, and quite a power commandline tool.

PHP shares similarities, and can do the same thing, but if we took both languages to their extremes I would think PERL would come out on top.

I'm more to using PHP than Perl for web development. Which is one of PHP purposes it was created for.


Cheers,


MC

Reply

rantsh
So up to now, although all of us recognize that PERL is very powerful, we stick to php... interesting... The reason I brought this topic up is because on one of my old jobs we were working with perl in a very intense fashion (meaning that we used PERL for almost anything).

A little further in the past, I developed my thesis using mainly in php, and I found it very powerful and easy to use...

Yet, as I spoke to one of my friends (old college teacher and debian lover/freak) he told me "PERL is the path to the future", so that made me think 'Is it? Are we at the door (can't think of a better english to describe the moment) of a major web developing change?'. Of course we're at the doors of a major standalone software developing revolution, since with the new multi-core processors and the fast evolution of High Performance computing, standalone software as we know it (at least I do) which is linear and not threaded is fastly dying to give path to a full set of techniques which involve threads and concurrence as our main thought when designing.

But, does this apply to web development? are we going to have to abandon good old php because PERL is more efficient and secure????

As you may notice these are a big bunch of crazy thought of a drowzy/sleepy programmer, but I really wish to know if I'm alone on this thoughts... Is php going to give way to PERL, or the other way around? or do you think they'll both continue advancing steadily for us to keep using them as we have always done?

Please excuse me if I don't make any sense, or share your opinions if I do (actually you have more reasons to share your opinions if I don't make any sense). Either way, good luck to all, and I'll see you around...

 

 

 


Reply

solanky
I don't have a great knowledge of Perl or PHP but as far as I know Perl is the complete language and it can also be used in web scripting. But PHP is purely for web development. PHP is very easy to learn and it is a good and cheap alternative of ASP/ASP.NET/JSP server side technologies. I will choose PHP between two of these.

Reply

mastercomputers
I believe PERL is paving the way for other scripting languages. Ruby, which is another scripting language is still struggling to make it a successor of PERL, from the sounds of it, Ruby is suppose to be better, but not too many people took onto it, so it's still trying to make it's way through the door. Maybe it's a similar affect that happened to C or C++.

During PHP 3.0, I use to rewrite my CGI scripts/programs into PHP, not because I thought PHP was better, I just liked using PHP for web development and it was to help me learn PHP, prior to 3.0 however, I stayed with PERL, it just hadn't gain my interest then.

I don't think a language will shine on top, because so many proefficient programmers out there can each shine with their language or choice. Recently I was impressed with a programmer who wrote an Assembler in VB, not that I didn't think VB was capable, his assembler worked just as well as other assemblers. I'm not even fond of VB, but I do get impressed by some of the work these programmers do with it.

If we combined many different languages into an application, each being standalone using their own interpreter, would we be able to increase the performance or degrade it. This would be something I would like to find out. It may or may not affect the server load at all.

This is probably the only reason why I stick with one or the other, however if the program scale is to be large, I would consider PERL.


Cheers,


MC

Reply

vizskywalker
MC, I can answer your question: it depends on what languages are being mixedand in what way. For example, hardware direct access in C++ can be done thorugh assembly functions if compiled separately, and if the assmebly functions are done well, it will be faster. However, generally, mixing BASIC languages with C languages slows the process down. Mixingdifferent interpreted languages also slows things down as multiple interpreters must be opened into memory. compiled mixtures work well if they are precompiled, like the C languages and Assembly, and if both elements were designed to work together and are more eficient on their on, and are merged into one program. Scripted languages largey dpeend on whther the interpreters are resident in memory, and whether one scripting language offers marked efficiancy increases in one task over another. Because there are so many variables, it is usually easier to just stick with one language, and for most programmers, even advanced ones, proves to be more efficient programs.

~Viz

Reply

vujsa
I started using PHP when I noticed a book at the bookstore about it. It talked about Apache , MySQL, and PHP installation and very basic use. I started to learn right away. I was surprised how quickly I was picking everything up. Of course I had some limited programming encounters prior to the discovery of the book, but the book has set me on a new course.

In 1985, I got my first computer. It was ready to go for programming in BASIC. I printed "hello world!" a million times on my screen and even got to where I could program music into the computer.

In 1992, I took my first formal programing class. Turbo C! I didn't do as well in the class as I had hoped but I started to pick up the basics of all modern programming.

In 1995, I printed the source and output of the Indiana University Home Page. I went line by line until I understood every bit of HTML for that page. Shortly there after, I learned a little bit of JavaScript and made some engine displacement calculators and what not. Pretty simple scripts I must admit.

In 1999, I Downloaded and installed my first CGI script called Links (Gossamer Threads). As soon as I got the link indexer / search engine up and running, I started to notice that there were modifications that I wanted to add. The script was programmed entirely in Perl and the mods were manual find and replace or find and add. Having the mods as a roadmap as I started to moddify the script, I began learning a lot about Perl. I think that I could never write a full script in Perl with my current knowledge but what I learned helped me better understand PHP.

In 2003, I bought the PHP book that I have mention and started learning PHP. I have by no means mastered PHP but, I'm getting to where I can usually do what I want with it. The similarities between Perl and PHP are remarkable but that is also true about C. I have found PHP to be much easier to learn than Perl but I have very little interest in programming outside of the web now.

I was told by a friend of mine that is a very well paid free lance programmer that the language really doesn't matter. He's older now so his primary laguages are also older. He said that he tends to use fortran most often. He suggested that if the programmer knows the language well and is a good programmer, then he/she can program anything to do anything with any language. While many languages were design based on certain needs of the creators, the general abilities of all laguages are more or less the same. If a language doesn't contain the out of the box functionality that you require, then you'll simply have to write a more complex program.

My point is that there is no reason to think that any language will fall to extinction. There will always be a new flavor that is most popular but if a language as old as fortran is still being widely used, then it stands to reason that PHP and Perl will also survive.

For my money, I'll stick to PHP for the foreseeable future. Its easy to learn, easy to use, and currently has a lot of applications built on it.

vujsa

Reply

ruben
I use PHP because I do not know Perl and I'm scared of the cgi-bin folder ^^ I haven't reached the borders of PHP yet, so I don't see a reason to learn Perl. I think PHP is a very easy to understand language and the best thing is that you can learn while you write. I just write and when I come across a function I need I look it up on php.net (usually they have the name I imagine) and then I can use it. If there is a usage problem I will usually find it in the comments (and additionally some handy scripts that are ready-to-use.)
I think PHP is the way of the most, because it is just damn popular, you rather get PHP than Perl on a freehost and it's easier to learn.

Reply

Latest Entries

iGuest
My PHP vs Perl Experience
Perl Vs Php

I first used Perl to write an AJAX chatroom back in 2006. Yep, people were doing AJAX even then, they just didn't know it was to be called that :)

Anyway, With anything over 100 simultaneous connections to the server the server loads went through the roof anf file locking started to fail. I therefore rewrote the time critical sections in C which vastly improved things.

After some years I decided to rewrite the chat from the bottom um in PHP. It can easily handle thousands of concurrent connections, file locking doesn't fail and since I started using PHP I have not had to recompile any code into C.

This is just one example. There are many other very trafficed servers I have worked on in PHP that perform vastly better than Perl. I know that Perl has been through a few revisions and is supposed to be much better, but I see no reason to go back when I can achieve anything I need quickly and easily in PHP.

-reply by Robin

Reply

iGuest
PHP vs Perl
Perl Vs Php

I know both languages extensively, the former out of sheer love, the later because of customers ( ;-) )

I restrict my view on Web programming, for PHP will never standas a serious contender outside this area.

Lack of orthogonality, lack of high level semantic primitives (curryfication, closures, scopes, contexts,...), faulty designs (for instance the poor hash/array PHP array data type), poor quality PEAR repository, have me definitely convinced that PHP is only good for micky mouse projects.

The fact that some good size projects may have seen the light does not prove otherwise.

After all, computer languages are T�ring.

So the point of chosing a language is not "will I be able to complete the task ?" (obviously you will if you are not trisomic), but "how efficiently will I be able to complete the task?"

Source code for many mid-size PHP projects (PHPBB, PHPMySQLADMIN, ...) is awful. Have a look for yourself, and be amazed.

"Patch over bugs" seems to be the standard "quality procedure" in PHP coding and litteracy.

Obviously at the end, it works... But only because it has to !

My experience in developing higly complex web applications in PHP has been a nightmare.

It has proven to be overkill time consuming compared to what the same thing done right in Perl combined with a profesional grade templating system like CGI::Forge or WWW::Forge (Franck PORCHER - Smart Technologies Tahiti - www.Smartech.Pf).

So my definite answer, without a doubt, is "if you have to choose between PHP and Perl for Web programming"... Choose Perl, you will always win at the end.

I'm convinced that Perl is easier to learn than PHP, far more richer, far more powerful, and not restricted to Web programming.

Franck PORCHER



-reply by Franck PORCHER

Reply

Samya
I will prefer PHP.
There is no valid reason smile.gif

I have never ever used Perl so I dont have any idea about Perl ...

However I have used PHP and learnt much of this ..
The good thing about PHP is that a hell lot of Free PHP Scripts are available at different website.
Due to the diversity in availability of PHP Scripts, u often end up having exactly the same thing which u had wanted.

However, Perl Scripts are also available at most places but relatively they are much much lesser than the PHP Scripts smile.gif

Furthermore, as people have said that PHP is a pure Web Language and indeed a very powerful language smile.gif

So I will prefer PHP smile.gif


**** All Appreciations and Criticisms are welcome ****

Regards :
Samya Khalid

Reply

kook
PHP(*.php,*.php3) is Scripting(application)Language that easy to use and learn.It's open source. User can develop to use it.but it need to compile on server.
ASP(*.asp,*.aspx) is Scripting(application)Language.iT'S DON'T open source.You need to pay license to use.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. whats the difference between php and perl - 5.93 hr back. (1)
  2. perl vs. php - 18.05 hr back. (1)
  3. perl better than php mysql performance - 94.27 hr back. (1)
  4. perl php performance - 108.02 hr back. (1)
  5. php and perl similarities - 121.58 hr back. (1)
  6. php vs perl speed - 132.48 hr back. (1)
  7. perl vs php speed - 71.56 hr back. (2)
  8. php vs perl - 181.35 hr back. (1)
  9. performance on perl vs. php - 191.89 hr back. (1)
  10. perl more speed than php - 202.73 hr back. (1)
  11. php vs perl performance - 157.60 hr back. (2)
  12. perl or php - 273.72 hr back. (1)
  13. perl vs php - 21.35 hr back. (5)
  14. seo, asp vs php vs cgi - 295.60 hr back. (1)
Similar Topics

Keywords : perl, php, whats, website

  1. Free Web Hosting: (zaffa) [updated]
    Free Website: <karimov.tj> (1)
  2. Free Web Hosting: (halo3fanboy) [updated]
    Free Website: <Hellsrevenge.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    Hellsrevenge.astahost.com Account Username: herlyn Introduction: sup
    hobbies: let see now i like to game on my computer like worl of warcraft Email Address:
    aceofspades0990@yahoo.com Age: 18 Country Where I Live: U.S.A
    My ....
  3. Free Web Hosting: (theunreal) [updated]
    Free Website: <slash.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    slash.astahost.com Account Username: TheUnrea Introduction: My hobbies:
    Computing , Games , Sport(Football,Ping Pong) Email Address: TheUnrealz@gmail.com
    Age: 15 Country Where I Live: Israel My Websites Theme:
    Forum,Tes....
  4. Free Web Hosting: (kalicotalez) [updated]
    Free Website: <kalicotalez.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    kalicotalez.astahost.com Account Username: Randen89 Introduction: Hello
    there hi there good day! i am randen! Email Address: kalicotalez@yahoo.com Age:
    18 Country Where I Live: United States My Websites Theme: Maplestory
    R....
  5. Hey Guys! 9nice Website Here... ;))
    (3)
    Hey /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> Nice
    website you guys Have here, It's been a while since i was part of a community like this.. Im
    actually a website / template designer for the website blink-182media (Im not Spamming by posting
    this /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />) Anyway,
    Im experienced In The following Languages HTML,PHP,JAVASCRIPT,JAVA,VB6, /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> anyway, Bonjour!....
  6. Myspace Layouts Website, Feedback Needed
    (0)
    Hi guys, this is my personal myspace layouts site : http://www.acelayouts.com , i want to relook
    it, could i please have feedback, critics and suggestions, i think it badly needs a new look!
    thanks! ....
  7. Free Web Hosting: (zorba4) [updated]
    Free Website: <zorba4.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    zorba4.astahost.com Account Username: zorba4 Introduction: Hi, my name is
    Zorba. I\'m new in web designing, I would like a free web hosting account in order to learn how
    to create a website and how to add pages, how to make it interesting, how to have people visiting
    it. ....
  8. Free Web Hosting: (mlywrrn) [updated]
    Free Website: <HabboHeroAU> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    HabboHeroAU Account Username: mlywrrn Introduction: Play Hockey for a
    state team, go to clown school in caulfield australia and love computer games. Email
    Address: mlywrrn@hotmail.com Age: 13 Country Where I Live: Australia
    My ....
  9. Free Web Hosting: (veerumits) [updated]
    Free Website: <vsinfotechsolutions.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    vsinfotechsolutions.astahost.com Account Username: vshakya Introduction:
    Playing chess, net surfing, making friends. Email Address: veerumits@yahoo.co.in
    Age: 30 Country Where I Live: india My Websites Theme: Training
    and ....
  10. Freewebs And Piczo
    :) website thingys (3)
    Freewebs. ~~~~~~~~ Freewebs is an online webpage where you can create a webpage or add a forum.
    Piczo. ~~~~~ Piczo is simarlar to Freewebs but for more advanced users Both of these web sites
    accept: -HTML text -Pictures -Glitters -Games -Radio and Much Much more. ....
  11. Free Web Hosting: (sateduc) [updated]
    Free Website: <sateduc.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    sateduc.astahost.com Account Username: sateduc Introduction: sat
    technology,electronics,tv Email Address: sateduc@gmail.com Age: 30
    Country Where I Live: belgum My Websites Theme: technology Reason I
    Chose Astahost....
  12. Free Web Hosting: (hemanth) [updated]
    Free Website: <wedding-invitation> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    wedding-invitation Account Username: wedding Introduction: I am intrested
    in singing, playing with friends, intrested in music. i belong to india and proud to be an india.
    Email Address: veera.volikatla@gmail.com Age: 30 Country Where I
    Live....
  13. Question Related To Website
    need Web page solution (5)
    I have some question in mind that need solution so please 1) What is benefit of using header and
    footer tag in our web page ? 2) How we can registered our website on any search engine? 3) Did I use
    animated image without flash in website.? 4) What is the correct way to display web page on center
    in any browser.? if we use css style ? I have little idea off all question answer but i need
    specific help so welcome. Thanks....
  14. Free Web Hosting: (tizo The Hedgehog) [updated]
    Free Website: <sonicfamily.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    sonicfamily.astahost.com Account Username: Tizo Introduction: I'm a
    High School student that likes Sonic, I own a Sonic forum called The Sonic Family hosted by
    forumotion, and a site hosted by sosblog, but due, to some recent problems I decided to try this
    hosting service....
  15. Seo Material Website
    (0)
    Hi Friends, I just found this website called SEO MATERIAL which provides some SEO Tools and
    Articles, and other stuff that i consider that will be helpful for everybody. Some of the SEO
    TOOLS that you can find at the SEO MATERIAL website are: Meta Tag Generator Tool : Use this
    simple tool to generate the Title, Description and Keyword meta tags for your site. Keyword
    Density Analyzer : Use this tool to find out the density values for words/phrases in the Title Tag,
    Meta Tags, Body Tags, Alt Tags etc. of your page. Spider Test : This tool shows you the sourc....
  16. Free Web Hosting: (ringling) [updated]
    Free Website: <ringling.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    ringling.astahost.com Account Username: ringling Introduction: I am IT
    student and have interest in playing the opensource code in the free web hosting. Email
    Address: ling.chen.cn@gmail.com Age: 25 Country Where I Live:
    Australia ....
  17. Free Web Hosting: (heitan)
    Free Website: <faulheit.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    faulheit.astahost.com Account Username: Heitan Introduction: I like
    Photoshopping, drawing, reading manga/watching anime and/or Asian dramas, playing online MMORPGS and
    video games, origami, sleeping, and being totally lazy. Email Address:
    mononoke_neo90@hotmail.....
  18. Free Web Hosting: (veerumits) [updated]
    Free Website: <veerumits.asthost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    veerumits.astahost.com Account Username: vshakya Introduction: Playing
    chess, net surfing, making friends. Email Address: veerumits@yahoo.co.in Age:
    30 Country Where I Live: india My Websites Theme: Training and
    Development ....
  19. Free Web Hosting: (checkprogs)
    Free Website: <checkprogs.com> (2)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    checkprogs.com Account Username: kickit11 Introduction: I am Kevin. I am a
    programmer inside the computer and out. I recently learned PHP and decided to buy a webhost to show
    off some of my programs. Having that done I mistakenly bought a website so I may test my PHP scripts
    ....
  20. Free Web Hosting: (madtiago) - denied
    Free Website: <pcvortex.astahost.com> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    pcvortex.astahost.com Account Username: madtiago Introduction: i like web
    design, playing football with my friends. Email Address: madtiago@sapo.pt Age:
    19 Country Where I Live: portugal My Websites Theme: apps,games,
    mov....
  21. Free Web Hosting: (phdex)
    Free Website: <www.englishprofessionals.net> (1)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    www.englishprofessionals.net Account Username: phdexter Introduction: Hi,
    I am an English teacher. I work as a Teacher trainer. I like computers, technology, mythology,
    religions, meeting new people, helping the poors and who needs help. EnglishProfessionals.net is a
    web por....
  22. Free Web Hosting: (nelsontr4n)
    Free Website: <teratran.astahost.com> (2)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Astahost. Please find my
    application below. Your Registered Domain Name or Desired Astahost Subdomain Name:
    teratran.astahost.com Account Username: TeraTR4N Introduction: Interests:
    Computer Programming (PHP, HTML, C++, DirectX, OpenGL, etc.) Talents: Music (playing the violin,
    piano) I don't like anything else. I need to get a new hobby. Email Address:
    NelsonTR4N@....
  23. Effective Website Promotion Without Spamming!
    Get traffic to your website without being a bad neighbor. (21)
    I've been working on my website, Handy PHP , pretty hard for the last few months and it has
    really paid off. According to Yahoo, there are about 1,500 links to my website. This number has
    been steadily increasing over the past few months and wasn't really that hard to accomplish.
    The best part is that I have done all of this without spamming! I thought that I'd offer some
    ideas for promoting your website without the need to spam. To begin with, every time I talk about
    my website, I include the name and link. This is true in forums, comments, reviews, e....
  24. New Runescape Forums Website
    (2)
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> If you are
    looking for ruenscape forums than you're at the right place please join and post on my new
    runescape forums website, to visit my runescape forums website, please visit and go to
    http://z6.invisionfree.com/Runescapersmartsclan/ . 2 New administrators needed so please join and
    tell me if you want to be a admisitrator for my runescape forums. thanks for reading. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  25. Who Is Your Favourite Free Host?
    what's your fav free host? (145)
    Hi! Who is your fav free host?....
  26. Boast Your Computers Specs.
    Feel free to brag (162)
    Just curious, post up the specs of your machine. Intel Pentium 4 2.66GHz (Not overclocked) 1024MB
    Dual-Channel PC-2700 RAM LG L1720P 17" TFT-LCD Monitor ATI Radeon 9600 Pro Maxtor 80GB 7200RPM
    Maxtor 40GB 7200RPM....
  27. Notebook Or Laptop?
    What's the difference, if anything? (17)
    Okay - now that I've started thinking about "laptop" and "notebook," I have a question for
    anyone who might be able to explain. Is there a difference, or is it just a matter of two terms
    describing the same thing? If there's a difference, what is it? Now that I'm wondering
    about it, it's going to bug me for the rest of the day! *grins*....
  28. Server Os
    What's the best? (16)
    Hello! I got a server down here, but i don't have an operating system, do any of you know a GOOD
    server os? I should run web, IRC and mysql server on it /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> Please answer me, cause i need help. -flippys....
  29. What's The Difference Between Linux And Unix?!?
    (18)
    are they even made by the same people...?....
  30. Whats The Last Dvd You Watch And Rate It Out Of 10
    (17)
    whats the last DVD you watch? rate it last DVD I seen is alien, 9/10 a classic. old but still the
    best ever sci-fi horrors ever made. ....

    1. Looking for perl, php, whats, website






*SIMILAR VIDEOS*
Searching Video's for perl, php, whats, website
Similar
Free Web Hosting: (zaffa) [updated] - Free Website: <karimov.tj>
Free Web Hosting: (halo3fanboy) [updated] - Free Website: <Hellsrevenge.astahost.com>
Free Web Hosting: (theunreal) [updated] - Free Website: <slash.astahost.com>
Free Web Hosting: (kalicotalez) [updated] - Free Website: <kalicotalez.astahost.com>
Hey Guys! 9nice Website Here... ;))
Myspace Layouts Website, Feedback Needed
Free Web Hosting: (zorba4) [updated] - Free Website: <zorba4.astahost.com>
Free Web Hosting: (mlywrrn) [updated] - Free Website: <HabboHeroAU>
Free Web Hosting: (veerumits) [updated] - Free Website: <vsinfotechsolutions.astahost.com>
Freewebs And Piczo - :) website thingys
Free Web Hosting: (sateduc) [updated] - Free Website: <sateduc.astahost.com>
Free Web Hosting: (hemanth) [updated] - Free Website: <wedding-invitation>
Question Related To Website - need Web page solution
Free Web Hosting: (tizo The Hedgehog) [updated] - Free Website: <sonicfamily.astahost.com>
Seo Material Website
Free Web Hosting: (ringling) [updated] - Free Website: <ringling.astahost.com>
Free Web Hosting: (heitan) - Free Website: <faulheit.astahost.com>
Free Web Hosting: (veerumits) [updated] - Free Website: <veerumits.asthost.com>
Free Web Hosting: (checkprogs) - Free Website: <checkprogs.com>
Free Web Hosting: (madtiago) - denied - Free Website: <pcvortex.astahost.com>
Free Web Hosting: (phdex) - Free Website: <www.englishprofessionals.net>
Free Web Hosting: (nelsontr4n) - Free Website: <teratran.astahost.com>
Effective Website Promotion Without Spamming! - Get traffic to your website without being a bad neighbor.
New Runescape Forums Website
Who Is Your Favourite Free Host? - what's your fav free host?
Boast Your Computers Specs. - Feel free to brag
Notebook Or Laptop? - What's the difference, if anything?
Server Os - What's the best?
What's The Difference Between Linux And Unix?!?
Whats The Last Dvd You Watch And Rate It Out Of 10
advertisement




Perl Vs Php - What's in your website?... and why?