Jump to content

Leaderboard

  1. Lock Down

    Lock Down

    Rising Star


    • Points

      1

    • Posts

      1,035


  2. Jrock

    Jrock

    Retired Staff


    • Points

      1

    • Posts

      612


  3. Chance

    Chance

    Explorer


    • Points

      1

    • Posts

      92


Popular Content

Showing content with the highest reputation on 09/17/2013 in all areas

  1. PHP Tutorial For Noobs Knowing Html Is enough to follow this tut guys, Im also a noob in PHP at this moment [ 18 : 9 : 2013 ] But now ive set my mind to know fully about php and also decided to share my learning notes with u guys. Ive been an IPB user for a while and ive always depended on my friends to help me out with php codes, so ive decided to learn php now, i know html and css, according to results from google i guess its enough to learn php. Im going to learn Php on my own from today using video tuts and ive decided to post the day to day notes i take and upload daily example php files i create while learning php so that it might be helpful for others learning php. Please dont give any bad comments guys, my friend said that if i maintain a page in any online forum for this then atleast for the sake of updating the thread i will finish the day to day course and that sounded like a good suggestion for me so im doing this. And also Noobs in php like me will get ideas from some masters in this language. @All php masters if u find any mistakes done by me during my period of course kindly correct me and if u have any suggestions or tips for me feel free to post here. Wish me luck to finish the course guys . Note : Everything i post here is fully typed ( imp notes indicated ) by me while following large video tuts, its not a copy paste from anywhere. and i use video tuts from 2 sources to cross check them both before posting notes here. If u wanna know about simple stuffs like what is php and what it can do, etc go to ( If below link is not allowed kindly remove it ) PHP opensource Official pagehttp://in3.php.net/manual/en/intro-whatcando.php Ps : My friend gave me a 8GB video content files which contains webdesigning tuts, if u know any online sites which gives full core info about the program please guide me towards it also. Thanks. Edit : Thanks Admin for approving this thread .
    1 point
  2. xD no id like to try them myself but if i fail id like the offer of a hand there for me
    1 point
  3. I shall remember that haha. Your go XD
    1 point
  4. Thanks Admin for Approval and motivation. Also if i do any mistakes please correct me, i already have 2 warning points due to my carelessness. Thanks again 1 Basics of programming concepts * Php is a serverside programming language. * Programming languages has its own special rules n special words that it uses , it tells comps / servers what to do, Eg of programming languages are java, php, ruby, pearl, etc. * Why do we have so many programming languages. We have different dedicated vehicles like trucks, buses, bikes, etc to do specific works like wise we use different programing language to do specific tasks. * Php was designed to create database-driven websites (Dynamic websites). * Most programming languages - Have a specialty - something its really good at. - Can do many things other languages can do. Eg : We can create dynamic sites even using pearl but php is best suited for this job. * Once uve learnt one programming language like php, u would have learnt a lot about lot other languages, php has lot in common with pearl, java, ruby n so on. Learning php make ur path to learning other programming languages easier. .................................................................................... 2. Difference Between Serverside n Clientside Programming Languages. - PHP, ASP, JSP, Colfusion are serverside programming languages, which means all processes related to it run on the server ( Webhost ). * Engines in server side are just programs, A PHP engine is just a program in server that understands and processes php code from browser and sends back processed data as a html code page to the server. Eg : When u click a .php page browser sends the request to server -> server sends the request to PHP engine -> Php engine understands the php codes, interprets / Processes it and sends simple html code page to the server -> The page is sent to our browser. Same happens with .asp or any other server side program pages, only difference is that server sends them to their appropriate Program engine located in server. * Due to this if u try to view the source of a php site ull only see html codes not php codes - JavaScript is a Clientside programming languages which means All processes run on your browser in computer / gadgets. .................................................................................... 3 Setting up ur pc to test PHP Files If u just open ur created php file directly without installing any of the below steps, the browser will just show the raw php code since php is a server side language and needs a php engine to interpret it to html suited for browsers. You can test ur created php examples in different ways, Just Google the 1st or 2nd programs below they are free to download. 1. Mac users can use XAMPP. 2. Windows users can use WAMP. 3. Or u can just upload ur files to ur Webhost. * I would suggest u to install either XAMPP or WAMP which is easy for testing / learning purposes, Since im using windows ill be using WAMP. * After installing XAMPP or WAMP, double click the installed program to run it, check ur taskbars notification area, youll see a new green color icon meaning WAMP is up n Running now. * XAMPP users have to drop ur php files in xampphtdocs folder. * WAMP users have to drop ur php files in c:wampwww - u can create folders inside www folder for separate testing projects. - After Wamp has started, Open ur browser and go to url http://127.0.0.1/, itll open the homepage of Wampserver. - All ur Project folders in c:wampwww folder will appear under Your Projects in home page of Wampserver, u can click the folder of any project to view / execute / test the php file in it.
    1 point
  5. Just edit the template topic view => post find <div class='post_body'>change to <php>if(($post['post']['post_count']%2)==0){$color='lightgreen';}else{$color='lightblue';}</php> <div class='post_body' style='background-color: {$color};'>
    1 point
  6. Okay, i'v finally install IP.COntent sucessfuly... i'm really lazy to all describe here... it's very loooong...
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...