Jump to content

Photo

...


  • Please log in to reply
7 replies to this topic

#1 Julia

Julia

    Byte

  • Members
  • 34 posts
  • LocationMars

Posted 19 July 2012 - 10:46 AM

...



#2 SpleenBeGone

SpleenBeGone

    Deer Leader of the Goriest Revolution

  • Administrators
  • 14,951 posts
  • LocationHouston

Posted 19 July 2012 - 11:06 AM

I believe apache has some simple stuff on their site. Generally I just google "*Subject of what I want to do* php tutorial"
nmjUGDL.jpg

#3 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 24 July 2012 - 06:41 AM

Here's where I started out, several years ago.

Rumors of my demise have been greatly exaggerated.


#4 Julia

Julia

    Byte

  • Members
  • 34 posts
  • LocationMars

Posted 25 July 2012 - 12:11 AM

Thank you so much. I have been starting to read the link you gave me its great. Exactly what I was looking for.

#5 Bell

Bell

    Byte

  • Members
  • 40 posts
  • LocationNorway

Posted 25 July 2012 - 02:10 PM

http://www.scripting...ads/PHP_Ebooks/ :)
this drink, I like it! another!

#6 ITblasters

ITblasters

    Byte

  • Members
  • 53 posts

Posted 20 February 2013 - 01:00 AM

I think you try alison.com here is many lectures on php and another languages...

#7 jamescarter

jamescarter

    Bit

  • Members
  • 2 posts
  • LocationIndia

Posted 22 April 2013 - 05:43 AM

Hey, There are so many website available that provide great tutorial for learning PHP. As per the PHP concern i would like to say that w3schools is one of the best website to learn PHP. This website provide great tutorial for PHP that might be very useful for you.

#8 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 29 April 2013 - 01:55 PM

Learn to do this stuff:

 

1.) Write a cURL request to pull some data from the web.

2.) Use associative arrays to hold the data.

3.) write it to disk via XML.

4.) Read XML from disk back to associative array.

5.) convert associative array into JSON. 

6.) display json in web page using javascript library like extJS, jQuery, etc.