Guest Posted April 22, 2008 Posted April 22, 2008 hey guys, is there any PHP editors that do it visually for the people like me who can't code well :) i've tried dreamweaver, but it doesn't bring up anything in the design window, only the code, which doesn't help me at all,
Guest Posted April 22, 2008 Posted April 22, 2008 hey guys, is there any PHP editors that do it visually for the people like me who can't code well :) i've tried dreamweaver, but it doesn't bring up anything in the design window, only the code, which doesn't help me at all, No. You may want to install wamp, xampp, or some other so that you can create a devopment server on your pc. Then install osc there, edit in a text editor, and see the results straight away.
neuron Posted April 22, 2008 Posted April 22, 2008 hey guys, is there any PHP editors that do it visually for the people like me who can't code well :) i've tried dreamweaver, but it doesn't bring up anything in the design window, only the code, which doesn't help me at all, Yes, there is a php editor called Bluementals Rapid PHP Editor 2007. Its an awesome software.
Jack_mcs Posted April 22, 2008 Posted April 22, 2008 Yes, there is a php editor called Bluementals Rapid PHP Editor 2007. Its an awesome software.You can't display the output of a php file without a server environment and I doubt that the editor you mention provides that. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
neuron Posted April 22, 2008 Posted April 22, 2008 You can't display the output of a php file without a server environment and I doubt that the editor you mention provides that. Jack True. I'm havin page that won't display the output of a php file. But it displays the htm file though. And can work on it. Weird. What do i need to do? So far i'm workin on index.php file with this php editor but it came out : Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in C:\Documents and Settings\Neuron\Local Settings\Temp\prev8~.php on line 13 Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.;C:\php5\pear') in C:\Documents and Settings\Neuron\Local Settings\Temp\prev8~.php on line 13 Can't even find the 'Local Settings' folder. :huh: Anybody can help?
dmnalven Posted April 22, 2008 Posted April 22, 2008 Some IDE's (Integrated Development Environments) do indeed include the server (or a mini-server) designed for the language(s) that they are... integrated with. The apparent problem is the usual. The configure files have not been edited to supply the necessary definitions. Please see the link in my signature. For ALL problems, please review this link first -> osCommerce Knowledge Base
neuron Posted April 23, 2008 Posted April 23, 2008 Some IDE's (Integrated Development Environments) do indeed include the server (or a mini-server) designed for the language(s) that they are... integrated with. The apparent problem is the usual. The configure files have not been edited to supply the necessary definitions. Please see the link in my signature. Lets see the link. Thanks.
dmnalven Posted April 23, 2008 Posted April 23, 2008 My signature is below: | V For ALL problems, please review this link first -> osCommerce Knowledge Base
Jack_mcs Posted April 23, 2008 Posted April 23, 2008 True. I'm havin page that won't display the output of a php file. But it displays the htm file though. And can work on it. Weird.What do i need to do? So far i'm workin on index.php file with this php editor but it came out : Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in C:\Documents and Settings\Neuron\Local Settings\Temp\prev8~.php on line 13 Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.;C:\php5\pear') in C:\Documents and Settings\Neuron\Local Settings\Temp\prev8~.php on line 13 Can't even find the 'Local Settings' folder. :huh: Anybody can help? See Leslie's reply above for the solution. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
dmnalven Posted April 23, 2008 Posted April 23, 2008 Read the error messages. A php interpreter is running. Your configure files need to be edited. BTW: http://www.blumentals.net/rapidphp/index.php Rapid PHP Editor - fast PHP, HTML, CSS, JavaScript editor Rapid PHP Editor screenshot Rapid PHP editor is a powerful, quick and sophisticated PHP editor that extends far beyond the essentials of regular PHP editing environments. Convenient features enable you to instantly create and edit not only PHP, but also HTML, XHTML, CSS and JavaScript code, while integrated tools allow you to easily debug, validate, reuse, navigate and format your code. Whether you are a professional developer or pure enthusiast, with Rapid PHP editor you can get your job done faster, save time and increase productivity. Rapid PHP Editor is the world's only PHP editor that includes full-scale HTML, CSS and JavaScript editors. Now you can accomplish more with a single tool. Key Features and Benefits * Speed - loads very quickly * Sophisticated, fully customizable and familiar text editor * Syntax highlighting for PHP, HTML, CSS, JavaScript, WML, XML and SQL * UTF-8 Unicode Support More info * Easily navigate your code with Code Explorer More info * Lookup PHP function parameters with Function Hints More info * Lookup functions, variables and properties with Auto Complete More info * Debug PHP code with xDebug debugger More info * Validate PHP code with Syntax Check More info *** * Built-in web server for easy PHP preview *** * Integration with PHP, HTML and CSS documentation * Save and open files directly from FTP More info * Project management and FTP publishing * SQL database connectivity (MySQL, PostgreSQL, Firebird, Interbase) More info * Matching bracket highlighting * Search and Replace with Regular Expression Support * Search and Replace in files * Spell Checker for text in HTML code and TXT files * Multi Item Clipboard * Code snippet library More info * Ready to use Code Templates * Advanced HTML editing with Auto Complete, Inspector and other tools * Advanced CSS editing with built-in CSS editor More info * Advanced JavaScript editing with built-in JavaScript editor More info * Countless goodies (code collapse, line highlighting, text indentation etc.) For ALL problems, please review this link first -> osCommerce Knowledge Base
neuron Posted April 25, 2008 Posted April 25, 2008 Read the error messages. A php interpreter is running. Your configure files need to be edited. BTW: http://www.blumentals.net/rapidphp/index.php Rapid PHP Editor - fast PHP, HTML, CSS, JavaScript editor Rapid PHP Editor screenshot Rapid PHP editor is a powerful, quick and sophisticated PHP editor that extends far beyond the essentials of regular PHP editing environments. Convenient features enable you to instantly create and edit not only PHP, but also HTML, XHTML, CSS and JavaScript code, while integrated tools allow you to easily debug, validate, reuse, navigate and format your code. Whether you are a professional developer or pure enthusiast, with Rapid PHP editor you can get your job done faster, save time and increase productivity. Rapid PHP Editor is the world's only PHP editor that includes full-scale HTML, CSS and JavaScript editors. Now you can accomplish more with a single tool. Key Features and Benefits * * *** * Built-in web server for easy PHP preview *** * * Yes, i have downloaded Rapid PHP Editor, and preview the .html file smoothly but havin trouble with .php file. :blink:
dmnalven Posted April 25, 2008 Posted April 25, 2008 Just out of curiosity, you have edited the permissions of the config files to world readable, haven't you? For ALL problems, please review this link first -> osCommerce Knowledge Base
neuron Posted April 27, 2008 Posted April 27, 2008 Just out of curiosity, you have edited the permissions of the config files to world readable, haven't you? Yes, i changed it to mode 0777. Is it right or wrong? :blush:
dmnalven Posted April 27, 2008 Posted April 27, 2008 This is the permissions setting only during setup. Once the files have been edited, the permissions should be set to 644. I am not familiar with this IDE, as a matter of fact, I am not familiar with any software or server environment running on Microsoft platforms (not since Win2000Server). I suggest that you peruse any forums or help related to your development environment. Having used IDE's going back to MASM and Assembly, I know that they can be a bear to set up correctly and learn to use, but can make development easier and more efficient. For ALL problems, please review this link first -> osCommerce Knowledge Base
neuron Posted April 27, 2008 Posted April 27, 2008 This is the permissions setting only during setup. Once the files have been edited, the permissions should be set to 644. I am not familiar with this IDE, as a matter of fact, I am not familiar with any software or server environment running on Microsoft platforms (not since Win2000Server). I suggest that you peruse any forums or help related to your development environment. Having used IDE's going back to MASM and Assembly, I know that they can be a bear to set up correctly and learn to use, but can make development easier and more efficient. :( Ok, i think i need to start from all over again to set up the installation right and make it work out. Thank you so much for your help. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.