473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

PHP IDE or PHP editor

Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard
Jul 17 '05 #1
32 2811
"Bernard Koninckx" <ko*************@excite.com> wrote...
Hello everybody,
Hi, Dr. Nick!
I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.


Which platform?

The best one without a doubt is Zend Studio, but it's quite pricey. It has
increadible debugging and code analysis features. PHPEdit is free, but not
as stable and feature-packed as Zend.

Personally, I prefer Dreamweaver because I also use it to design my pages.
It has PHP code coloring, code hints, an integrated reference and a lot of
automation for quick-and-dirty PHP work so it allows me to do all of my work
(design/develop) in one IDE. Downside is that it isn't available for Linux,
and the Mac version is such a processor hog that it renders the program
completely unusable. Windows version is great though.
..soma
Jul 17 '05 #2
My platform is Windows 98

Bernard

"somaBoy MX" <no**@nonesuch.net> a écrit dans le message de news:
40**********************@news.skynet.be...
"Bernard Koninckx" <ko*************@excite.com> wrote...
Hello everybody,
Hi, Dr. Nick!
I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those tools.


Which platform?

The best one without a doubt is Zend Studio, but it's quite pricey. It has
increadible debugging and code analysis features. PHPEdit is free, but not
as stable and feature-packed as Zend.

Personally, I prefer Dreamweaver because I also use it to design my pages.
It has PHP code coloring, code hints, an integrated reference and a lot of
automation for quick-and-dirty PHP work so it allows me to do all of my

work (design/develop) in one IDE. Downside is that it isn't available for Linux, and the Mac version is such a processor hog that it renders the program
completely unusable. Windows version is great though.
.soma

Jul 17 '05 #3
My platform is Windows XP. I use PHPEdit from www.phpedit.net. The current
version is quite stable. It has all the features I need plus an interactive
debugger. An editor without a debugger is like a car without wheels.

--
Tony Marston
http://www.tonymarston.net

"Bernard Koninckx" <ko*************@excite.com> wrote in message
news:40**********************@news.skynet.be...
My platform is Windows 98

Bernard

"somaBoy MX" <no**@nonesuch.net> a écrit dans le message de news:
40**********************@news.skynet.be...
"Bernard Koninckx" <ko*************@excite.com> wrote...
Hello everybody,


Hi, Dr. Nick!
I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those tools.


Which platform?

The best one without a doubt is Zend Studio, but it's quite pricey. It has increadible debugging and code analysis features. PHPEdit is free, but not as stable and feature-packed as Zend.

Personally, I prefer Dreamweaver because I also use it to design my pages. It has PHP code coloring, code hints, an integrated reference and a lot of automation for quick-and-dirty PHP work so it allows me to do all of my

work
(design/develop) in one IDE. Downside is that it isn't available for

Linux,
and the Mac version is such a processor hog that it renders the program
completely unusable. Windows version is great though.
.soma


Jul 17 '05 #4
Bernard Koninckx wrote:
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard

Editplus is my favourite. It's a general IDE, it has PHP highlighting,
it can autocomplete if you wish (although, personally I find
autocompletions quite annoying). FTP upload server built in for quick
live-site changes (ctrl+alt+s, click == file uploaded). Has HTML
component icons etc.

Also PHP.net have a extended CHM documentation release. The CHM
integrates (loosely) with editplus (as well as a number of other IDE's),
so ctrl+1 can bring up the full documentation with user contributed
comments.

If your starting off installing something like EasyPHP (apache/mysql/php
all in one automated install) and using editplus to build test projects
in the www root is a real nice way to get instant feedback (ctrl+b
brings up a browser looking at the processed site) Everythings local, so
it's ideal for laptop or string and cup connections...

HTH

--
Anthony Plunkett
"If we can't play God, who will?"
Jul 17 '05 #5
Try Komodo
"Bernard Koninckx" <ko*************@excite.com> ha scritto nel messaggio
news:40**********************@news.skynet.be...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard

Jul 17 '05 #6
There are not many IDE (I mean RAD) for PHP. The one I tried id CodeCharge1,
but it was a pain because you can't edit generated code inside IDE, this
means if you edit generated code with another editor, next generation will
erase your changes. New version (code charge studio) has not this drawback,
but I did not tried it yet.

On Windows, PHPEdit is the best 'free' editor I tried. I tried also Maguma
Studio and PHPEd. PHPEd has no free version, but it is the one the debugger
works best. With Maguma and PHPedit, it is a pain to do multipage debugging.
It works more or less, after reading each IDE forum, whereas with PHPEd it
works as soon you installed it. Also PHPed has its internal web server, so
debugging occurs inside the IDE, whereas with other two you have to swith
from IDE to browser.

Although three IDE shares the same debugger, it not equally implemented.
Maguma studio is the worst. Its debugger is useless, because it displays
only simple level variables. For arrays, it displays only 'Array', great
:-( . In a later version, they claimed this was fixed, but they simply
displayed on one line the whole content of the array, unreadable, and need
10 feets wide screen to read complex arrays, whereas other two displays each
key/value one one line in a nice cascading view.

PHPedit (0.8) is a little better, because nested arrays are displayed with
their value on each line, except some bugs I found. Sometimes some variables
are not displayed, whereas a 'mouse over' the variable display its value,
and sometimes variables are listed more than one time.
PHPed debugger is perfect for debugging, but is not free without any free
version.

I did not tried Komodo.

Thierry B.

--
Click below to answer / cliquez ci dessous pour me repondre
http://cerbermail.com/?MQkxTL4vUP
"Bernard Koninckx" <ko*************@excite.com> a écrit dans le message de
news:40**********************@news.skynet.be...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard


Jul 17 '05 #7
You guys kidding?

PHPed is alot better than zend studio... I bought this at educational
pricing, nothing beats it. There is a demo on there site, www.phped.com

"Bernard Koninckx" <ko*************@excite.com> wrote in message
news:40**********************@news.skynet.be...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard

Jul 17 '05 #8
On Thu, 25 Mar 2004 16:50:18 +0100, Bernard Koninckx wrote:
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard


Hello Bernard,

If you program other languages besides PHP I recommend Visual SlickEdit:
http://www.slickedit.com/

They offer a 30-day trial I believe and they have versions for many
different platforms (Windows, Linux, etc.).

--
Benny
Jul 17 '05 #9
The editor I use for my php scripts is textpad, www.textpad.com

Peter, UK.
"Bernard Koninckx" <ko*************@excite.com> wrote in message
news:40**********************@news.skynet.be...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard

Jul 17 '05 #10
Bernard Koninckx wrote:
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard


Probably not the best PHP editor in the world, php-ecplise is a plugin
for the Eclipse development platform. The reason why I use it is because
Ecplise has a great many other features and plugins (like XML editors)
with many more being developed all the time. In particular, it's CVS
support is the most user-friendly.

Eclipse is also very cross platform (being written in Java and all).
Exclipse is also one of the best Java IDEs out there, and as long as my
work includes Java, PHP, XML, XSLT, CVS, FTP -- Eclipse can handle them
all in the one space.

http://phpeclipse.sf.net
Jul 17 '05 #11
Bernard Koninckx wrote:
My platform is Windows 98

Bernard


(1) Delete windows and install linux
(2) Kate

;)

Ok, seriously when I was on windows I liked phpedit if you don't want to
spend a bundle on Dreamweaver. Although I am not sure how either will run
on Win98.

I did notice on phpedit's website that you will have to get some DLLs from
microsoft, they give you a link, before the program will work.

-Michael
Jul 17 '05 #12

"michaeln" <no@spam.please> wrote in message
news:c4***********@news3.infoave.net...
Bernard Koninckx wrote:
My platform is Windows 98

Bernard


(1) Delete windows and install linux
(2) Kate

;)

Ok, seriously when I was on windows I liked phpedit if you don't want to
spend a bundle on Dreamweaver. Although I am not sure how either will run
on Win98.

I did notice on phpedit's website that you will have to get some DLLs from
microsoft, they give you a link, before the program will work.

-Michael


I use PHPEdit on Windows XP and this does not need any extra dll files.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #13
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
(2) Kate


Quanta

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/

Jul 17 '05 #14
Tony Marston wrote:

"michaeln" <no@spam.please> wrote in message
news:c4***********@news3.infoave.net...
Bernard Koninckx wrote:
> My platform is Windows 98
>
> Bernard


(1) Delete windows and install linux
(2) Kate

;)

Ok, seriously when I was on windows I liked phpedit if you don't want to
spend a bundle on Dreamweaver. Although I am not sure how either will
run on Win98.

I did notice on phpedit's website that you will have to get some DLLs
from microsoft, they give you a link, before the program will work.

-Michael


I use PHPEdit on Windows XP and this does not need any extra dll files.


On windows98 not XP it needs the additional files.
Jul 17 '05 #15
Jeffrey Silverman wrote:
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
(2) Kate


Quanta


I like kate more. :)

Although I will say Quanta has some nice features. I still prefer kate.
But I use kate for everything. CPP programs, Bash, PHP, PERL, whatever.

Michael
Jul 17 '05 #16
Jeffrey Silverman <je*****@jhu.edu> wrote in message news:<pa****************************@jhu.edu>...
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
(2) Kate


Quanta


Sorry but both of them are simple and not very good all purpose editors.
I find them not much better then the famous "ed".
Jul 17 '05 #17
Lothar Scholz wrote:
Jeffrey Silverman <je*****@jhu.edu> wrote in message
news:<pa****************************@jhu.edu>...
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
> (2) Kate


Quanta


Sorry but both of them are simple and not very good all purpose editors.
I find them not much better then the famous "ed".


What more do you want out of a text editor than text highlighting and the
ability to type? Unless you want autocomplete and WYSIWYG etc. which isn't
really necessary for PHP programming.

Michael
Jul 17 '05 #18
michaeln <no@spam.please> wrote in message news:<c4***********@news3.infoave.net>...
Tony Marston wrote:


<snip>
Ok, seriously when I was on windows I liked phpedit if you don't want to
spend a bundle on Dreamweaver. Although I am not sure how either will
run on Win98.

I did notice on phpedit's website that you will have to get some DLLs
from microsoft, they give you a link, before the program will work.

-Michael


I use PHPEdit on Windows XP and this does not need any extra dll files.


On windows98 not XP it needs the additional files.

I also use it in XP. PHPEdit is the best IDE for PHP (IMHO). The
latest (enough) stable version has *many* & *many* good features. It
has all the features of Zend + so many. For me, Zend is verrrrry slow;
but PHPEdit is so fast. Apart from it's nice document plugins, the
recent version has test case plugins and project manager plugins too.
Very useful... Indeed free (but donation is much accepted). It is
worth to download some dlls to work in Windows 98.

As I already said, for Perl, the coolest editor I have ever seen is
OptiPerl (<http://www.xarka.com/optiperl/features.html>). We may not
get such editor for PHP :-(
--
http://www.sendmetoindia.com - Send Me to India!
Email: rrjanbiah-at-Y!com
Jul 17 '05 #19

"michaeln" <no@spam.please> wrote in message
news:c4***********@news3.infoave.net...
Tony Marston wrote:

"michaeln" <no@spam.please> wrote in message
news:c4***********@news3.infoave.net...
Bernard Koninckx wrote:

> My platform is Windows 98
>
> Bernard

(1) Delete windows and install linux
(2) Kate

;)

Ok, seriously when I was on windows I liked phpedit if you don't want to spend a bundle on Dreamweaver. Although I am not sure how either will
run on Win98.

I did notice on phpedit's website that you will have to get some DLLs
from microsoft, they give you a link, before the program will work.

-Michael


I use PHPEdit on Windows XP and this does not need any extra dll files.


On windows98 not XP it needs the additional files.


That is only because Microshaft did not include those files with the
original version of their OS, therefore it is an OS problem not a PHPEdit
problem.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #20
Which version is that?

<snip>
Thelatest (enough) stable version has *many* & *many* good features.


Jul 17 '05 #21
On Fri, 26 Mar 2004 20:03:23 -0500, michaeln wrote:
Jeffrey Silverman wrote:
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
(2) Kate


Quanta


I like kate more. :)

Although I will say Quanta has some nice features. I still prefer kate.
But I use kate for everything. CPP programs, Bash, PHP, PERL, whatever.

Michael


Actually, I use Vim for everything. Quanta has some nice autocomplete
features, is all. (I don't think Kate does. Or does it?)

I must note that when I tested Quanta it, for some reason,
mangled/destroyed a project I was working on! I stopped using it. I don't
know what happened or how, but I'm afraid to use Quanta now.

I realize that is a bit of a contradictory statement to my initial
one-word suggestion, but...well...

Use Vim!

--
-------------------------
| Jeffrey Silverman |
| jeffrey-AT-jhu-DOT-edu|
-------------------------

Jul 17 '05 #22
Jeffrey Silverman wrote:
On Fri, 26 Mar 2004 01:16:47 -0500, michaeln wrote:
(2) Kate


Quanta


In the past 12 months I wrote abut 100,000 lines of PHP for our JAYA123 web
service with Nedit http://www.nedit.org .

Al Canton
Adams-Blake Company, Inc.
***
JAYA123 - the new web-based total-office system for the
small biz. Order entry, billing, bookkeeping, etc. for $14.95
a month. Everyone says "It's cool as a moose!!"
See why at:http://www.jaya123.com
***
Jul 17 '05 #23
Have a look at this:
http://www.infoworld.com/article/04/...Ephprev_1.html
Hope it sheds some lights...
Original (printed version) contains some comparison charts where phped
beats zend studio 7.8 : 5.5

JV.

"Bernard Koninckx" <ko*************@excite.com> wrote in message news:<40**********************@news.skynet.be>...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard

Jul 17 '05 #24
Bernard Koninckx wrote:
I'm a newbie and I search a good editor or IDE for programming
in PHP. If you have used some of these, could you make a comparison
between those tools.


This will depends on the platform on which you develop. For a Windows
solution take a look at Zeus for Windows:

http://www.zeusedit.com/lookmain.html

Just some of the features include:

+ Fully configurable syntax highlighting
+ Project/workspace management
+ Seamless FTP editing
+ Integrated class browser
+ Code completion and intelli-sensing
+ Integrated version control using the Microsoft Source Code
Control (SCC) interface, including CVS integration.
+ Quick Help context sensitive help engine

For example the Quick Help feature gives instant access to
the PHP CHM manual.

Jussi Jumppanen
http://www.zeusedit.com
Jul 17 '05 #25
Jeffrey Silverman wrote:
Actually, I use Vim for everything. Quanta has some nice autocomplete
features, is all. (I don't think Kate does. Or does it?)

I must note that when I tested Quanta it, for some reason,
mangled/destroyed a project I was working on! I stopped using it. I don't
know what happened or how, but I'm afraid to use Quanta now.

I realize that is a bit of a contradictory statement to my initial
one-word suggestion, but...well...

Use Vim!


ROFL, That same thing happened to me when I tried using quanta. Completely
destroyed my entire project and all of its files. I haven't used it since.

Now Kate doesn't have autocomplete. I personally don't like the feature.
Well I better rephrase. I am pretty sure you can make it auto close
brackets etc. for you. But like I said I don't like using those kinds of
features. You might can get an autocomplete plugin but I am not sure.
Never looked.

What I do like about it is the project feature, the way it handles opened
files in the file list, the file directory, and most important. The built
in shell. :)

-Michael

Jul 17 '05 #26
In message <40**********************@news.skynet.be>, Bernard Koninckx
<ko*************@excite.com> writes
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard


Personally, I like UltraEdit. You can integrate the PHP extended CHM
help file into it too.

--
Rob
Jul 17 '05 #27
I can ask you what platform you use: Linux, MacOS, Winblows, etc..
Then find for the specific platform a PHP tool.

You can also go to www.eclipse.org and download Eclipse, together with
the PHP-coding plugin and have a development tool for those three
mentioned OS's.

They all have the same Look & Feel so, if for some reason you have to
migrate your development station to another platform, you don't have the
problem to get yourself used to a new development platform.

Mark.

P.S. Eclipse is developed by IBM and a lot of complementary parties and
available free for download.
Rob Allen wrote:
In message <40**********************@news.skynet.be>, Bernard Koninckx
<ko*************@excite.com> writes
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.

TIA

Bernard


Personally, I like UltraEdit. You can integrate the PHP extended CHM
help file into it too.

Jul 17 '05 #28
Bernard Koninckx wrote:
I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those
tools.


Although I've read further on that you are using Windows 98, I couldn't
let a thread go with a title like that without plugging:

www.gphpedit.org

Cheers,
Andy
Jul 17 '05 #29
michaeln wrote:
Now Kate doesn't have autocomplete. I personally don't like the feature.
Well I better rephrase. I am pretty sure you can make it auto close
brackets etc. for you. But like I said I don't like using those kinds of
features. You might can get an autocomplete plugin but I am not sure.
Never looked.

What I do like about it is the project feature, the way it handles opened
files in the file list, the file directory, and most important. The built
in shell. :)


You should try the new KDevelop 3.0. You can use kate as its editor, but
have a lot more GUI features in it - like better project support, class
view, function library view, optional autocomplete as you type function
names, function parameters tooltip when inside function parenthesis, etc.,
etc. It's a big improvement over previous kdevelop releases and works
nicely with PHP (among other languages).
Jul 17 '05 #30
Zurab Davitiani wrote:
michaeln wrote:
Now Kate doesn't have autocomplete. I personally don't like the feature.
Well I better rephrase. I am pretty sure you can make it auto close
brackets etc. for you. But like I said I don't like using those kinds of
features. You might can get an autocomplete plugin but I am not sure.
Never looked.

What I do like about it is the project feature, the way it handles opened
files in the file list, the file directory, and most important. The
built
in shell. :)


You should try the new KDevelop 3.0. You can use kate as its editor, but
have a lot more GUI features in it - like better project support, class
view, function library view, optional autocomplete as you type function
names, function parameters tooltip when inside function parenthesis, etc.,
etc. It's a big improvement over previous kdevelop releases and works
nicely with PHP (among other languages).


I have it installed but haven't really used it yet. I will have to look
into it now. :)

Michael
Jul 17 '05 #31
Has anyone tried Xemacs and ecb?
Is supposed to provide an IDE for C++ but I've seen it used with php (on screen
shots) but to me it seems unreliable. (Or perhaps it's the messy historical monolithic include file in my project).

/M.
--
Martin Skjöldebrand
Family site: http://www.skjoldebrand.org
"Art" site: http://martoni.deviantart.com
Public key available at: http://wwwkeys.pgp.net
Jul 17 '05 #32
There is only one

PHPed... www.phped.com made by Nusphere.

Awsome program.

"JVlad" <J-********@yandex.ru> wrote in message
news:54**************************@posting.google.c om...
Have a look at this:
http://www.infoworld.com/article/04/...Ephprev_1.html
Hope it sheds some lights...
Original (printed version) contains some comparison charts where phped
beats zend studio 7.8 : 5.5

JV.

"Bernard Koninckx" <ko*************@excite.com> wrote in message

news:<40**********************@news.skynet.be>...
Hello everybody,

I'm a newbie and I search a good editor or IDE for programming in PHP.
If you have used some of these, could you make a comparison between those tools.

TIA

Bernard

Jul 17 '05 #33

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from...
3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
7
by: Mike Kamermans | last post by:
I hope someone can help me, because what I'm going through at the moment trying to edit XML documents is enough to make me want to never edit XML again. I'm looking for an XML editor that has a...
15
by: JC Home | last post by:
Hi all, I am just learning JavaScript and would love to find a good editor that helps with syntax and debugging. Any suggestions? Thanks!! -- Jeff Ciaccio Dallas, GA
71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
0
by: 356523600 | last post by:
HTML To PHP Converter 4.2.1.8 Free download Get more for less ... HTML To PHP Converter 4.2.1.8 Get more for less! With a new version of HTML To PHP Converter 4, we've dropped the price and given...
1
by: Steve Teeples | last post by:
I have class that also uses a custom editor that, when compiled directly into my project, works just fine in a propertygrid. However, it was necessary to place that class into a DLL, hense the...
4
by: David Lozzi | last post by:
Howdy, I'm using a WYSIWYG editor called TinyMCE. When I edit some text and then save it back to my SQL server using a SQLCommand, all HTML characters are changed to HTML code, i.e. &gt;strong&lt;...
7
by: Prasad | last post by:
Hi all, I am trying to develop a simple rich text editor I do only require bold, itlaic, underline.. The code for IE is <script> function displayEditor(editor, html, width, height) { ...
3
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.