browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need PHP help?

Get answers from our community of PHP experts on BYTES! It's free.

2 questions: 1) learning PHP/MySQL 2) writing XML

KJ
Guest
 
Posts: n/a
#1: Oct 16 '06
Hello All,

I am new to PHP/MySQL development. I have a lot of experience with
ASP.NET. I need some help/direction with the following:

1) Learning PHP and MySQL, especially

2) Learning how to write to (and read from) MySQL databases and writing
out XML documents using MySQL data

Helpful links are greatly appreciated.




Johnny
Guest
 
Posts: n/a
#2: Oct 16 '06

re: 2 questions: 1) learning PHP/MySQL 2) writing XML



"KJ" <n_o_s_p_a__m@mail.comwrote in message
news:1161019406.438858.22380@m7g2000cwm.googlegrou ps.com...
Quote:
Hello All,
>
I am new to PHP/MySQL development. I have a lot of experience with
ASP.NET. I need some help/direction with the following:
hehe moving over from the dark side.... you'll be amazed at how good the
documentation is for PHP
Quote:
>
1) Learning PHP and MySQL, especially
>
http://www.php.net/ a wealth of info such as http://www.php.net/links.php
which has a whole section on tutorials


and various at http://www.zend.com/
Quote:
2) Learning how to write to (and read from) MySQL databases and writing
out XML documents using MySQL data
>
http://devzone.zend.com/node/view/id/884

http://www.zend.com/codex.php?CID=15

and here's a real pearl which specifically addresses what you want to do:
http://www.zend.com/zend/spotlight/xml-sql-aug.php

Quote:
Helpful links are greatly appreciated.
>
also lots of books at your local library

welcome to PHP :-)


R K
Guest
 
Posts: n/a
#3: Oct 16 '06

re: 2 questions: 1) learning PHP/MySQL 2) writing XML


It's all in the manual:
http://www.php.net/manual/en/

If you want something more like ASP.NET, start with a decent
framework:
http://www.achievo.org/atk

(atk is up higher than .net in that it is all codebehinds, so to
speak. apart from the themes, there are no "pages" with tags in them
to worry about. that said, embedded smarty, scriptaculous, fckedit)

KJ
Guest
 
Posts: n/a
#4: Oct 16 '06

re: 2 questions: 1) learning PHP/MySQL 2) writing XML


ATK looks cool, I'll definitely be investigating that further.

By the way, my target platform is Mac OS X, and I'm wondering if MySQL
is the best choice. My first choice for a free DB server would be
Oracle 10g Express, but it doesn't run on Mac.

For a second choice, would you recommend postgresql over MySQL? I am
partial to writing stored procedures...


R K wrote:
Quote:
It's all in the manual:
http://www.php.net/manual/en/
>
If you want something more like ASP.NET, start with a decent
framework:
http://www.achievo.org/atk
>
(atk is up higher than .net in that it is all codebehinds, so to
speak. apart from the themes, there are no "pages" with tags in them
to worry about. that said, embedded smarty, scriptaculous, fckedit)
R K
Guest
 
Posts: n/a
#5: Oct 17 '06

re: 2 questions: 1) learning PHP/MySQL 2) writing XML


I don't know. Stick with MySQL, that was your original question.
Then try out phpMyAdmin, that will set the standard in your mind for
what constitutes a useful tool. If you're new to all this
stuff...later try out the other databases.

Closed Thread