trq
Staff Alumni-
Posts
30,999 -
Joined
-
Last visited
-
Days Won
26
Everything posted by trq
-
Accessing Localhost PHP application through a Website developed in PHP
trq replied to ankitkm's topic in PHP Coding Help
First your going to have to define "I want to access this application from a Website which is laready running online" in clearer terms. -
It rarely does.
-
Linux doesn't have *.exe files. What command are you trying to execute?
-
It might be free for non commercial use or something, you would need to check there site.
-
What is the question?
-
Since always.
-
This thread is way off topic. When you find the appropriate board, you will also find that this question has been asked and answered already as well.
-
You forgot to ask a question.
-
This is 2013, Github, packagist & composer are the now.
-
A User class would generally be modeled on your data, with each database column being represented by a public property or (better still) a getter method. A fetchInfo() method doesn't really make sense.
-
Why is this data not being inserted into my database table?
trq replied to Stuart_Westgate's topic in PHP Coding Help
You need to pass $conn to mysqli_error() so that it will work. You might want to turn error reporting on also because not passing $conn to mysqli_error() should have generated a php error. -
You could (and should) use preg_match to match a pattern instead of exploding on a period.
-
Have you thought about asking the developer who wrote the code?
-
Instead of returning html from your request return just the data as a json object. Using json, you can then update whatever you need client side.
-
If php -m does not list memcache the extension is not installed.
-
You are of course submitting the form?
-
If that were the case all Wordpress sites would grind to a halt. You haven't provided enough information for us to answer your question.
-
There is no such thing.
-
The location header requires a complete url. That is: http://somedomain.com/somefile?foo=bar
-
Why would you need to know what your variable is named?
-
We can't really help without seeing the relevant config.
-
If I understand you correctly yes.