Closed Thread Icon

Topic awaiting preservation: please recommend tutorial for php beginner on retrieving data from mysql (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12641" title="Pages that link to Topic awaiting preservation: please recommend tutorial for php beginner on retrieving data from mysql (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: please recommend tutorial for php beginner on retrieving data from mysql <span class="small">(Page 1 of 1)</span>\

 
shattered
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2003

posted posted 03-09-2003 06:03

Hey all,
Can anyone recommend a good tutorial for a php beginner, preferablly specifically on retrieving data from database (mysql) and manipulating datas from mysql (deleting, editing or adding a table) through PHP.
Thanks!

AT
Bipolar (III) Inmate

From: Louisville, KY, USA
Insane since: Aug 2000

posted posted 03-09-2003 07:20

When I was starting out I loved the manual (still do) http://www.php.net/manual/en/ref.mysql.php
http://www.mysql.com/doc/en/Tutorial.html

Keep in mind, you may see a query you want to perform on MySQL's site, so all you'd have to do is
mysql_query("SELECT * or whatever");
http://www.devarticles.com/art/1/23
This is alright, not too bad...

Anyways, happy coding... I'm sure others can help you out more

shattered
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2003

posted posted 03-09-2003 08:20

Hi AT,
yes that's what I was doing, using mysql_query function... but I'm still a little lost...
Thanks for the links!

Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 03-09-2003 09:30

I've just started doing this myself. I downloaded a few Video Training Manuals from http://www.3dbuzz.com

Great resource, goes through everything, creating user accounts in MySQL, creating databases, creating tables, linking into PHP, creating queries and data manipulation. Just sign up and download.

Got any questions that you need answered now? you can email me at skaarjj@email.com, or contact my on ICQ on 68471487...good luck.

shattered
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2003

posted posted 03-09-2003 09:50

Thanks Skaarjj for the link, but where did you find the video training manuals? I searched high and low for it, but couldn't find it.

Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 03-09-2003 10:45

Well, you have to sign up to their site first, and then log in. When you log in the login section is replaced with another menu, go to the downloads section from there.

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-09-2003 19:19

http://www.gurusnetwork.com/tutorials/php/dynamic_php_mysql_1.html



shattered
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2003

posted posted 03-09-2003 22:05

Thanks Skarrjj for the video link, they are indeed helpful!
Thank you DL-44, I'm reading it right now.
Thanks everyone!

Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 03-10-2003 11:33

http://hotwired.lycos.com/webmonkey also has some very good PHP tutorials under their programming section.

« BackwardsOnwards »

Show Forum Drop Down Menu