132 Replies - 42358 Views - Last Post: 25 April 2012 - 09:48 AM
Topic Sponsor:
#121
Re: Request a PHP Tutorial
Posted 11 May 2011 - 03:22 PM
Hello, has anyone considered a tutorial into the Standard PHP Library (SPL)? Apparently, there are a lot of good and useful things within SPL, but I can't seem to grasp it easily. Especially iterators... so confusing. Thanks!
#122
Re: Request a PHP Tutorial
Posted 11 May 2011 - 10:35 PM
I have slightly touched the matter for databases in one of my tutorials, so I guess I could write one for Iterators in general (if I have an idea and the time).
#123
Re: Request a PHP Tutorial
Posted 08 December 2011 - 06:51 PM
After skimming the current PHP tutorials, I couldn't find one related to this, so I guess I'll post it here 
It would be awesome if someone wrote a tutorial showing how PHP can be used to find, store, and display links(or other information) on its own page. For example, a script that finds the the n most recent posts on Dream In Code(found at the bottom of the home page) and displays them on its own web page, including both the link and title of the thread. Would definitely be worth the read!
It would be awesome if someone wrote a tutorial showing how PHP can be used to find, store, and display links(or other information) on its own page. For example, a script that finds the the n most recent posts on Dream In Code(found at the bottom of the home page) and displays them on its own web page, including both the link and title of the thread. Would definitely be worth the read!
#124
Re: Request a PHP Tutorial
Posted 08 December 2011 - 07:00 PM
actually that’s pretty simple. all you need is a sensible DB setup. then it is as easy as doing SELECT post_id FROM posts ORDER BY timestamp DESC LIMIT ? and a proper way to display the post info from the retrieved post ids.
#125
Re: Request a PHP Tutorial
Posted 08 December 2011 - 07:08 PM
Hmm, interesting. I have just started looking into PHP and AJAX(I know HTML, CSS and Javascript fairly well, and am moving on to server-side languages now) and have had an idea for a while on how to approach something like this, as well as a (failed) attempt at it. Would you be interested in discussing this in more detail via PM?
#126
Re: Request a PHP Tutorial
Posted 08 December 2011 - 07:28 PM
why not making it a thread? the more the merrier.
#127
Re: Request a PHP Tutorial
Posted 08 December 2011 - 08:06 PM
Alright, will do! It'll have to be tomorrow morning, though. Expect a new thread from me by tomorrow!
#128
Re: Request a PHP Tutorial
Posted 14 April 2012 - 10:59 PM
anyone of you guys can tell any site that i can learn anything or everything about php because i am a beginner that i want to learn php reply please
#130
Re: Request a PHP Tutorial
Posted 19 April 2012 - 09:08 AM
Hello,
I'm having difficulties grasping OOP. I was wondering if anyone had some working up-to-date code on a basic OOP login example using PDO for the mysql connection.
There are a lot of tutorials on the web on OOP within PHP, but none really are practical examples.
Any links to documentation is much appreciated, thanks!
I'm having difficulties grasping OOP. I was wondering if anyone had some working up-to-date code on a basic OOP login example using PDO for the mysql connection.
There are a lot of tutorials on the web on OOP within PHP, but none really are practical examples.
Any links to documentation is much appreciated, thanks!
#131
Re: Request a PHP Tutorial
Posted 19 April 2012 - 11:02 AM
did you check our tutorials section? there are plenty of articles about PDO, OOP and Logins.
#132
Re: Request a PHP Tutorial
Posted 20 April 2012 - 03:17 AM
Dormilich, on 19 April 2012 - 11:02 AM, said:
did you check our tutorials section? there are plenty of articles about PDO, OOP and Logins.
Oh damn haha!
I've found this topic which explains an authentication model in OOP php. Very good article, just hard for me to insert the database related stuff; keep getting errors
#133
Re: Request a PHP Tutorial
Posted 25 April 2012 - 09:48 AM
I am searching tutorial for learning e-commerce sites using php(oop), mysql and jquery. I can't find any tutorial. Maybe free or paid. Shortly I'm looking for video tutorial about writing e-commerce sites.
Similar to: http://www.udemy.com...mmerce-website/
Similar to: http://www.udemy.com...mmerce-website/
|
|

New Topic/Question
Reply





MultiQuote




|