Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i have this following line of code
$xml = new SimpleXMLElemenet($content);
but im getting this error
Fatal error: Class 'SimpleXMLElemenet' not found in
I have checked phpinfo and simpleXML is enabled.
Any ideas in how to fix this?
thanks
Spell "Element" correctly. It only has 7 letters in it.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I got the problem that my phpmyadmin needs alot of time to actually be loaded.
The database is small and I do not know how to fix this issue.
Has anyone experienced with this kind of situation and can help me out
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
If give you a link like http://login.php?workerid=abc,
how can we get the information of workerid in php? Thanks.
Maybe $_GET function, but do not know exactly how to make that work.
you can get information from url like this
$data=$_GET['workerid'];
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I had a very important question
How do you get HTTP_AF_REMOTE_ADDR
What code and what version?
Run
echo $_SERVER['HTTP_AF_REMOTE_ADDR'];
error
Undefined index: HTTP_AF_REMOTE_ADDR -- at line 1
{
answered me;
my server limit
}
Many options:
$_SERVER['HTTP_AF_REMOTE_ADDR'];
filter_input(INPUT_SERVER, 'HTTP_AF_REMOTE_ADDR');
Second is preferable.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have never used mongo db with codeigniter any one can guide me step by step for complete installation and usage.
Any help will be appreciated.
Thanx
Getting started with Mongodb and CodeIgniter Link
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Fatal error: Cannot redeclare class JModuleHelper in D:\xampp\htdocs\joomla\plugins\system\jat3\core\jo omla\modulehelper.php on line 30
Plzz... Help
You probably need to update your template and T3-plugin.
See this post by Joomla Art.