Search results

  1. A

    [PHP]after learning the basic of PHP , what's the next step?

    im talking about what's the next book,tuts,references,etc note : PLEASE BE SPECIFIC, and please provide some links for it i already know : 1-regular expressions 2-some MySQL things(INERT, ALTER, DELETE, INNER JOIN), also i can manage the database(little bit) 3-GD library 3-i can secure my...
  2. A

    [PHP] whats are benefits of using "session cookies"?

    like this one: $_COOKIE[session_name()] and why would i even use it, i'm little bit confused :/ i'm not asking about the sessions only or cookies only..my question is about the $_COOKIES[session_name()] i need to know what will this peace of code do for me.. Thanks anyways!
  3. A

    [PHP] can someone explain me how URL's are generated using $_GET array(i think)?

    i saw some PHP code examples that generate URLs for removing things(usernames, high score) i think they used some $_GET's in that code but i didnt understand it..can someone help me please? i think they use a page that refers to the delete page and pass information to it , so we can delete it
  4. A

    is there any free websites with the ability to create custom codes(php,html,etc)?

    also databaes i can manage by myself i dont want ready free websites i wanna make them by myself where i can find them?
  5. A

    is it possible to write PHP/any programming language code using a phone?

    Would be epic! @bugs well...im just wondering
  6. A

    Is it okay to learn PHP in Procedural way?

    why would i learn PHP in OOP way? and why would i learn PHP in Procedural way? what are the difference's? which one you think is better? why?
Back
Top