trq
Staff Alumni-
Posts
30,999 -
Joined
-
Last visited
-
Days Won
26
Everything posted by trq
-
vim for Windows? Yuk.
-
The error is pretty clear. $GLOBALS['wp_taxonomies'] is not an array. You need to find where it is defined and fix it.
-
Functions, Methods and Classes all have their own scope. Variables that are defined within them, do not exist outside of them and vice versa.
-
The description of your issue is near useless. What is localhost? What is WinSCP? What tunnel, what proxy? What does your issue have to do with PHP?
-
You don't.
-
I don't see how this relates to PHP?
-
What is the issue exactly?
-
Sounds like the code is dated. What the hell is backendpro anyway? I would look for an alternative.
-
You haven't told us what the problem is.
-
Access Denied in apache
trq replied to prathameshkakade's topic in PHP Installation and Configuration
Are you sure Apache has permission to access the files? -
Your question is vague at best.
-
The description of your problem doesn't really help. Can you post some code and try again?
-
What part of the installation instruction do you not understand? Its a single file.
-
Its a PHP library. Meaning it is written in PHP. You don't need to edit the php.ini. There is installation instructions on the very page you linked to. But yeah (assuming you have no idea what composer/packagist is), its just a single PHP file that needs to be included wherever you plan on using it.
-
Does $_GET['item_id'] exist?
-
We do not delete accounts. If you don't want it, don't use it, simple.
-
how to develop interface between xml and mdb files
trq replied to PriteshP23's topic in PHP Coding Help
-
And you are stuck where? Can we see your code and as description of the problem?
-
I'm not sure you are going to find a tutorial that covers something so specific. And again, unless you have specific problems, its going to be pretty hard for people to help. This isn't exactly the simplest of tasks for a new comer to take on. I would be more inclined (if I were you) to try and find an open source solution to your problem.
-
If you make something yourself you can use that as part of the portfolio so....
-
It's all documented in the manual. http://au1.php.net/password password_compat simply provides a compatibility layer for users not yet using 5.5 (most people).
-
Handling my connection variable for login script use
trq replied to Apeshape's topic in PHP Coding Help
It would be more helpful if you posted the code relevant to the errors you are receiving. -
Surely you are better of putting the content in the actual div instead of into a Javascript variable? <div id="dialog"> {% include 'catalogue_form.html' %} </div>