Is there any way to edit php without code?

1 Answer

Answer :

Nope. Because it’s more of a scripting language than a programming language like BASIC or C and than a mark up language like XHTML. PHP isn’t too hard to learn though (or so I’ve heard)

Related questions

Description : What's the easiest way to learn how to code in CSS and PHP?

Last Answer : tizag.com

Description : PHP Gurus: What is the easiest way to generate a specified length string of random alpha characters?

Last Answer : answer:Well, this code will spit stuff out per your “For example” Not sure what alpha characters are though… Check it here.

Description : Organizing your PHP code?

Last Answer : Even though I largely work with symfony and CakePHP, I tend to follow the Zend Framework coding practices. Generally, any private and protected methods and members are first. I usually list them in ... 't already, use phpDocumentor comments for all of your files, classes, data members, and methods.

Description : What is a PHP error?

Last Answer : It’s to do with encryption. PHP means Pretty High Privacy or something like that. IT means that the data sent was not encrypted. This might happen on a website that starts with https. What were you doing at the time?

Description : What is the most popular PHP framework available?

Last Answer : I’m lazy and will just answer the last question. I use CakePHP when I need too since I’m familiar with it and it gives me the least problems out of the ones I have used. But I avoid them and usually just do everything from scratch.

Description : Is it better to use single or double quotes when coding with PHP?

Last Answer : They’re actually interpreted differently. See here.

Description : How do I check for the existence of a particular MySQL table using PHP? (Using an IF statement.)

Last Answer : answer:I don't know of a preexisting function, so here's one I wrote real quick (untested): function checkTable ($table_name, $database_name) { $my_tables [equal] mysql_list_tables($database_name); while (list($foo) ... , your_database )) { // Table exists } else { // Table does not exist }

Description : Can I edit a video on youtube in my phone or computer?

Last Answer : answer:https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/versions/ + http://www.videosoftdev.com/free-video-editor

Description : Why can't I edit my Firefox cookies in Intego's Washing Machine?

Last Answer : answer:Probably because they're intellectual property, or possibly because that's not what Washing Machine is for. If you really want to, you might be able to find the cookies in the temporary or ... panel has a function that allows you to delete cookies. Why are you bothering with Washing Machine?

Description : How can I edit a video I have loaded on my computer?

Last Answer : Windows Movie Maker, which comes installed on Windows machines, would work for this purpose. Open up the clip in WMM, look at the timeline window that should be at the bottom of your screen. You'll ... click and drag the end of the clip towards the left until the video ends when you want it to.

Description : What kind of things should I look for in a computer to record and edit music with?

Last Answer : answer:Yes, there is a lot of difference in sound cards. If you can, get one that can accommodate your plug in needs. Also, get as much processing power, such as a quad-core, as you ... are your most important components. Tom's Hardware has forums devoted to just this aspect of building a computer.

Description : Will "Magix Movie Edit Pro 14" edit HD video content?

Last Answer : Does the Magix software take advantage of all four cores? Some software doesn’t utilize multi core processers. 2.4ghz is pretty slow, but it shouldn’t run too bad. Also, what GPU do you have? That is a major factor in encoding/decoding HD video.

Description : How and where can I share and edit PDF files online?

Last Answer : Try… http://www.pdfhammer.com/

Description : How can I learn to use Flickr's API in PHP without PEAR?

Last Answer : Use another library, there must be dozens. I work with the Zend Framework which contains one (and since it's loosely coupled, you can use it on its own), but I just realized it requires PHP 5. ... a few of the API kits suggested on Flickr but two use PEAR and the other requires PHP5 ) though.

Description : Which of the following statements is false   You can make a website without using HTML   You can make a website without using PHP   You can make a website without using CSS   You can make a website without using Javascript

Last Answer :  You can make a website without using HTML

Description : What is KIK and can someone else create or edit it for you without you knowing it?

Last Answer : answer:KIK is a messaging system just like iMessage. From the wikipedia article on KiK : Controversy Automated spam bots have been used to distribute explicit images and text over Kik Messenger Your friend should have it deleted from the daughter’s phone.

Description : Can you edit notes on your iphone without using the computer?

Last Answer : You can edit a note on the iPhone quite easily. Just open the note and then tap inside the text wherever you want to add or delete stuff. The keyboard will pop up and let you edit it.

Description : Can my boss edit my timesheet once it is submitted without letting me know?

Last Answer : Is he making it so you have less hours? Of course employers can edit time sheets, mine just had to the other day because I forgot to clock in, so she adjusted it for me. They should never adjust it so you have less hours. I don’t know the legalities with that though.

Description : What's the best way to deploy a PHP application?

Last Answer : answer:debian package At a previous job I had to install/maintain a site written in CakePHP. I made it into a debian package. “aptitude install projectname” and you’re done (although I guess that is technically “touching the server”) Send me a PM and I can give you the details.

Description : professional way of making a config file php -Php

Last Answer : NEED ANSWER

Description : Is there a way to edit a .pdf file?

Last Answer : You can use Acrobat DC (the full version not the reader) assuming that the original author didnt make the pdf un-editable when they created it. You can try it for free for a month.

Description : What is the easiest way to edit your Facebook?

Last Answer : I apologize. I made an error in the question title. ^edit your Facebook. I don’t see a way to edit it.

Description : How can I edit my video in this way?

Last Answer : answer:You need to use an alpha channel, which allows you to have multiple video tracks running simultaneously. The iPod screen is basically a frame and the video you want to play is resized to fit into ... the screen if the iPod screen is not in a static position, but this would take more work.

Description : Once the "Edit your question/answer" is gone, then there is no way you can correct mistakes, right?

Last Answer : Pretty much. You could ask a mod to push a question back to editing so you could fix it, but I don’t know if they will do that all the time or only if it’s for certain reasons. For answers, you’re pretty much stuck once the option to edit is gone.

Description : Is there a way/program to take and edit screenshots quickly?

Last Answer : Snagit is amazing, but it isn’t freeware. PrtScrn is another program, and it’s free. I’m just having trouble finding a link. Both are great.

Description : Is there are way to edit your name on Fluther?

Last Answer : No. Just send a private message to ben or andrew and tell them why you want it changed. They might help you on that. Other than that, there is no way to change it. Eidt: Your account seems pretty new. Why don’t you make a new account?

Description : What is the best way to get DVD video and audio into a format I can edit in Adobe Premier Pro?

Last Answer : answer:Well copyright and DRM issues aside (you're on your own on those issues), there are several products out there that rip' files from DVD media into either .AVI or .MOV files (audio and video) ... .m0k.org/ and Cinematize (not free, but pro' features): http://www.miraizon.com/ Others anyone?

Description : Is it possible to store PHP scripts in the cloud?

Last Answer : answer:Yes Simplest example would be to grab the script from a service, stick it in a variable and eval it. Could you provide an example of why you’d want to? I can’t think of a good reason to do it offhand.

Description : What is the difference Java and PHP?

Last Answer : …so what exactly is your question?

Description : What are the best web sites to get help with Apache, PHP, and MySQL?

Last Answer : stackoverflow is the best site programming q & a site I know of. Looks like there is a fair amount of LAMP-related questions there.

Description : Which is better between PHP and ASP.net?

Last Answer : answer:I prefer PHP. It is well documented and very portable. ASP is non starter for me since I refuse to use IIS. I like Ruby and Python too. But when I have to start a project from scratch I use PHP and CodeIgniter.

Description : Does GoDaddy have some PHP functions disabled by default?

Last Answer : Doesn’t look that way, but I can’t really tell. Your host does appear to suck.

Description : What's wrong with this simple PHP script?

Last Answer : answer:Do you need a concatenation operator (.) between your string and the variable name ($the_long_url)? But like this: ’”.$var.”’ http://www.gidforums.com/t-965.html

Description : What is the best text editor for HTML/XHTML/CSS/PHP/SQL on Ubuntu?

Last Answer : Take a look at Geany

Description : What's your favorite PHP integrated development environment (IDE)?

Last Answer : If I did PHP development, I’d probably use Coda: http://www.panic.com/coda/

Description : PHP problem with && and possibly a malfuntioning array?

Last Answer : answer:Unfortunately the examples above don't really shed a lot of light without some additional information. Maybe we can help with some troubleshooting tips in general? A couple of things that come to mind ... is where you're expecting it. Good luck with it, I hope it all comes together.

Description : As a specialist PHP/MySQL programmer at my (not so fun to work at) job, what's my future?

Last Answer : It depends if you want to continue doing programming or not. If you have good people skills, and good business sense, you could get PMP certified, or learn VersionOne and move to the business ... business side. We also prize business analysts with SQL knowledge in order to manage data and metrics.

Description : Using a PHP page to post "blog" entries on my website.

Last Answer : answer:It shouldn't be too hard- you'll probably want to apply the CSS to the page that is retrieving and displaying the information, not the page you use to enter it. Whatever code is generating your ... CSS classes, id tags, and DIVs to. It's hard to get specific without actually seeing the code.

Description : Php logging in problems? learning php?

Last Answer : answer:It means that it got to the end of the file and was expecting a ”}” and didn’t find one. Quick count of your braces: { = 7 } = 6 Yup, you’ve got a mismatch.

Description : Finding PHP video to help create sign up?

Last Answer : answer:I haven't ever heard of anyone learning PHP with video, but what you'll need is to create another form with the relevant boxes (name/email, password, confirm something for some reason). ... to google something like programming resources or PHP resources and look for what other people did.

Description : Which windows application for writing PHP codes?

Last Answer : answer:Don’t know about compiling php? and debugging is also foreign to me. But Notepad++ is awesome.

Description : If I already know basic PHP/MySQL, what else should I learn to use Google App Engine?

Last Answer : answer:I am not an expert, I just started reading up on this myself, but here are a couple of starting points on data storage. Rather than a separately maintained SQL database, ... .com/appengine/articles/datastore/overview.html http://code.google.com/appengine/docs/python/datastore/overview.html

Description : Is there software that you can call from, for example a PHP script, to translate languages?

Last Answer : Google AJAX Language API

Description : How to make cookie in php track both in www.site.com and site.com for some web-site?

Last Answer : answer:Set the domain argument to just '.site.com', including the leading period, rather than accepting the default (which will be whatever the current domain is) http://php.net/manual/en/function.setcookie.php ... So you might have something like: setcookie( my_cookie', 123, 0, , '.site.com');

Description : Is there a server-side utility that I can call from PHP to automatically resize and crop an image, such as an avatar, uploaded by a user?

Last Answer : http://www.imagemagick.org/script/index.php

Description : What is apache or perl or php or mySQL?

Last Answer : Apache, Perl, PHP, MySQL Seriously, Wikipedia does wonders. Also try searching with Google.

Description : Is there a server-side utility that I can call from PHP to spell check a user's input from a text box?

Last Answer : There are a bunch of them out there. Here’s a PHP spell checker class.

Description : PHP/MySQL question.... (please read on)

Last Answer : Have you looked through these?

Description : Could I use ASP,PHP,JSP all in one website?

Last Answer : i use my psp at work all the time.

Description : What are the differences between Perl, PHP, and Python?

Last Answer : Um, i unfortunately cannot answer this question, but I have to ask: why the NSFW tag?