View Single Post
  #19 (permalink)  
Old 06-29-2008, 10:44 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 10,850
Last Blog:
PHP Security: Temporar...
Credits: 1
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Prewritten Scripts

Quote:
Originally Posted by TcM View Post
Nah, I'm quite good with that
Never had problems, unless the script is encrypted....
Wait until you have to modify badly written PHP code..

Quote:
Originally Posted by Xav View Post
You're better than me - I call myself a PHP coder and I've never even touched MySQL... I'm ashamed of myself.
There are tons of things you can do without a database in PHP. However, PHP and MySQL (or Oracle, MsSQL, or any database) go hand-in-hand when used for website development.

Quote:
Originally Posted by chili5 View Post
I know how to create simple databases but nothing complex yet, maybe i should get a mysql book, so i can make some of my script use database but i do know how to and create databases and tables and insert and select data from databases but not so much how to use the data with PHP yet.
SQL is fairly easy. You could probably learn it quickly in a couple of hours using web tutorials.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote