catslic
May 6 2008, 01:11 PM
| | hi there guys,
from my previous posting, i am a noob in php and mysql programming. I want to know if there are any php and mysql editors which are best for me as a noob.
i appreciate your kindness
|
Comment/Reply (w/o sign-up)
electriic ink
May 6 2008, 05:39 PM
Use Notepad. You'll learn best and quickest that way because you won't have some program filling in function names and with cut-and-paste PHP code, doing half the work for you. It will force you to do it all yourself.
Comment/Reply (w/o sign-up)
alex7h3pr0gr4m3r
May 6 2008, 05:57 PM
QUOTE(electriic ink @ May 6 2008, 10:39 AM)  Use Notepad. You'll learn best and quickest that way because you won't have some program filling in function names and with cut-and-paste PHP code, doing half the work for you. It will force you to do it all yourself. Although I do agree with you, I do think new programmers can benefit from an IDE that color-codes their code for them. I use one that color codes and completes my code but I turned off the auto function complete feature so it only color codes the page, and it is so much easier to read through the code.
Comment/Reply (w/o sign-up)
jlhaslip
May 6 2008, 06:05 PM
truefusion
May 6 2008, 11:07 PM
I've always recommended Geany as an editor. By "MySQL editor," do you mean one that edits the database or do you mean a subset of PHP (i.e. PHP MySQL functions)? If the former, then try the MySQL Query Browser. If the latter, then Geany.  QUOTE(electriic ink @ May 6 2008, 01:39 PM)  Use Notepad. You'll learn best and quickest that way because you won't have some program filling in function names and with cut-and-paste PHP code ... Actually, auto complete doesn't degrade the learning process, for if you don't know what the function does or how to use it, what would be the point in selecting that function except to pause and look it up? Also, the auto complete feature is a good learning tool, as it introduces other functions that the person may have not even known existed. But i agree on the copy and paste part.
Comment/Reply (w/o sign-up)
delivi
May 7 2008, 01:32 PM
I'd recommend the Eclipse PHP editor also known as Eclipse PDT (PHP Development Tools) It is based on the Eclipse IDE and the official PHP Editor with support from Zend, the company promoting PHP. Official Eclipse PDT (PHP Development Tools) download siteDownload the All-in-one package contianing all the required components to run Eclipse PHP Editor from ZendWatch Video Tutorials on how to install Eclipse PDT, * Part 1 * Part 2Useful Links, * Eclipse PDT FAQs * Tutorial on Installing Eclipse PHP Editor
Comment/Reply (w/o sign-up)
tracdoor
May 22 2008, 08:24 PM
I used Notepad, its the only way to learn to start off with, if you use something like Frontpage or Dreamweaver its like having an interpreter, its saying to you; "why learn the language when you can get something to do it for you", once you've used Notepad and got with the concept of all the coding, move onto something like Notepad++, its easier if you have long scripts as it can check curly brace matching etc... (gets VERY annoying trying to do it on Notepad). Good luck anyway, like I said, the only way to learn a langauge is by practise, not getting something to do it for you.
Comment/Reply (w/o sign-up)
(G)jcbones
Dec 28 2008, 07:28 PM
Notepad is horrible for coding, but I would suggest Programmers Notepad 2. It's what I use, and it recognizes all languages, so there is no need for any other.
Yes, you can turn off auto complete, color the line your working on, turn on or off line numbers, etc. It also recognizes which language your coding in, by the opening tags.
-reply by jcbones
Comment/Reply (w/o sign-up)
(G)Stas
Aug 31 2009, 08:20 AM
Free PHP IDE
Best Php And Mysql Editor For Noobs
I suggest everyone new free PHP IDE - Codelobster PHP Edition
It has also Drupal, Joomla, WordPress, Smarty and JQuery plug-ins.
-reply by Stas
Comment/Reply (w/o sign-up)
Kirkland
Sep 4 2009, 09:24 AM
I use phpED for php. I started with notepad but sometimes its hard to see mistakes you've made in notepad! I also like how the code is colour coded on phpED compared to notepad.
Comment/Reply (w/o sign-up)
dolrich06
Sep 9 2009, 04:27 AM
What were using in the company i have worked with was Notepad++. It has syntax highlighting, one good thing about it can see words of the same spelling which is very good for checking of misspelled php variables.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : php, mysql, editor, noobs, php, mysql, editor, noob
- Which Is The Best Php Ide Also With A Debugger Support
I wanted a PHP editor with syntax suggestions and debug option (1)
Create Table - Mysql Code - Help
(1) I need your feedback about setting the database issues. Please, review them and correct some entries
in the code if they got some mistakes. This is the code itself: SQL CREATE TABLE `news` (
`id` int(250) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '',
`text` text NOT NULL, `author` varchar(255) NOT NULL default '', `valid` varchar(255)
NOT NULL default '', `date` varchar(255) NOT NULL default '', PRIMARY KEY
(`id`) ) ENGINE = MyISAM ; ....
Mysql Error
(3) ok i need some more help from the wonderful coders here at Trap. I'm almost done with my CMS
script, but i'm having a problem with the installer.php file, when it trys to inseret the user
data into the database i keep getting the following error: CODE mySQL Error: You have an error
in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
syntax to use near ';INSERT INTO `members` (`id`, `name`, `username`, `password`, `email`,
`title`) ' at line 1 the code that is being excuted by the php file is this: C....
Html Form!
Using MySQL?! (4) Hey, I need your help again! I need some good working tutorial how I can update my SQL through HTML
form. I did use some tutorials online found with the help of google; but they do not work properly;
I mean there are still small mistakes. I need to have a good tutorial to follow. It should be
based on security and more things. It has to be done in proper way.......
Php And Mysql Programming
anyone knows a code for mysql and php (2) hi everyone! I am making a program using php and mysql...I am a noob on this so i need your help
guys...I want to make a simple program that will some values and then store them on a database and
then retrieve them...uhmm let me give an example out put of what i need. This is the example say..:
Enter First Name: Enter Last Name:
Enter Age: Enter Address: ..those are the
data needed for input values...my question now is how can I make a database whi....
Best Sites For Learning Php-mysql
(4) Hi I was reminded of this earlier by a post in a topic, meant to post it but forgot and the topic on
php books reminded me. Well anyway there is tyhschools for learning php (unless someone else knows
a better 1) but I wan't to know what is the best site for using php with mysql (using
phpmyadmin) also whats the difference between postgresql and mysql? though I must admit the
postgresql version of phpmyadmin whatever it's called looks better (visually)!....
Tools Needed!
PHP & MySQL (9) Hello, everyone! I need some tools for those two things to test PHP scripts coming together with
database on my laptop, instead checking them on a web-server which takes time.....
Php + Mysql Question!
While inserting data into MySQL, how can I know if the data I'm in (4) Basically, I want to know if the Data I'm inserting through a Form is already there or not. Sort
of a Username registration page. I have this, but it doesn't appear to work... CODE
$result = mysql_query("SELECT * FROM users WHERE username='$username'"); if($result == 1)
{ echo ' ERROR! The username you have chosen already exists!'; } ....
Mysql Won't Update
(5) Ok, so I'm making some arcade administration software so I don't have to add games the hard
way, well anyway, one of the features I have is that on the homepage is a featured author and as
such I just have it so it updates one line in the mySQL. Well, the page with the form passes on the
varibles fine and the updating page recieves them because I echoed everything, then I build the
query and I even echo the query and it comes out exactly how I want it to, but for some reason, the
database itself won't update even though all the varibles are there. Here's....
[php/mysql]id Trouble [resolved]
(3) session_start(); include "database.php"; if (!$_SESSION || $_SESSION { // User not logged in,
redirect to login page Header("Location: main.php"); } $result = mysql_query("select * from users
order by id asc"); while($r=mysql_fetch_array($result)) { $username=$r ; $info=$r ; $msn=$r ;
$email=$r ; $id=$r ; $password=$r ; $userlevel=$r ; echo " user ID
User Level Username
Password Email: ....
[mysql/php]need Som Basic Help
(13) QUOTE session_start(); include "database.php"; include "edit.inc.php"; if (!$_SESSION ) { //
User not logged in, redirect to login page Header("Location: main.php"); } if(isset($_POST )){
$email = $_POST ; $msn = $_POST ; $info = $_POST ; $updateemail = "UPDATE users SET email =
'$email', msn = '$msn', info = '$info' WHERE username =
'$username'"; mysql_query($updateemail) or die("culd not edit your info");
echo "info updated"; } // Display logout link echo " Click here to go back to info page! "; echo
"$email"; e....
[mysql]get Id Of Loged In User?
(7) how to get the id number of the loged in user? my db is id. username. password. i have tryed a
few things.. but i never seem to get it right /ohmy.gif" style="vertical-align:middle" emoid=":o"
border="0" alt="ohmy.gif" />....
I Just Wrote A Script For A Php Text Editor!
(8) Yes, I just wrote out a script for a PHP text editing program. It is very basic but I would like to
be able to actually use this and update it. First, I need version 0.7 to be proofread. It will be
upgraded to 0.8 after closed beta, 0.9 after open beta, 1.0 when ready. I would love to have some
people help with this project. Right now it is a simple PHP script and HTML form. Here is the
current script. I would like it to be proofread. $fileName = "$_REQUEST "; $fHandle =
fopen($fileName , 'w') or die("Can't write file."); $fContent = "$_REQUEST "; fwrit....
Php Text Editor
(1) Is there any possible way using XML and PHP that you could create a text editor that can save files
in your documents and also make a hotlink to your site. Much like a online notepad. I would like to
know how I would make on of these and whether or not MySQL or XML would be a good language to use
for storing data. My current idea deals with only PHP and iframes. It really isn't an editor
though, more like a notes page. I would like a way though to be able to create a database with info
stored from the PHP script which and be able to save to your hard drive. Also, i....
The Artists Tutorials :mysql Basic Commands
The Artists is an online programming unit and gfx designing clan. (0) Let's Talk about basic mysql commands used in php. I will now show you a list of the most common
MySQL FUNCTIONS : QUOTE mysql_connect(MySQL server name,username,password) - opens a connection
to a MySQL server. mysql_select_db(database name,connection id) - selects a database residing on
the MySQL server. The database name parameter referes to an active database on the MySQL server that
was opened with the mysql_connect function. The connection identifier is a reference to the current
MySQL connection. mysql_query(sql query) - sends a query to the currently ac....
Problem With A Mysql Join
Problem with a mysql join (2) Hello I am trying to write a script whereby I can pull an image out of one database table and
display it in relation to its category_id in another table. I am using a my_sql join function that
is joining the tables correctly, however it only shows the one same image from the top field of
those combined rows on every single page. I need it display the image according to its category_id
for that particular page. I am thinking I need to set variables to represent those specific rows but
I'm not sure how to do that. Here is my code CODE { $result = mysql_query("S....
Getting Php 5 To Work With Mysql
getting PHP 5 to work with MySQL (0) Just thought this would be of extreme help to those who are planning to migrate to php5 and still
continue using MySQL same way as before:.... to get mysql work with the php 5 copy
/dll/libmySQL.dll to the directory where php 5 resides and copy the /extensions/php_mysql.dll to the
directory where php.exe resides.(if you can't find the two above files probably you are using an
old release of php 5.you should check for latest at :http://snaps.php.net/) in additon uncomment
extension line in php.ini and add the following code to a gnereal database file(dbcon.php) in m....
Php And Mysql Applications
(3) Ok I have started useing PHP and MySQL recently and I am wondering how I go about createing an
application. I looked for tutorials and guids at w3schools.com but couldnt find what i was looking
for. All I really need is a list of a few steps to take to get a general idea on were to start when
makeing an application. I would appreciate any help you may have to offer.....
Some Mysql Basics
(4) Greetings this tutorial will show you some mysql basics.. MySQL is one of the most used database. a
simple config file at the top add this CODE ?> after $username= "root"; // Username that
has access to your database $password= ""; //Password that has access to your database $host =
"localhost"; // The host where the database is (mostly this is localhost) $db = "databasename"; //
The name of the database where you want to work with //connect to the database
mysql_connect($host,$username,$password); mysql_select_db($db); Some basic statements Now
we'r....
Php Search Engine Script For Mysql Database
(11) A search engine is provided to facilitate the user with undemanding and clear-cut search options.
The search facility includes simple search, search by title, search by word/phrase, ect… Thus, the
user is at a safe distance from the risk of selecting files/folders ambiguously. In addition, a
history of recent searches can be preserved for future perusal. Now
day’s visitors have a large option for his needs on internet and so visitors are not vesting their
time by following the dead links on your site. So a search engine is essential for your....
Phpmyadmin And Php And Mysql
tutorial (1) hi i think phpmyadmin is nice script (3rdparti) to learn php and mysql , you can add database and
then make tabel with rows and columns then you can customise (search , show rows , show columns ,
add rows , delete rows) tabel in phpmyadmin when you are customise phpmyadmin , this script show you
php code . you can use this code for browse in database . for example : showing tabel : CODE
SELECT * FROM `tabelname` LIMIT 0 , 30 searching : CODE SELECT `columns` FROM `tabel` LIMIT
0 , 30 you can use with while loop showing Ascending: CODE SELECT * FROM....
Creating Profiles In Php/mysql ?
(7) i've started to learn php..im familiar to basics of php and mysql now.Now for example i want
that some user can register to my website , and after that he can Login and log out , and he can see
his profile.is there any tutorial about this ? or any helping url .. or any helping answer please
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Subquery In Mysql
(8) Is there anyway to make subqueries work in MySQL? I'm pretty certain someone out there knows
how. /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Can anyone help?
CODE Select * from ITEMS where ID="Select Max(ID) from ORDERS"; This works for MSAccess and
SQL Server but why not in MySQL? I'll be writing some reports and I've shifted database
from MSAccess to MySQL. Help! Thanks.....
Can You Add Images Into A Mysql Database?
Using Php? (23) I'm learning php in class right now, but I'm still not that good at it, what I'm
wondering is when I write the php so that it can connect with a database, can I at the same time
have it that it is able to display back images that I choose. Like, I want a search feature, where
you can search for a keyword, and it will bring back a list of all the possible entries with that
keyword, but each of these entries will have a photo associated with it. Now, do I put these image
files directly into the database, or do I write the code to link them from my files to th....
Increment A Mysql Column
how to increment a MySQL column one unit (8) Hi, I have a column in a MySQL table which contains a counter of the views of the object described
by this table. I would like to increment this value by one everytime the object is viewed. Obviously
came into my mind the possibility of retrieving the value of this field, store it in a variable
increment this value by one and perform an UPDATE query again with this new value. My question is if
there is a MySQL option to update the field with its actual value plus an unit increment. I hope you
understand the issue.....
Php News Script
how to make news script that uses MySQL writen in PHP (20) How to make a News script with PHP + MySQL So..in this tutorial i will explain how to create PHP
news script. first we have to create the table in My SQL.. with the code below you will do this (
you have to enter it into SQL field ..in PHPmyADMIN) CODE CREATE TABLE news ( id int(10)
unsigned NOT NULL auto_increment, postdate timestamp(14) NOT NULL, title varchar(50) NOT NULL
default '', content text NOT NULL, PRIMARY KEY (id), KEY postdate (postdate), FULLTEXT KEY
content (content) ) >>>> script files 1 file will show the news ,1 file will....
Problem On Mysql "order By"
(6) Can someone please help...? I have a problem with using "ORDER BY" in mysql... CODE SELECT *
FROM `foo` WHERE b='abc' ORDER BY 'number' ASC i want to sort the table out by
the value in "number" which is a number.. but it came out to be sort by like this way...
1->10->2->20 it only sort out the front digit.... but what i want is it will sort by how great the
number is like this... 1->2->3........->10....->20 sorry my english isn't good enough...to
describe my problem properly... hope you can understand and help me on this.....thx....
Mysql Password
(4) Hey guys quick question about trap 17s mysql version. How do i change the password to the database?
I cant seem to find online help for this version anywhere. Any help is very apperciated!....
I don't use notepad for my php programming anymore
I use Crimson Editor (27) I got it free on a MicroMart CD, but i'm sure you could find it on download.com It's a
great alternative.....
Mysql Question:
(7) what do I need to input to create a new user and pass. I've tried before, but it kept giving me
an error like I wasn't allows to creat users. Please note that this is on my computer. So, I was
also wondering how to 'log in' to root user so that i can make a new user. Thanks in
advance.....
Looking for php, mysql, editor, noobs, php, mysql, editor, noob
|
Searching Video's for php, mysql, editor, noobs, php, mysql, editor, noob
See Also,
|
advertisement
|
|