Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
Does anyone knows where to find a site that has a code comparison of php and classic asp? some sort of cheat sheet comparison guide. I need to convert a php site to classic asp.
please advise.
Thanks.
ASP is a framework so there is no direct comparison to PHP which is a language. ASP does support vbscript and javascript languages.
Here is a comparison to vbscript/javascript/PHP languages
http://phplens.com/phpeverywhere/node/view/30
Have you tried this?
http://www.me-u.com/php-asp/conversionnotes.htm
It obviously has some limitations, but I hope it helps.
Cheers!
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
One question, can someone give a website for test PHP code?
I'm looking for some as http://fiddle.jshell.net/ but for PHP.
Someone can help me?
Thanks ^^
Here, some page maybe usefull for you.
http://writecodeonline.com/php/
http://phptester.net/
Here is another one you can try :
http://sandbox.onlinephpfunctions.com/
You could try PHP Fiddle for this kind of thing.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I'm a very beginner PHP programmer.
I want to create a search function for the first time, as well as an email verification by myself. I learned a little about regular expressions in Java, but I don't know how exactly to use them in PHP.
For example, how would I use the example "\\w{3,}#\\w{2,}\.\\ w{2,}? (and, are there errors in this code?) It is very simple and not very secure, as it is just a test site.
In Java, I can use Pattern.compile() and pattern.matcher() and matcher.find() to find matches. What is the PHP equivalent?
I've searched around a little bit - they all give examples on how to create good regular expressions, but I don't know what the syntax is for utilizing them.
Could somebody explain this to me, or redirect me to a useful site?
Thanks in advance.
Here is the function that you are probably looking for. Returns a boolean.
http://php.net/manual/en/function.preg-match.php
http://www.php.net/manual/en/ref.pcre.php
The manual is always a good place to start.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to know if it is possible to replace a server side language (PHP, C#, Java EE, etc) by JavaScript to do the same work (accessing a database, using sessions, etc).
I hate PHP the more I use it, I'm too lazy to learn the EE part of Java, and I don't know C#, and since I like JavaScript, I'd like to use it for that.
Is it possible / doable ? If yes, can you point me into the right direction to get the required software ?
Thanks for your help !
You should have a look at Node.JS... It is basically server side Javascript.
http://nodejs.org/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a simple, easy-to-install, easy-to-customize PHP script that can handle questions and answers that are recorded in a database.
I have been looking for DAYS for an open source script without any luck!
Can anyone help direct me to a good OPEN-SOURCE script that does what I need?
Have you tried Googling for a Stackoveflow Clone?
You can view a comprehensive list at:
https://meta.stackexchange.com/questions/2267/stack-overflow-clones
Have you tried this one?
Although the question is very old but still... Try This : http://www.coordino.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Where can I find a one-page (any size) cheat sheet of PHP functions, syntax, and block constructs?
You mean something like a Cheat Sheet?
There's also a great page for the results of variable tests that I find very useful.
You may find a lot of PHP cheat sheets on TechPosters website.
PCRE, Smarty, PHP
WordPress, MySQL, Smarty...
PHP ( date formatting, regex...)
http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
is more complete, but I think
http://www.addedbytes.com/cheat-sheets/php-cheat-sheet-version-1/
spaces it out more
These reference charts are usually referred to as cheatsheets.
Here are a few links, but Google will turn up many others:
http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
http://www.addedbytes.com/cheat-sheets/php-cheat-sheet-version-1/