Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > Putting it Together > Forums, Blogging and Content Management

Reply
 
LinkBack Thread Tools
Old November 14th, 2007, 11:55 AM   #1
Reputable Member
SuperMember
 
Emzi's Avatar
 

Join Date: Sep 2007
Location: Manchester
Age: 26
Posts: 182
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Altering Power: 0 Emzi is on a distinguished road
Any decent PHP/MySQL programs out there?

Hi all,

I'm currently developing a project using PHP and MySQL although to be honest, I'm not that great on either of these things and am resorting to using Dreamweavers automatic queries/codes etc. Which is ok, but it's giving me a bit of a headache - and to top it all off, Dreamweaver has decided to crash on me on one particular file that I need to edit (which I'm now having to use notepad to edit - which would be fine if I were an expert at PHP).

Annnywayyy... are there any programs similar to Dreamweaver in that it automaticallly does the PHP code for you but not as bad as Dreamweaver in terms of crashes / unreliability? A program that's merely aimed at PHP/MySQL users??

I'd really appreciate it if anyone could point me in the right direction here.

Thanks
Emzi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 14th, 2007, 11:59 AM   #2
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,607
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
Re: Any decent PHP/MySQL programs out there?

There was one that was suggested a few weeks back

Code Lobster ... check the HTML Editors thread for the link ... I think it's the last post.

As for MySQL ... it's a database so ... there's no "software" that you use. You just need to learn how to make SQL statements which is pretty easy. Just look up the documentation online.
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 14th, 2007, 02:40 PM   #3
WebForumz Admin Badge
SuperMember
 
Marc's Avatar
 

Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
Rep Altering Power: 89 Marc is just really nice Marc is just really nice Marc is just really nice Marc is just really nice
Re: Any decent PHP/MySQL programs out there?

To run the SQL statements i use TOAD which i find very helpful! It also highlights brackets for you .
__________________
Regards
Marc
Administrator - Webforumz.com

Web Design and Development Blog - Marc Fraser
Marc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 14th, 2007, 03:06 PM   #4
Most Reputable Member
 

Join Date: Dec 2006
Location: San Francisco
Age: 59
Posts: 1,565
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 sannbe is a jewel in the rough sannbe is a jewel in the rough sannbe is a jewel in the rough sannbe is a jewel in the rough
Re: Any decent PHP/MySQL programs out there?

I personally use Xampp for SQL/PHP. It gives you them plus an apache server to test on. I originally tried to install them individually, but my lack of knowledge made it impossible. http://www.apachefriends.org/en/xampp.html
sannbe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 14th, 2007, 03:15 PM   #5
WebForumz Admin Badge
SuperMember
 
Marc's Avatar
 

Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
Rep Altering Power: 89 Marc is just really nice Marc is just really nice Marc is just really nice Marc is just really nice
Re: Any decent PHP/MySQL programs out there?

Yep, i use that aswell Sara (sannbe) - great tool! I only use TOAD to connect to the MySQL Database and execute, create, drop tables .
__________________
Regards
Marc
Administrator - Webforumz.com

Web Design and Development Blog - Marc Fraser
Marc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 14th, 2007, 04:47 PM   #6
New Member
 

Join Date: Nov 2007
Location: England
Age: 19
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 AcidCorrosion is on a distinguished road
Re: Any decent PHP/MySQL programs out there?

I currently use WAMP plus something called phpDesigner professional 2007. I got the program from my friend, and the validation can prove pretty useful.

WAMP is your basic apache server, with mysql, php,python,perl. Easy to setup, easy to use
AcidCorrosion is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 11th, 2007, 04:35 PM   #7
New Member
 

Join Date: May 2007
Location: Michigan
Age: 29
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 prizm is on a distinguished road
Re: Any decent PHP/MySQL programs out there?

Quote:
Originally Posted by sannbe View Post
I personally use Xampp for SQL/PHP. It gives you them plus an apache server to test on. I originally tried to install them individually, but my lack of knowledge made it impossible. http://www.apachefriends.org/en/xampp.html

Wow, that program is awesome! Thanks so much!
prizm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 11th, 2007, 04:46 PM   #8
Reputable Member
 
JustinStudios's Avatar
 

Join Date: Mar 2007
Location: USA
Posts: 402
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 JustinStudios is on a distinguished road
Re: Any decent PHP/MySQL programs out there?

Xampp isn't bad but then again I stay away from code done by others as much as possible. I like to make my own code and build my own library because 1) I know it works, and 2) I know what each thing does and how they do it PLUS I got a listing on what values it returns and how. Also, I do Object Oriented Programming and most of these "add component" is bloated and isn't very OOP friendly.

BTW MySQL does have a easy to use program, it's called PHPMYAdmin.. You can install this on your "server" your running Xampp on. It makes database creation as easy as click and select.
JustinStudios is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 11th, 2007, 04:49 PM   #9
WebForumz Admin Badge
SuperMember
 
Marc's Avatar
 

Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
Rep Altering Power: 89 Marc is just really nice Marc is just really nice Marc is just really nice Marc is just really nice
Re: Any decent PHP/MySQL programs out there?

I used to use PHPMyAdmin but it was far too slow and annoying. Toad is a lot, lot better!
__________________
Regards
Marc
Administrator - Webforumz.com

Web Design and Development Blog - Marc Fraser
Marc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 11th, 2007, 04:52 PM   #10
New Member
 

Join Date: May 2007
Location: Michigan
Age: 29
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 prizm is on a distinguished road
Re: Any decent PHP/MySQL programs out there?

Yes, phpMyAdmin works well and comes with the Xampp package. It looks to be for those lacking knowledge in that area like me. I'm just learning so it helps to see the generated code to learn from. It's a start...
prizm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old December 11th, 2007, 04:57 PM   #11
Reputable Member
 
JustinStudios's Avatar
 

Join Date: Mar 2007
Location: USA
Posts: 402
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 JustinStudios is on a distinguished road
Re: Any decent PHP/MySQL programs out there?

Never used Toad before.. Looks neat Ima try it out :P
JustinStudios is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Struggling to find a decent Popup Script christopher JavaScript 4 April 6th, 2008 04:22 PM
Decent Affiliates Systems? Emzi How is this done? 3 October 9th, 2007 09:21 AM
Why does my site only look decent in IE6? jjgamepro17 HTML, XHTML and CSS 13 May 10th, 2007 05:14 PM
Create Decent Calendar?? joshlindem HTML, XHTML and CSS 4 November 21st, 2005 08:50 AM


Search Engine Optimization by vBSEO 3.2.0 RC8