
June 2nd, 2005
06:49 PM
with Mr. Jones
Status: Offline!
Originally posted by numnutz:
Can we have a tutorial on how to relate different tables together in php/mysql, hopefully with an example that we can play with.
I can do it in MS Access it's just drag and drop but PHP/Mysql leaves me stumped...
Thanks in advance
nn 
I'm getting there
___________________
http://www.philbrodeur.com - Expert PHP Development and Tutorials

June 2nd, 2005
07:40 PM
Web Developer & Geek
Status: Offline!
A guide (probably not tutorial) on making your code scalable, expandable and reusable. Because I always end up re-writing effectively the same thing becuase I make it too specific.
___________________


June 2nd, 2005
10:39 PM
Yeah, kiswa.
Status: Offline!
Originally posted by Dachande663:
A guide (probably not tutorial) on making your code scalable, expandable and reusable. Because I always end up re-writing effectively the same thing becuase I make it too specific.
I second that one!
___________________
www.kiswa.com
My attempt at articles for Neverside CodeBase: Part 1 Part 2 Part 3
(. )v( ·) <- The Webstandards Owl

June 3rd, 2005
01:57 AM
The Unorthodox Idiot
Status: Offline!
Originally posted by Benj:
Make a tutorial showing how to optimise your code for speed and security.
Also, I've always wondered what things like this do:
$ban_ip = ($db->num_rows($result)) ? $db->result($result) : '';
What's the "->", "?" and ":" for?
I'm already writing one of those. If somebody wants to do it with me, email milesrichardson@gmail.com.
___________________
Originally posted by blackmesa:
Okay! thats the last time i search up goatse on google

June 3rd, 2005
02:51 AM
Lost in Berkeley, CA
Status: Offline!
What agk (regex tutorial) and dachande (recyclable code) said.
Maybe a tutorial on how to organize yourself before actually beginning to code. I'm quite messy :P.
___________________
There is no theory of evolution. Just a list of creatures Chuck Norris has allowed to live.

June 3rd, 2005
10:36 AM
Ok, this is a must. Someone needs to write a tutorial on OOP in PHP5, so I can finaly understand the point of it.
___________________
// Ben

June 3rd, 2005
11:10 AM
Nwitzian Theory
Status: Offline!
Upgrading from PHP 4 to PHP 5.
I've read the book after upgrading from v4 to v5, but being the usual me.. i cannot get it.. a guide on what's new in php 5 and what's removed in php 5 would be good.
The OOP thing in PHP 5 is pretty easy. i read a book about it.. maybe i'll post it later.
___________________
"Hold on to your dreams and don't let go; it would come true one day."

June 3rd, 2005
04:13 PM
with Mr. Jones
Status: Offline!
OOP syntax may be easy, but doing it right and getting all the concepts down? No "easier" then PHP4 whatsoever. It actually takes effort to go and learn everything that you need to know - I mean, I've been doing pretty much all OOP for about a year and I'm still learning stuff.
http://www.php.net/manual/en/migration5.php
http://www.sitepoint.com/article/coming-soon-webserver-near
PHP5 mainly fixes references, adds some sorely needed OOP stuff (abstract, private, public, final, exceptions, etc), a decent XML reader.
___________________
http://www.philbrodeur.com - Expert PHP Development and Tutorials

June 5th, 2005
03:01 AM
Neverside Newbie
Status: Offline!
I would like a tutorial that explains sparsing an XML in PHP4.
___________________
Content Is King