Nov 22, 2009

Dynamic Site Design - Where Do I Start ?

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

Dynamic Site Design - Where Do I Start ?

anime princess
I am new to php. I have some programing background in html, javascript, and c++ but have never done anything in php
Can someone reccomend some good sites or books etc that can help someone who is completely new?

My ultimate goal is to make a game like/similar to ponyisland.net

Comment/Reply (w/o sign-up)

Houdini
An online Book that is pretty comprehensive from the ground up. It is bookmarked in my browsers. Great reference with good examples and explainations. Here is a link to it HERE. Hope that will be of some value, you also might want to go to the main PHP site and look at the manual. You can get there at this LINK

Comment/Reply (w/o sign-up)

Quatrux
for start, you also could browse this site: http://www.w3schools.com/php/default.asp it is not so bad, and is easy to understand for a beginner, but if you want to go deep into php, read a book. But I think with time and practice you will learn it, it is not so hard, especially when you have some basic knowledge of programming. wink.gif

Comment/Reply (w/o sign-up)

finaldesign
I recommend to buy a book, It should do the trick, one of Oreilly series, these are the best around, but any other book related to general usage and learning of PHP would be good to.
Nice place to start is also google, and just search for free php scripts directories. It's often good to find scripts that are working, and looking at their code might give you idea on how to do stuff in php.

Comment/Reply (w/o sign-up)

Hercco
How well do you know C/C++?

If you are familiar with C, you'll find PHP easy to learn. At least I did. Basically all I did was read a magazine article that got me interested and then I started doing some simple scripts and used PHP.net as guide.

Anyways if you don't have much C experience I'd recommend getting a book.

Comment/Reply (w/o sign-up)

CrazyPensil
Actually, I agree with Hercco About that if you know C/C++ well enough, your work with PHP will be quite easy&successful. I've studied PHP for 2 days only by a little 180 rubles(about 6$) book and could easiy do this one(no shedules, only my fingers wink.gif ). And if you remember my litle age, you'd understand that creatin' cool sites is quite simple.
Just to answer your question, I'd tell you that for the dynamic design you need CSS much more than PHP, Since in couple with JS, CSS gives DHTML, which is the most powerful one for creatin' dynamical sites. So, you shold stidy all)))

And, by da way, that "ponyisland.net" is a very weak in programming. http://neverlands.ru is much better.

Comment/Reply (w/o sign-up)

jlhaslip
Check the Astahost link off the menu here: http://www.jlhaslip.trap17.com/template/index.php

Comment/Reply (w/o sign-up)

CrazyPensil
jlhaslip, that page is such a silly one... Aren't you makin' a joke?

Comment/Reply (w/o sign-up)


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*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : dynamic, site, design, start

  1. Dynamic Php Image And Better Php Code Question
    (10)
  2. Dynamic Gd Image
    (2)
    I dont know if someone already made a topic like this, however it's not hard to understand if
    you can php, as many know we need to start a php script with CODE and end with CODE ?>
    to make a image you need a image type, I choos .png because its much cleaner then .jpg CODE
    header("Content-type: image/png"); for the background for the image we need this code CODE
    $image = imagecreatefrompng("http://www.imagefilez.com/out.php/i252132_Userbar.png"); if we wont
    a text in the image we need a font color, we get our font color from HEX values ....
  3. Should This Great Site Offer Imagemagick ?
    May be the admin of this site think over it. (3)
    Hi As we all know that this website is very good and offering good services. I just wanna know if
    other people also want ImageMagick to be installed on this server with free accounts... so please
    let me know and lets check if the Admin of this site can isntall it..... Fun....
  4. Need Help Is Adding A PHP Based News Module To My Site
    (2)
    Hey guys i need a simple help i'm builing a homesite and i have a little spot for news. Well i
    just place there the Topics and add a link to another page "news.php". Well its obvious that i dont
    want to build a file for each news that i have so i know that exists a way to work with SQL & PHP. I
    will show want i'm doing CODE        require ('mysql.php');       
    $query="SELECT * FROM News ORDER BY `data` ASC LIMIT 0,5 ";        $result=mysql_query($query);
               $num=mysql_num_rows($result); mysql_close(); echo " Outras Other News "; $i=....
  5. Multilingual Site: Send The User To Page Of Choice
    (6)
    If you have one site in diferent laanguages, this simple script can redirect the user to the correct
    page acording to his/her language: CODE // Enslish EUA elseif ($HTTP_ACCEPT_LANGUAGE ==
    "en-us"){ header("Location: index_eng.html"); } // Inglês UK elseif ($HTTP_ACCEPT_LANGUAGE ==
    "en-gb"){ header("Location: ingles_enuk.html"); } // Portuguese if ($HTTP_ACCEPT_LANGUAGE ==
    "pt-br"){ header("Location: index_ptbr.html"); } //German elseif ($HTTP_ACCEPT_LANGUAGE ==
    "de-de"){ header("Location: index_ger.html"); } // Swedish elseif ($HTTP_ACCEPT....
  6. Using Bitflags To Restrict Site/page Permissions
    (1)
    My professor is designing a website that uses bit-flag checking to allow access to certain pages.
    You login, validate login, and store their allowed bit flag into a session variable. Then you
    compare to see if they have access or not. It's fairly new to me, but it's apparently very
    common with linux users. Sounds interesting to me, just wondering if any one has used this, or is
    it a little too much for simple pages. His site however is going to be more of "software" for
    several users. Is it very secure and does it work well?....
  7. How To Use Cookie In Your Web Site ?
    this semple code to use and get cookie (1)
    what is the cookie ? the cookis it is some info sent and save in user computer whare i can use the
    cookies? becouse the cookies it like the header you can not send it after any output wes sent so
    you must send the cookies before any output like as ,echo and any other code i well make an E.X.
    to use the cookies you must have 2 file index.php update.php ---------- in the index.php add this
    code CODE    // This section must go at the top of the page that will display    // the
    users favorites.  These are the 'default' URLs that the user    // will se....
  8. Do You Want A Mail Form In Your Site
    (2)
    Notice from m^e: Repeat post. Credits reduced by 5 days. Learn to USE
    THE SEARCH BUTTON before you make such posts. did you want to have in your web site mail form
    that allow the user to send mails to anther mail from his mail e.g. the compose in yahoo CODE
    from to cc bcc subject
    function param($Name)         {         global
    $HTTP_POST_VARS;         if(isset($HTTP_POST_VARS ))            return($H....
  9. Own Links On Site
    (6)
    I'm thinking of having some kind of system so the users can register and then put up their
    links. Everything should be saved in some kind of database. Anyone now any tutorial or guide or
    something like that of how to do that?....
  10. PHP Based Site Access Authentication - Help
    How to block parts of your web-site ?? (4)
    How can i program my web page using php that when the value of the login box is equal to some string
    then go to my success.html otherwise on my fail.html????help me guys!
    ------------------------------------ It would help the readers far better to understand what your
    problem is - if you state the nature of it in short in your topic title, instead of just "Php help".
    It'll also get you a lot more responses. Am changing your topic title to give you an example.
    All the best /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> m^e....
  11. Site Counters - Help Needed
    (13)
    I want a good Site counter(to keep track of visitors) for my site..... can nebody temme.....
    where will i get free stuff on this... (dont ask me to google..and try out..i am doing that..just in
    case u know someplace) OR Can how do i design my own (which seems quite....difficult for me) Plz
    help!! Satya....
  12. Php Script To Download File From Another Site
    (11)
    hi i need a php or java script code for downloading files from other sites to my site for example:
    http://download.com/file.zip to http://mysite.com/file.zip thanks....
  13. How Do U Make Members Only Web-site
    (7)
    how do u make it that only a member of that site can view that page?....

    1. Looking for dynamic, site, design, start

See Also,

*SIMILAR VIDEOS*
Searching Video's for dynamic, site, design, start
advertisement



Dynamic Site Design - Where Do I Start ?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com